Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange behavior of the textbox with the amount
Message
 
 
À
19/01/2006 10:59:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01088067
Message ID:
01088460
Vues:
20
>There is certainly a bug from some part.
>I think you owes
>- or to fill Controlsource
>- or to put R in Format
>- or to bring here a repro
**************************************************
*-- Form:         form1 (c:\mmviscollect\dd.scx)
*-- ParentClass:  form
*-- BaseClass:    form
*-- Time Stamp:   01/19/06 11:21:02 AM
*
DEFINE CLASS form1 AS form


	DoCreate = .T.
	Caption = "Form1"
	Name = "Form1"


	ADD OBJECT text1 AS textbox WITH ;
		Alignment = 3, ;
		Value = 0, ;
		Height = 23, ;
		InputMask = "9999.99", ;
		Left = 36, ;
		Top = 48, ;
		Width = 100, ;
		Name = "Text1"


	ADD OBJECT text2 AS textbox WITH ;
		Height = 23, ;
		Left = 72, ;
		Top = 120, ;
		Width = 100, ;
		Name = "Text2"


ENDDEFINE
*
*-- EndDefine: form1
**************************************************
Go to the first textbox, type some number. Go to the second, type anything. Click inside the first textbox, then click Enter. Watch how digit will disappear.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform