Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Active Documents
Message
From
08/02/2002 05:13:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Active Documents
Miscellaneous
Thread ID:
00617176
Message ID:
00617176
Views:
48
Hello group, any one know a way in VFP 7 to resolve this problem. I’m using Active documents technology and have the following problem after create the AD Container and launch my app in the run method as follow:

ofrmPublish = NEWOBJECT("frmkdppublish.frmpublish","","",cStr)
ofrmPublish.SHOW()
READ EVENTS

In this form I have a button that calls another app with the following code:

oFrmProp = NEWOBJECT("frmkdpProperty.frmkdpProperty")
= oFrmProp.Show(1)

My problems are:

1. how return a value from the oFrmProp to the oFrmPublish
2. how can I know if oFrmProp was called from another app, this for test in it destroy method is necessary follow the clear events command or not.

Thanks for any help
Next
Reply
Map
View

Click here to load this message in the networking platform