Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command window
Message
De
03/02/2002 10:46:42
 
 
À
03/02/2002 10:26:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00614537
Message ID:
00614544
Vues:
23
>>>>>Can somebody tell me why these two commands dont do anything if I run them both at the same time:
>o = NEWOBJECT('frmschentry', 'opmonitor')
>o.Visible = .t.
>>>but if I run them one by one then a form is visible.
>
>
>Mark, problably, that´s because your variable is running out of scope... try:
>
>
>Public o
>o = NEWOBJECT('frmschentry', 'opmonitor')
>o.Visible = .t.
>
This is Command window. How a var. can run out of scope?

Mark
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform