Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dock window
Message
De
23/08/2008 06:52:09
 
 
À
22/08/2008 20:21:37
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01341287
Message ID:
01341309
Vues:
15
Hi James -

Does this test work for you in the command window?:
oForm1 = CREATEOBJECT('Form')
oForm2 = CREATEOBJECT('Form')
oForm1.Height = _screen.Height
STORE 1 TO oForm1.Dockable, oForm2.Dockable
oForm1.Dock(4,oForm2)
oForm1.Dock(0)
hth
-Stefan


>Hi all
>
>I have been trying to get some forms do dock in a window full screen with tabs on the bottom showing the caption. I can do this with a mouse but I can't seem to make it work in a program.
>
>dock(3,oform) splits the parent form in half.
>
>Parent form properties
>dockable = 1
>showwindow = 0
>MDIform = .f.
>WindowState = 0
>WindowType = 0
>
>child form properties
>dockable = 1
>showwindow = 0
>MDIform = .f.
>WindowState = 0
>WindowType = 0
>
>Thanks for the help.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform