I created a form [say: Selection-form] which will be used several times to select something. How do I stop my program - wait until the Selection-form is completed - and use the result?
Something like:
result = SelectionForm.GetSomething
' wait until something is selected
txtResult.text = result
Anybody know?
Thanks - Ghislain
Something like:
result = SelectionForm.GetSomething
' wait until something is selected
txtResult.text = result
Anybody know?
Thanks - Ghislain