Post Author: Gerd
CA Forum: Formula
Hello,
i need the output positions (on Page) of the last record of a group.
It is possible the get the output coordinates (Pager x and y-Position) of this record.
Or it is possible to get the remaining space available on the report page with a formula ?
The formula should look like this. (e.g.)
if OnLastRecord and
ReportFieldName.OutputPositionY > MyLimit then
..... [do something]
or is this there a property where i can get the last output position
thanks