Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form won't close
Message
 
 
To
11/03/2012 17:15:41
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01538003
Message ID:
01538005
Views:
44
>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()
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform