How to know if the record, is the last the page within the DataBand.
I'm using:
object last = cLast (DataBand2, MOVIMENTO.CODIGO_DOCUMENTO);
but always returns 0.
cLast return 0
-
- Posts: 15
- Joined: Fri Jan 20, 2012 9:06 am
- Location: Brasil
Re: cLast return 0
Hello,
You can use following expression if you need get latest value at page in text expression:
Unfortunately you can't use this expression in script.
Thank you.
You can use following expression if you need get latest value at page in text expression:
Code: Select all
{cLast(DataBand2,MOVIMENTO.CODIGO_DOCUMENTO)}
Thank you.