Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Scroll Me Away
Message
From
04/04/2002 15:50:19
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Scroll Me Away
Miscellaneous
Thread ID:
00641083
Message ID:
00641083
Views:
43
just to continue to bug all you guys out there - here is an example of what i would like to at least happen:




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 EDITBOX
WIDTH = 200
HEIGHT = 2000
BACKCOLOR = RGB(123,232,232)
ENDDEFINE


i would like the form to have a scrollbar - and i try to set it there - but no luck. any ideas ?
Next
Reply
Map
View

Click here to load this message in the networking platform