Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textbox Format Property
Message
 
À
22/12/2004 04:28:08
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
00971302
Message ID:
00971307
Vues:
26
>Hi,
>
>I want to Pads numeric data with leading zeroes, I find that
>use @L can use in the textbox format.
>How to use it ? I don't understand how to use it.
>Please advise.
>
>Derek Yim
>
>
>
>thisform.txtbox.value ="123456"
>Messagebox(transform(thisform.txtbox.value,"@L 9999999999"))
>
>
>I want to display "0000123456"

Yim try this
>
>thisform.txtbox.value =123456
>Messagebox(transform(thisform.txtbox.value,"@L 9999999999"))
>
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform