som.papai
16th July 2007, 13:42
Hi All,
In my Report ,I have a form field domain tcmcs.str30
I want to make the field attribute bold at runtime and also increase the font size, when some specific condition that I already define will meet.

can i do that?

Regards
Sudipta

frigyesg
16th July 2007, 14:07
Hello Sudipta,

I don“t know if there is a possibility to change the field attribute from the report script, but an easy way to do this, is to create two different layouts. In one define the field as bold, in the other as normal, and print the layout depending on your condition.

en@frrom
16th July 2007, 14:44
This is possible using the cf$(1) attribute. Check for instance this link (http://www.baanboard.com/baanboard/showthread.php?t=32391&highlight=bold) for an example of how to apply it conditionally...


Regards,
Eli Nager