Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot release my VFP5.0 OLE Form.
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Cannot release my VFP5.0 OLE Form.
Miscellaneous
Thread ID:
00182586
Message ID:
00182586
Views:
52
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.
Next
Reply
Map
View

Click here to load this message in the networking platform