Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Procedures, returning values
Message
 
To
23/06/1999 13:14:34
Frank Cavone
Monetary Management of Ny, Inc.
Albany, New York, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00233065
Message ID:
00233069
Views:
30
The form called must have this properties:

.WindowType = 1 && MODAL
.vRetVal = v && where v is a constant with the same data type of the value to return

If your form receive parameters,
In the INIT Event:
LParameters vParam1, vParam2, ... ,vParamN

To return a value,
In the Unload Event:
Return This.vRetVal

And... in some place (method or event)
Thisform.vRetVal = vValueToReturn

Good Luck
Esteban
Lic. Esteban Bruno
Gerente de Sistemas
TASSO S.R.L.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform