Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Zero Fill

edited June 2008 in General
Is it possible to set a field properties to zero fill? For example, if I'm
creating a fixed-length amount field of 7 characters and I want 100.00 to
show as 0010000.



--- posted by geoForum on http://delphi.newswhat.com

Comments

  • edited June 2008
    Several ideas:

    use the OnGetText event
    use either a calculated field (if using a TDataset), or
    (my preference) use a TJITPipeline and format as desired.

    Ed Dressel
    Team DM
This discussion has been closed.