Is there a way to pass a parameter from one dialog to another? For example, I have a dialog1 with a list box where I select a customer. I have in the past stored the customer ID in a global variable, then in the dialog2, to edit the customer information, for example, I use that variable to retrieve the customer's info.
Is there a way to get around using the global variable?
I was thinking of having a text box beyond the boundaries of the next dialog2, and place the needed variable in it - it would not show, but be available for the dialog2 to extract. That would still take a global variable to get the info into the text box - the gHldg of the dialog2.
Is there another way?
Thanks for any suggestion,
John Tate
Is there a way to get around using the global variable?
I was thinking of having a text box beyond the boundaries of the next dialog2, and place the needed variable in it - it would not show, but be available for the dialog2 to extract. That would still take a global variable to get the info into the text box - the gHldg of the dialog2.
Is there another way?
Thanks for any suggestion,
John Tate
Comment