Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a Method from an inactive form
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00512457
Message ID:
00512461
Vues:
9
>I want to use a method from an inactive form. How do you I call this method from a PRG file?
>
>Thanks.

You need to make an object reference to the form and call it by
formobject.method(). You can do that by using the NAME clause of DO FORM when the form is launched or access the _screen forms collection. Or, create a form manager object that keeps a list of form objects for your app.
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform