Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Reloading Dataenvironment from another form
Message
De
14/07/2000 15:07:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00392110
Message ID:
00392626
Vues:
10
Hi Michael,

I prefer Eric's forms collection solution myself, but if you are after a more brute force method something like:

FOR lnCtr = 1 to _Screen.FormCount
IF _Screen.Forms[lnctr].Name = "frmMyForm"
RETURN _Screen.Forms[lnCtr]
ENDIF
ENDFOR

This should give you an object reference to the form.

HTH,

pamela
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform