Page 1 of 1

Getting current line

Posted: Mon Mar 30, 2015 1:06 pm
by borges
How can I get the current line number of last row of page in DataBand?

I thank you for the help and attention of all thank you very much...

Re: Getting current line

Posted: Mon Mar 30, 2015 1:11 pm
by Alex K.
Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?
Please try to use the system variable Line.

Thank you.

Re: Getting current line

Posted: Mon Mar 30, 2015 1:59 pm
by borges
For example:

You can use following expression if you need get latest value at page:

cLast(DataBand,MOVIMENTO.CODIGO_DOCUMENTO);

and how can I get the current line number of this last value?

Re: Getting current line

Posted: Tue Mar 31, 2015 7:19 am
by Alex K.
Hello,

Please try to use the following expression:
DataBand.Line

Thank you.