Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
User defined inputmasks
Message
De
11/05/2006 14:29:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
User defined inputmasks
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01121082
Message ID:
01121082
Vues:
57
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform