Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Format in the Text Box for MSHFlexGrid
Message
 
À
25/11/2002 00:10:55
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Divers
Thread ID:
00725614
Message ID:
00726377
Vues:
16
Surely because you have a mask. Use this code to set a value into the MaskEdit box:
dim strX as string
strx = mask1.mask
mask1.mask = ""
mask1.text = YourValue
mask1.mask = strx
>Hi Eric,
>
>Actually, I'm already using MaskedEdit, but it seems unable assign value to text or value property when it is not bound to the datafield, isn't it?
>
>Aston
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform