View Full Version : Font/Colour change on Print of Report


c_shutty
07-03-2001, 05:59 AM
Change colour/font of text box when printed depending on its value .

pcs
07-03-2001, 09:39 AM
check help for the following:

FontName, FontSize Properties, BackColor Property

place the appropriate code in the OnFormat event of the desired report section.

al