Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form won't stay open
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01400297
Message ID:
01400302
Views:
72
>>
>>1. Does Load or Init of the form return .F. ?
>>
>
>There is NO code in LOAD or INIT method
>
>>2. Do you release public variable somewhere what has a reference to this form?
>>
>
>No.
>
>>3. Can you show the lines of code calling this Modal form?
>
>
>public oMyForm
>oMyForm = createobject("myformclass")
>oMyForm.show()
>
Try

oMyForm.Show(1) && to show it as a Modal form.
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