Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp50 - Loading FORMS only once...
Message
De
19/03/1997 09:26:45
 
 
À
18/03/1997 12:45:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00024659
Message ID:
00024816
Vues:
35
>>I only want my users to load a form only once.
>>How can I check for this?
>
>if type("frmDoing")="O"
> frmDoing.show()
>else
> do form Doing name frmDoing
>endif

This does not seem to work.
Name of my form is "Call"
My code is...

if type("call")="O"
call.show()
else
do form call
endif

Help???
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform