TfrxRichView PrepareReport error
Hi to all,
I have a TfrxReport that has several bands, one which is a TfrxRichView component. If the RTF contains the symbol "[" (ASCII 91) when I execute the PrepareReport function it raises a "Expression expected error" and the word that is just after the symbol "[".
I can't understand this behavior. How can I fix this issue?
Any help will be apreciated.
Regards.
Hernando.
I have a TfrxReport that has several bands, one which is a TfrxRichView component. If the RTF contains the symbol "[" (ASCII 91) when I execute the PrepareReport function it raises a "Expression expected error" and the word that is just after the symbol "[".
I can't understand this behavior. How can I fix this issue?
Any help will be apreciated.
Regards.
Hernando.
Comments
Hello,
FR expect a Function.
U could try to Change your "[" in [Chr(91)]
greetz
How can I prevent FR from expecting a function when it encounters a "[" inside the TfrxRichView?
Thank you,
Hernando
It isnt possible to change the Text in the "onbeforeprint" Event?
I changed AllowExpressions to False, and the trowble has gone.
Regards,
Hernando.