Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

character spacing

Status
Not open for further replies.

reinaldo

Programmer
Mar 29, 2001
31
US
I was wondering if it was possible to display a numeric field on a report so that the characters of the field would read

1 2 3 4 5

instead of

12345

thank you
 
You may have to change the field to string type and pre-format the value before sending it to the report.
 
Thanks, but if you can give me an example of what you mean it will surely help.

thank you
 
Another approach would be to use a custom font which has a wide spacing between characters. It's not difficult to build such a font. The disadvantage is that it would need to be installed on each client.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top