Continuos Forms Height

djcawthorne

Registered User.
Local time
Today, 20:04
Joined
Jun 2, 2006
Messages
10
I have a form which is set to display continuous forms - just like a table but a bit nicer to look at! is it possible to make the forms height vary depending on how many records there are?

thanks in advance!

Dave C
 
try

application.runcommand accmdsizetofit


never tried to do what you want with this - i only normally use this to hide the detail section of a form, until i pick a valid item to display
 
hi, that didnt work, to give u a bit more information, the table contains all the schools licencing information. i have used a query so the user can view the licencing for 1 product e.g, Windows XP. this is why the form will vary in amount of records.

any ideas?
 
Thinkiing again, i think that command actually just displays the whole detail section to its usual size, if there is anything at all to display. - i wasn't sure though.

other than counting the number of records in the form, and programatically using a form resize in the open event based on that calculation, i'm not sure what to suggest.
 

Users who are viewing this thread

Back
Top Bottom