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...
Getting current line
Re: Getting current line
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.
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
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?
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
Hello,
Please try to use the following expression:
DataBand.Line
Thank you.
Please try to use the following expression:
DataBand.Line
Thank you.