Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return value from .app
Message
From
22/01/2003 05:03:35
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brazil
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00744078
Message ID:
00744157
Views:
9
Hi!

Try this:
Local lxReturn
Set Procedure To MyReport.app
Main(@lxReturn)
* In Main procedure work with the parameter and set the value that would in
* return to the parameter, Eg.:
Procedure Main
Parameters txReturn
 .
 .
 .
 txReturn = MyReturn
EndProc
This work with ".prg", I don't if work wit ".app".
Bye!
Erick
Força Sempre!
Strength Always!
Previous
Reply
Map
View

Click here to load this message in the networking platform