I have a form FINDER which finds a person and then calls another with a parameter...
DO FORM INFORMATION WITH cPerson
Form INFORMATION runs and loads up whosoever is in cPerson. When I am done with that form and escape (hitting escape returns me) it returns to the original FINDER.. All is good.
Now if I want to call a ZIP_CODE_FINDER from INFORMATION, I use
DO FORM ZIP_CODE_FINDER from within FORM INFORATION
and THAT works fine too.... up pops ZIP_CODE_FINDER
AND NOW FOR THE QUESTION...
Once the ZIP is found, how do I return the ZIP code that I found to INFORMATION ?...
It seems that I should use the destroy event, but If I use
DO FORM INFORMATION WITH cZip
I think will be initiating another instance of the INFORMATION form...
Can I get some assistance as to the correct way as to how to return a number or should I just save it in a PUBLIC variable and use that ???
Thanks
FoxEgg
DO FORM INFORMATION WITH cPerson
Form INFORMATION runs and loads up whosoever is in cPerson. When I am done with that form and escape (hitting escape returns me) it returns to the original FINDER.. All is good.
Now if I want to call a ZIP_CODE_FINDER from INFORMATION, I use
DO FORM ZIP_CODE_FINDER from within FORM INFORATION
and THAT works fine too.... up pops ZIP_CODE_FINDER
AND NOW FOR THE QUESTION...
Once the ZIP is found, how do I return the ZIP code that I found to INFORMATION ?...
It seems that I should use the destroy event, but If I use
DO FORM INFORMATION WITH cZip
I think will be initiating another instance of the INFORMATION form...
Can I get some assistance as to the correct way as to how to return a number or should I just save it in a PUBLIC variable and use that ???
Thanks
FoxEgg