About Markish Expertise I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.
Experience I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase. Education/Credentials I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.
Question Using release window a FORM can be closed or not ?
In a cyclic situation it is required to release a form and after release it is also required to reload the form again.
I use DEACTIVATE WINDOW FORM1
RELEASE WINDOW FORM1
It is working on first time. But from second cycle the form is not clearing from screen ....
Please provide a solution as early as possible.
Answer Hi Syed,
I don't understand your scenario fully. But to release a form, you can use
thisform.release
Instead you can use the hide method of the form. This is equivalent to setting the visible property of the 'form' to false.
Please let me know if you have any specific issues.
Best regards,
Markish