Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PEMSTATUS()?
Message
 
À
09/09/1999 09:49:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
00262851
Message ID:
00262972
Vues:
13
Tom,

Unless there may be some other container at the form's level I woudl suggest using Thisform as it allows you to place your masterobject anywhere inside the form (on a page for example).

The code to check for the existance of a form should be as Erik showed you;
IF TYPE("Thisform.Name") = "C"
   * There is a form
ELSE
   * There is no form
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform