Page 1 of 1

First question

Posted: Wed Jun 03, 2026 7:24 am
by Pancreas
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.

Re: First question

Posted: Wed Jun 03, 2026 8:52 am
by Lech Kulikowski
Hello,

The cLast function returns the last value from the page in the specified column or expression.

Thank you.