Hi Team,
I am trying to implement custom search in Crystal Report and for that I have done the below steps
a) get the report data document.getElementById('DivReort').innerHTML
b) manipulate the report data with by adding style to text
(for example if am searching text 'Annual', I will
find the text from the innerHTMl and replace the value with "<FONT style='BACKGROUND-COLOR: yellow'>Annual </FONT>"
and update the document.getElementById('DivReort').innerHTML with the modified value.)
But the above logic is not working , could you somebody help me on what went wrong.
Thanks
Jibi