TfrxTableCell doesnt Trigger OnBeforePrint Event
Hi!
As the title says, i have a report with a table with lots of TfrxTableCell which i have linked to boolean fields.
Now i want to translate the boolean values and change colors in case of true/false, but when i add an OnBeforePrint event to the TfrxTableCell's, it doesnt get called. (The TfrxTableCell is a descendent of the TFrxMemoview right? Shouldnt this work?)
I can get the TfrxTableObject OnBeforePrint to be called, is this the way it is supposed to work? If so, how can i use this event in the TfrxTableObject to access the cells and format them if needed.
Thanks
Comments
OnBeforePrint event doesn't available for TfrxTableCell. Try to use TfrxTableCell.Highlight property