Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form won't close
Message
From
11/03/2012 20:05:49
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01538003
Message ID:
01538018
Views:
54
>>>>i am having trouble closing a form and am wondering if i'm doing something wrong.
>>>>i create and name the form - it is visible
>>>>oFrm.Show(2)
>>>>
>>>>then i do something here while the form is showing
>>>>after i complete the task with a read command
>>>>i want to close the form (after read)
>>>>oFrm.close()
>>>>
>>>>nadda - it still stays visible.
>>>>any suggestions?
>>>>
>>>>k
>>>
>>>Try
>>>
>>>oFrm.Release()
>>
>>a good idea naomi - but didn't work.
>>
>>k
>
>Put set step on in the form's Destroy method and trace what is happening when you call form's release() ?

i don't whether this is progress or not but i am now getting a message saying 'object oFrm is not found' when i try the oFrm.release()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform