Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using program variables in forms
Message
From
29/11/2003 03:59:48
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00853514
Message ID:
00854399
Views:
27
Hi,

>Read Events and Clear Events are the key points here. Without them it would not work this way.

Not true...

PRIVATE myVar
myVar = 4
oForm = CreateObject("MyForm")
oForm.Show()

DEFINE CLASS MyForm as Form
PROC INIT()
WAIT WINDOW myVar
ENDPROC
ENDDEFINE

Regards
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform