Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Lame
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Lame
Divers
Thread ID:
00640930
Message ID:
00641102
Vues:
25
ok - here is that idea - but the container is 10x the size of the form - but no scroll bars:


PUBLIC oTEST
oTEST = CREATEOBJECT('Form1')
oTEST.Visible = .T.

***********************************************************************
DEFINE CLASS FORM1 AS FORM
CAPTION='Form Ken'
AUTOCENTER = .T.
WIDTH = 220
HEIGHT = 200
BACKCOLOR = RGB(223,132,132)
SCROLLBARS = 2 && !!!!!!!
ADD OBJECT oKEN AS KEN_EDIT
ENDDEFINE

***********************************************************************
DEFINE CLASS KEN_EDIT AS CONTAINER
WIDTH = 200
HEIGHT = 2000 && 10x the form size
BACKCOLOR = RGB(123,232,232)
ENDDEFINE
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform