Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot release my VFP5.0 OLE Form.
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Cannot release my VFP5.0 OLE Form.
Divers
Thread ID:
00182586
Message ID:
00182586
Vues:
51
I have a form saved as a class with OLE public in VFP5.0. This form is use as interface for my backend. If I call this form as an OLE, and set some value in one of the text box, when I what to release the for with "Release oForm" the form do not want to release. If I do not set any value of text box it work ok.

oForm = CreateObject("FoxFW.Fox")
oForm.Visible = True
oForm.MyTextBox.value = "Hello"
release oForm

It compiled as OLE EXE ( Out process )

The same code work in VFP6.0 but unfortunately VFP6 is a not a option for us at the moment.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform