Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Programmatically Dock Forms in Tabbed Format?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00912522
Message ID:
00912633
Vues:
8
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform