Hi All
I have to add an event on an Anchor element to a column in crystal report.
it should be like <A href=# onContextMenu="somefunction()" >
I tried hyperlink property of text object but it takes hyperlink only
so i can give it like <a href="javascrpt:functionname()"> only.
Basically what i am trying to do is to attach a DHTML menu which will be popped up on right click on the element.
Any Idea how to do that?
I have tried using a formula to manipulate the content and bysetting Text Interpretation property to HTML but it gives me an error.
Thanks in advance.
I have to add an event on an Anchor element to a column in crystal report.
it should be like <A href=# onContextMenu="somefunction()" >
I tried hyperlink property of text object but it takes hyperlink only
so i can give it like <a href="javascrpt:functionname()"> only.
Basically what i am trying to do is to attach a DHTML menu which will be popped up on right click on the element.
Any Idea how to do that?
I have tried using a formula to manipulate the content and bysetting Text Interpretation property to HTML but it gives me an error.
Thanks in advance.