R
robert d via AccessMonster.com
I'm having a problem with the sizing of a modal form. The modal property is
not set, but the form is opened using the acDialog option.
When I resize it and then save it that works. But, as I'm developing, if
there is an untrapped error, the form goes back to some size (which I don't
even know how it is determined), where the two buttons at the bottom of the
form are missing. I have this form currently setup with a thin border, so it
can't be resized on the screen in run mode.
I guess I don't understand the proper method for resizing a form with a thin
border. Also, perhaps using the acDialog option is different than setting
the modal property. Perhaps I should be setting the popup property as well.
If someone could give me a step-by-step procedure, I would appreciate it.
Also, once resized, I want it to stay at that size. Right now this is
driving me crazy, as I'm constantly having to resize the form.
Thanking you in advance.
not set, but the form is opened using the acDialog option.
When I resize it and then save it that works. But, as I'm developing, if
there is an untrapped error, the form goes back to some size (which I don't
even know how it is determined), where the two buttons at the bottom of the
form are missing. I have this form currently setup with a thin border, so it
can't be resized on the screen in run mode.
I guess I don't understand the proper method for resizing a form with a thin
border. Also, perhaps using the acDialog option is different than setting
the modal property. Perhaps I should be setting the popup property as well.
If someone could give me a step-by-step procedure, I would appreciate it.
Also, once resized, I want it to stay at that size. Right now this is
driving me crazy, as I'm constantly having to resize the form.
Thanking you in advance.