eveCalypso
Programmer
Hello All,
Here is the scenario:
I have a pop-up form (located centrally in a General .dot)
This form facilitates a very simple, say "Additional Information" input area.
The idea is that when the end-user fills out the
textbox and press "Proceed", I set a Property Value which is accessible to my calling code, to pick up what the user
has typed in.
However... the user can press the "X" (close form) button at the top of the form, without doing anything.
I know the Terminate Event is triggered, but I can not quite decide how I can let my calling program know that the form was closed in the *incorrect* way and that it should maintain status.
Note that I am trying to minimise my calling VBA to think too much - I want most of the intelligent code encapsulated in my .dot
Any ideas?
Best Regards,
EvE
PS: I have several screens, like dropdown, date etc, the textbox is just the easiest example.
Here is the scenario:
I have a pop-up form (located centrally in a General .dot)
This form facilitates a very simple, say "Additional Information" input area.
The idea is that when the end-user fills out the
textbox and press "Proceed", I set a Property Value which is accessible to my calling code, to pick up what the user
has typed in.
However... the user can press the "X" (close form) button at the top of the form, without doing anything.
I know the Terminate Event is triggered, but I can not quite decide how I can let my calling program know that the form was closed in the *incorrect* way and that it should maintain status.
Note that I am trying to minimise my calling VBA to think too much - I want most of the intelligent code encapsulated in my .dot
Any ideas?
Best Regards,
EvE
PS: I have several screens, like dropdown, date etc, the textbox is just the easiest example.