Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox question
Message
From
25/06/2003 10:21:12
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00803433
Message ID:
00803764
Views:
24
Hi Sergey,

>What's undocumented about editbox in this case? You just have to think out of the box. :)

Perhaps I have understood, bug ?
PUBLIC o
o = CREATEOBJECT('_Form')
o.Show()

DEFINE CLASS _Form AS Form

	AutoCenter = .T.
	Height = 140
	Width = 280

	ADD OBJECT eb1 AS Editbox WITH ;
	  Top = 5, ;
	  Left = 10, ;
	  Height = 21, ;
	  ScrollBars = 0

	ADD OBJECT eb2 AS Editbox WITH ;
	  Top = 45, ;
	  Left = 10, ;
	  Height = 42, ;
	  ScrollBars = 0
	
ENDDEFINE
On eb1, ENTER validate control and skip to next control.
On eb2, ENTER add lines

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform