View Full Version : My Size Matters...


Fornatian
03-15-2001, 09:06 AM
What is the easiest way to get a datasheet style continuous pop-up form to expand to show the records on screen e.g.

If 1 record exists then make the forms visible size on screen height = form header height + detail height + footer height

If 5 records exist then make the forms visible on screen height
= form header height + detail height*5 + footer height

This is not a major question, it's just a bit irritating to have to keep using the scroll bar or resize the form.

PS. I have Auto Resize set to Yes and BorderStyle set to Sizable at the moment

Thanks in advance for the enlightenment.

Ian

llkhoutx
03-15-2001, 10:24 AM
Take a look at MoveSize

Fornatian
03-15-2001, 10:58 PM
Thanks for the street sign.