Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a parameter from one form to another.
Message
De
31/07/2001 17:23:08
 
 
À
31/07/2001 17:04:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00538001
Message ID:
00538043
Vues:
12
>Larry,
> When I tried your _Screen.Forms idea, I get an error message saying 'Unknown member FORMS'. I must not be using the proper syntax. I tried looking it up in help and there is no listing. Is there any way you could give me an example?
>

Hey Winn,

PMFJI...

Here is a simple example of the forms collection. Hopefully it can give you some ideas:
xForm = createObject("form")
yForm = createObject("form")
for each oForm in _screen.forms
	? oForm.name
next oForm
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform