How to dont't print default values

Hi,
How can i dont’t print the default values when there are no data to show. An example is when a date field is empty it prints ‘1899’.
How can i define another default value or just not show anything!
Tks in advance

“Joao Duarte” <joaoricardoduarte@gmai…> schrieb im Newsbeitrag
news:131101282008192242@combit.net…

Hi,
How can i dont’t print the default values when there are no data to show.
An example is when a date field is empty it prints ‘1899’.
How can i define another default value or just not show anything!

Hi,

Just pass “(NULL)” as content for empty fields. They will then be printed as
empty string, or - if you want so - you can use IsNull() to check for NULL
values and react accordingly.

G.