Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Determine for the active form..
Message
De
15/07/1998 10:39:36
 
 
À
15/07/1998 10:34:02
Larry Santos
Local Data System
Philippines
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00117582
Message ID:
00117585
Vues:
16
>Hi,
>
> I have a lot of form open into my application e.g. employee, department, position, location. How should i know or to detect if the form position is already exist in my application?
>
>Thanks and Advance
>Larry Santos

You can check before you load the form:
if type(oApp.PositionForm)<>"O" or isnull(oApp.PositionForm)
 oApp.PositionForm=createobject("clPosForm")  && or use do form here
endif
oApp.PositionForm.show()
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform