Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Works visually, but not in PRG?
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Works visually, but not in PRG?
Divers
Thread ID:
00820801
Message ID:
00820801
Vues:
48
When I create a form and set SCROLLBARS to 3 through the visual designer, and then add a container and make its dimensions larger than the form's, the scrollbars appear (as expected).

But, when I do it in a PRG, the scrollbars do not appear. Here's the code - all assistance appreciated!
public ot
ot=createobject('form')
ot.scrollbars=3
ot.show
ot.addobject('c1','container')
c1=ot.c1
c1.visible=.t.
c1.height=600
Imagination is more important than knowledge
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform