Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange behavior of the textbox with the amount
Message
 
 
To
19/01/2006 10:59:49
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01088067
Message ID:
01088460
Views:
21
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform