Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lame
Message
From
04/04/2002 16:14:20
 
 
To
04/04/2002 15:58:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Re: Lame
Miscellaneous
Thread ID:
00640930
Message ID:
00641103
Views:
24
it has a vertical scroll bar on the EDITBOX, not the form. so here is the same code with a Container not an Editbox, to show that i cant get to the bottom part of the container:


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




i am running the old VFP6 on win2k. and not likin it right now! :-)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform