hi all, how to make sequence number in RTC
like we do in classic for order for example
if document type item, we add sequence := sequence + 1
but if document type empty, sequence := sequence
how to do that in rdlc report?
thanks
Belias has a point.
Are you even sure you want to know that, because in the RDLC some solutions have to be completely retought.
Please give us contexts so that we might be able to help you. For example, when you say document type I think about quote, order, return order, invoice, ... and not document type item. That is a type on a line.
Do you want to count how many items their are on a "sales/purchase" document?
|Pressing F1 is so much faster than opening your browser| |To-Increase|
just a sample... like i sales order for example we have 5 item (which is 1 item can more than 1 lines)
i just want to do the sequence only for the type Item, type blank is no need to add the sequence
-add the counter in the onaftergetrecord of the sales line dataitem
-put a textbox with the counter in the body section of the sales line dataitem.
-go to rdlc and put a textbox with the counter value in the body of the table you print; set its hidden property to true if the line type is item
But what to you want to do?why do you need this counter?
P.S.: can you have your question translated by someone near you?I don't want to be rude but your english is not very good :roll:
-Mirko-
"Never memorize what you can easily find in a book".....Or Mibuso My Blog
Comments
i've hard time to understand your question :-k
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Are you even sure you want to know that, because in the RDLC some solutions have to be completely retought.
Please give us contexts so that we might be able to help you. For example, when you say document type I think about quote, order, return order, invoice, ... and not document type item. That is a type on a line.
Do you want to count how many items their are on a "sales/purchase" document?
|To-Increase|
i just want to do the sequence only for the type Item, type blank is no need to add the sequence
-put a textbox with the counter in the body section of the sales line dataitem.
-go to rdlc and put a textbox with the counter value in the body of the table you print; set its hidden property to true if the line type is item
But what to you want to do?why do you need this counter?
P.S.: can you have your question translated by someone near you?I don't want to be rude but your english is not very good :roll:
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog