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

Click here to load this message in the networking platform