Zero Fill
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
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
This discussion has been closed.
Comments
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