Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox Format Property
Message
 
To
22/12/2004 04:28:08
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00971302
Message ID:
00971307
Views:
27
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform