Skip to Content
0
Former Member
Aug 01, 2007 at 02:05 PM

Formula - Get the remaining space available on the report page

49 Views

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