Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interdire des caratètes dans un textbox
Message
From
17/03/2006 07:07:11
 
 
To
17/03/2006 06:55:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01105247
Message ID:
01105252
Views:
18
This message has been marked as the solution to the initial question of the thread.
>Bonjour à Tous ,
>
>Comment faire pour interdire les catatères # et * dans un textbox
>
>Merci

Agnes,

Fais le test dans le keypress du textbox
 lparameters nkeycode,nshiftaltctrl

do case
case inlist(m.nkeycode, asc('*'), asc('#'))
    NODEFAULT

endcase
Gregory
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform