All of my forms saves the size of the form during the unload event form: acbSaveSize Me.
During the load event of the form the size of the form as it was during unloading is restored: acbRestoreSize Me
That works fine, except when code on a form activate the opening of a report in preview. In such a cases, when the report get closed again, the size of the form gets as large of the whole screen.
What can be done to eliminate that behaviour?
During the load event of the form the size of the form as it was during unloading is restored: acbRestoreSize Me
That works fine, except when code on a form activate the opening of a report in preview. In such a cases, when the report get closed again, the size of the form gets as large of the whole screen.
What can be done to eliminate that behaviour?