Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Works visually, but not in PRG?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Works visually, but not in PRG?
Miscellaneous
Thread ID:
00820801
Message ID:
00820801
Views:
50
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
Next
Reply
Map
View

Click here to load this message in the networking platform