Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Which form called my form (no parameter, no variable)?
Message
De
12/12/2003 17:59:05
 
 
À
12/12/2003 09:22:04
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00858533
Message ID:
00858821
Vues:
16
Sorry for question.. I found. program() function had supported both of programs and forms...

A different way to do this is in the called form's Load() method. When the called form is LOADing, the _Screen.ActiveForm is still the calling form, so code like this in the called form's Load() will also do it:
loCaller = _Screen.ActiveForm
IF VARTYPE( loCaller ) = 'O'
  *** Access any property of the calling form here
  .
  .
  .
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform