G
Guest
Hi all
When a dialog form is opened, execution of the calling code is interrupted
until the dialog form is made invisible. What do I do if I want to open a
dialog form, but set certain controls to have default values, which are
specific to the code which is calling the form?
I see two ways of doing this:
1) Set the properties before the form is opened. But are any objects
provided for accessing forms that aren’t open?
2) Set the properties after the form is opened. But execution of the calling
code has stopped…
Any help with this would be most gratefully received!
Many thanks
David
When a dialog form is opened, execution of the calling code is interrupted
until the dialog form is made invisible. What do I do if I want to open a
dialog form, but set certain controls to have default values, which are
specific to the code which is calling the form?
I see two ways of doing this:
1) Set the properties before the form is opened. But are any objects
provided for accessing forms that aren’t open?
2) Set the properties after the form is opened. But execution of the calling
code has stopped…
Any help with this would be most gratefully received!
Many thanks
David