Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textbox question
Message
 
 
À
25/06/2003 10:21:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00803433
Message ID:
00803768
Vues:
26
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform