hi,
while there's no problem with the conditional formatting of e.g. numerical fields
if {field_1} = 0 the crBold else crRegular
and regarding the fontsize
if {field_1} = 0 then 12 else 10
if I use the Format>Field>Font>Style
and Format>Field>Font>Size
Formula Editor boxes, I didn't found a way to combine both statements.
Easy spoken: If field_1 has a value of zero, display the field in bold and with a font size of 12 points:
if {field_1} = 0 then crBold and fontsize = 12
else crRegular and fontsize 10
I couldn't find a way yet to enter a "combined" formula like that - btw just an example.
any hint is appreciated
joe
while there's no problem with the conditional formatting of e.g. numerical fields
if {field_1} = 0 the crBold else crRegular
and regarding the fontsize
if {field_1} = 0 then 12 else 10
if I use the Format>Field>Font>Style
and Format>Field>Font>Size
Formula Editor boxes, I didn't found a way to combine both statements.
Easy spoken: If field_1 has a value of zero, display the field in bold and with a font size of 12 points:
if {field_1} = 0 then crBold and fontsize = 12
else crRegular and fontsize 10
I couldn't find a way yet to enter a "combined" formula like that - btw just an example.
any hint is appreciated
joe