Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Programmatically Dock Forms in Tabbed Format?
Message
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00912522
Message ID:
00912633
Views:
9
Hi Sergey

That worked just fine.

Thanks
Simon


>>Hi
>>
>>I wonder if there is a way to dock forms in the tabbed format programtically. When I use the Dock method the forms are never docked in the tabbed format but I think it would be nice to be able to do this with the Dock method.
>>
>Hi Simon,
>
>Try
oF1 = CREATEOBJECT("form")
>oF2 = CREATEOBJECT("form")
>oF1.Show()
>oF2.Show()
>oF1.Dockable= 1
>oF2.Dockable= 1
>oF2.Dock(4, oF1)
>
Simon White
dCipher Computing
Previous
Reply
Map
View

Click here to load this message in the networking platform