Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form.Dockable Problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01218122
Message ID:
01218314
Views:
14
Moving "ThisForm.Dockable = 1" to the Init didn't solve the issue. I still see
the form appear at Init.

I also tried putting "ThisForm.Dockable = 1" in the Dock method, but no change.

Oh well.
Thanks anyhow



>It's documented behavor of Dockable property. You can move your code to the Init of the form (class).
>
>>I have this code:
>>
>>
>>oForm = createobject("MyForm")
>>oForm.Dockable = 1  && THE FORM DISPLAYS AT THIS POINT!!
>>oForm.Dock(1)
>>oForm.Show()
>>
>>
>>
>>Anyone know what to do about this?
>>
>>Thanks
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform