G
Geoff Callaghan
I am trying to create a form object, and then modify some custom members
before I show the form. Everything compiles fine, but when I run it, I get
an error suggesting the object doesn't exist yet. The form load event does
not run until I Show the form. This makes no sense, since I am explicitly
creating the form
by doing a PUBLIC OBJECTINST AS OBJECTTYPE.
What's going on here?
before I show the form. Everything compiles fine, but when I run it, I get
an error suggesting the object doesn't exist yet. The form load event does
not run until I Show the form. This makes no sense, since I am explicitly
creating the form
by doing a PUBLIC OBJECTINST AS OBJECTTYPE.
What's going on here?