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

Zeros not showing in report

edited February 2003 in General
I am using Delphi 5 with Report Builder 7.0 release date 09/18/2002. When I
run the report my TppDBEdit fields will sometimes show zeros and sometimes
not, mostly not. I would like to have zeros displayed if the field is empty.
Can you tell me how to do this?

Comments

  • edited February 2003
    > I am using Delphi 5 with Report Builder 7.0 release date 09/18/2002. When
    I
    empty.

    Are the fields nil? (ie is is the property 'IsNull' true?). there is a
    difference.

    Ed Dressel
    Team DM
  • edited February 2003
    Aditional to Ed's answer, check if accidentally don't set BlankWhenZero
    to true for some of the fields

  • edited February 2003
    I used the ISNULL property on the dataset field and that gave me the results
    I needed.

    Thanks!

This discussion has been closed.