Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call a form from another application
Message
From
13/12/1996 10:53:23
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00014857
Message ID:
00015052
Views:
33
>
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform