Variable number of blank lines in a report

lution

Registered User.
Local time
Today, 12:09
Joined
Mar 21, 2007
Messages
114
I have two users that want different amounts of blank space between each line in the detail section of a report. Is there a way to change the area between the detail and footer programatically instead of creating 2 copies of the form, one for each user?

Thanks
Lution
 
Didn't get any replies here, but I ended up adding a preferences table and added a preference for the report height. In the onload event for the report I check the preference and set the me.detail.height parameter = the the preference value. If the preference doesn't exist or is less than the size needed to display a single line, it takes the report default.
 

Users who are viewing this thread

Back
Top Bottom