Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameter to form
Message
From
07/08/1999 10:59:58
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00250894
Message ID:
00251073
Views:
7
Hi Jane,

Do this:

1. Create a form called passback
2. Add property eValue
3. Change WindowType to Modal
4. In the INIT() add:
lparam tnNum
this.eValue=tnNum
5. Now in the unload add:
return this.eValue/2
6. Now save your form and from the command window type:
do form passback with 8 to nVal
?nVal
If you don't get 4 we have problems.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform