Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Input mask - resolved
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Input mask - resolved
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01423542
Message ID:
01423542
Views:
111
Hi everybody,

I'm using VPM and it seems to me that using InputMask has 0 effect.

I have year textbox (character field) and I try to set input mask to be 9999.

I tried it in VPME Data Builder (View and a table) - I still can type anything.

I also have it in a textbox itself and I set lOverrideInputMask property to .T. but I still can type anything.

What I'm missing??????????

Thanks.

UPDATE. Disregard - why did we put this code here???
With This
	If Not Empty(.InputMask) And Not Inlist(.InputMask, "999.999.9999", "99999-9999", "999-99-9999")
		.tmpInputMask = .InputMask
		.InputMask = ""
	ENDIF
Endwith
If it's not broken, fix it until it is.


My Blog
Reply
Map
View

Click here to load this message in the networking platform