Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't set input mask
Message
De
26/04/2001 07:40:28
 
 
À
26/04/2001 04:50:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00500002
Message ID:
00500029
Vues:
26
>
*init
>this.Inputmask=PADL("",FSIZE(this.name,"modacad"),"X")
>
>I tried that but it just won't accept the inputmask.
>When I do it in the form init event it works fine.

The replicate function could be used as well:

this.inputmask = replicate('X',fsize(this.name,'modacad'))
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform