Z
Zach
I have a question for which I will use an analogy to describe the situation.
I have form A on the display. I overlay form A with form B. (So form B is
on top of form A.)
B contains checkboxes. Each checkbox correlates with a different VALUE.
Upon ticking a checkbox on form B, VALUE is stored in a static variable and
form B is closed.
Subsequently clicking a textbox on form A causes VALUE to be displayed in
that textbox on form A.
My question is: how can I achieve the result
(VALUE being displayed in textbox on form A)
without first having to click the textbox on form A (to transfer the focus
to form A).
Hopefully his description makes sense.
Zach.
I have form A on the display. I overlay form A with form B. (So form B is
on top of form A.)
B contains checkboxes. Each checkbox correlates with a different VALUE.
Upon ticking a checkbox on form B, VALUE is stored in a static variable and
form B is closed.
Subsequently clicking a textbox on form A causes VALUE to be displayed in
that textbox on form A.
My question is: how can I achieve the result
(VALUE being displayed in textbox on form A)
without first having to click the textbox on form A (to transfer the focus
to form A).
Hopefully his description makes sense.
Zach.