Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox question
Message
 
 
To
25/06/2003 10:21:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00803433
Message ID:
00803768
Views:
25
You forgot to set AddLineFeeds=.F.

>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
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform