astraltango
Programmer
In some of my forms, I wish to select a customer.
The way I have implemented this is, I have a button on the original form, to open up another form which displays a list of customers to choose from.
What I want, is for the user to be able to select the appropriate customer which updates the original form with the CustomerId.
The problem lies in the fact that the customer selection form needs to update one of many calling forms (ie, there will be multiple forms using the customer selection form).
How can I determine the calling form so I can update it with with selected CustomerId? Is it possible to use global variables to record the calling form?
Cheers
The way I have implemented this is, I have a button on the original form, to open up another form which displays a list of customers to choose from.
What I want, is for the user to be able to select the appropriate customer which updates the original form with the CustomerId.
The problem lies in the fact that the customer selection form needs to update one of many calling forms (ie, there will be multiple forms using the customer selection form).
How can I determine the calling form so I can update it with with selected CustomerId? Is it possible to use global variables to record the calling form?
Cheers