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

why you not run my example ?
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,;
	  AddLineFeeds=.F. && .T. is identical

	ADD OBJECT eb2 AS Editbox WITH ;
	  Top = 45, ;
	  Left = 10, ;
	  Height = 42, ;
	  ScrollBars = 0,;
	  AddLineFeeds=.F.
	  
ENDDEFINE
AddLineFeeds=.F. not insert CHR(10), but insert only CHR(13).

The behavior does not change, and it does not have to change.

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform