Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Active Documents
Message
De
08/02/2002 05:13:29
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Active Documents
Divers
Thread ID:
00617176
Message ID:
00617176
Vues:
49
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform