Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call a form from another application
Message
De
13/12/1996 10:53:23
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00014857
Message ID:
00015052
Vues:
37
>
>Thanks Arnon,I really apreciate your counsel.
>If you read the map, you will find that what I did was to create
>a class with my form, but I like your point and I would like you
>to be more specific, how can I send a message to an application
>to tell it start this form with this parameters ?.
>I'm just and old 'xBase head' that is =Trying_to_learn(THIS.oop)

communications through msging is considered by some to be a basic part of OO

basically it is about adding a msg handler that will know some options and incorporate it into the app/formset/form object
e.g. in your case

the app object should have
app.msg("open","formname")
and the msg "event" will know to instantiate the needed form

Arnon
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform