C
CW
I have about 30 forms in use, all of which are set to open maximised as
they're all quite busy and we need the full size view to see everything. Most
of them are in Single Form view, but a few are Continuous.
Now I want to have a popup Datasheet form that overlays the currently opened
form, but I want it to be only about half the screen width and about 3 inches
high, and centred both vertically and horizontally.
I have set it to AutoResize = No and Autocentre = Yes and have tried
resizing the form whilst in Form view, but as soon as I close and re-open it,
it comes back maximised.
Is it because every other form is maximised so I am not going to be able to
achieve this?
Can I put some code in the OnCurrent or OnLoad event(s) to dictate the size
and position, and if so, what? Or if not this, how do I get what I want?
Many thanks
CW
they're all quite busy and we need the full size view to see everything. Most
of them are in Single Form view, but a few are Continuous.
Now I want to have a popup Datasheet form that overlays the currently opened
form, but I want it to be only about half the screen width and about 3 inches
high, and centred both vertically and horizontally.
I have set it to AutoResize = No and Autocentre = Yes and have tried
resizing the form whilst in Form view, but as soon as I close and re-open it,
it comes back maximised.
Is it because every other form is maximised so I am not going to be able to
achieve this?
Can I put some code in the OnCurrent or OnLoad event(s) to dictate the size
and position, and if so, what? Or if not this, how do I get what I want?
Many thanks
CW