Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using program variables in forms
Message
De
29/11/2003 03:59:48
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00853514
Message ID:
00854399
Vues:
26
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform