Hi,
in my app when user find order, i open a Find-Form.
User select the "customer name" from a combo, insert a number order from this form etc.
When user close the Find-form return a param for filter Order table.
I create a one sub in my mainform that open the FindForm, but i want await that the user close this form for receive the param else the sub continue.
it's possible??
Thanks
in my app when user find order, i open a Find-Form.
User select the "customer name" from a combo, insert a number order from this form etc.
When user close the Find-form return a param for filter Order table.
I create a one sub in my mainform that open the FindForm, but i want await that the user close this form for receive the param else the sub continue.
it's possible??
Thanks