S
Sprinks
How form properties control their appearance has been confusing for me; none
of the sources I've read shed much light on it. Can anyone can recommend a
good reference?
In particular, I have a form that is maximized on opening. A command button
on the form opens a second form with related data, also maximized on open.
When I close the second form, the focus returns to the first form, but it is
no longer maximized and the database window is visible behind it. I added a
maximization command to the OnActivate event of the first form. While it
works, the database window is still visible briefly. I'd much prefer the
focus return to the original form in its maximized condition. Can anyone
tell me how to do this?
Thank you.
Sprinks
of the sources I've read shed much light on it. Can anyone can recommend a
good reference?
In particular, I have a form that is maximized on opening. A command button
on the form opens a second form with related data, also maximized on open.
When I close the second form, the focus returns to the first form, but it is
no longer maximized and the database window is visible behind it. I added a
maximization command to the OnActivate event of the first form. While it
works, the database window is still visible briefly. I'd much prefer the
focus return to the original form in its maximized condition. Can anyone
tell me how to do this?
Thank you.
Sprinks