S
SpanishSage
Version 2000 or 2003
Trying to load a form with one unbound text box control (can't use a label
because the text is not selectable). It opens fine when run independently.
But it needs to open with a keyboard command invoked from a form that s
already running. This is when Load happens a second time.
There's a series of external functions that returns a string of information
from the database for text box; an input box takes an ID key to grab the
data. This is how it's known load is happening twice - the input box comes up
a second time. Before the second load starts the deactivate event fires for
no reason or a reason that can't be found.
Tried some work a rounds with Timer and setting a form variable to the time
type (it gets reset) , trapping the deactivate, but the end result is
always the same or worse.
Thanks
Trying to load a form with one unbound text box control (can't use a label
because the text is not selectable). It opens fine when run independently.
But it needs to open with a keyboard command invoked from a form that s
already running. This is when Load happens a second time.
There's a series of external functions that returns a string of information
from the database for text box; an input box takes an ID key to grab the
data. This is how it's known load is happening twice - the input box comes up
a second time. Before the second load starts the deactivate event fires for
no reason or a reason that can't be found.
Tried some work a rounds with Timer and setting a form variable to the time
type (it gets reset) , trapping the deactivate, but the end result is
always the same or worse.
Thanks