M
Michael A. Covington
I want to define a form that has a textbox on it, and at some stages in my
program:
- create the form
- put a message in the textbox
- show the form
- do a time-consuming computation
- close the form
Currently, the form appears at the right time but the textbox always comes
out blank. What order should I be doing things in, and are some Update or
Refresh calls needed?
Thanks to all!
program:
- create the form
- put a message in the textbox
- show the form
- do a time-consuming computation
- close the form
Currently, the form appears at the right time but the textbox always comes
out blank. What order should I be doing things in, and are some Update or
Refresh calls needed?
Thanks to all!