Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
User defined inputmasks
Message
From
11/05/2006 14:29:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
User defined inputmasks
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01121082
Message ID:
01121082
Views:
54
Hi,

I am letting users define what they want to use as inputmasks. So they may enter a value as "999" as an inputmask for a field, or they may enter something like ["!" + REPLICATE("X",19)].

When my form runs, it goes through the table that has these fields and inputmasks defined and programmartically adds the appropriate controls to the form. If the inputmask is a simple string like "999" that works fine. If however it is an expression I hav etried doing this:

loControl.InputMask = EVALUATE(m.lcInputMask)

But all this does is set the input mask to the actual string: "!" + REPLICATE("X",19)

Any ideas how to get this to work?
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Next
Reply
Map
View

Click here to load this message in the networking platform