cancel
Showing results for 
Search instead for 
Did you mean: 

Formula - Get the remaining space available on the report page

Former Member
0 Kudos

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

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Post Author: synapsevampire

CA Forum: Formula

You'd need to keep a counter of lines used per page to do this.

The amount of space isn't a property or a functionj within Crystal itself.

Perhaps you shoukld post why and what the requirements are rather than asking that a specific architecture be used.

I' can tell that you're bright, however there just might be someone somewhere with a different way of addressing the need.

-k