Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Input mask - resolved
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Input mask - resolved
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01423542
Message ID:
01423542
Vues:
112
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
Répondre
Fil
Voir

Click here to load this message in the networking platform