Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do form to
Message
 
To
05/08/2003 09:22:27
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00816816
Message ID:
00817128
Views:
22
DO form getSomeValues with xVal1, xVal2 to cReturnVal

**** Forms Unload Event

return tran(thisForm.returnVal1) + ';' + tran(thisForm.returnVal2)

**************************************

then test it to be sure the user didnt cancel in which case you should return .F.
above so this next code block would not run

if vart(cReturnVal)='C'
cVal1 = getwordnum(cReturnVal,';',1)
cVal2 = getwordnum(cReturnVal,';',2)
endif





>how can I do it with more than one parameter?
>The following method not working:
>parent form command: do form x with var1,var2 to return1,return2
>child form unload:return return1,return2
>Thank you
Greg Foote
Software At Work, Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform