Hi,
I am trying to create an interactive report generator. I am generating my report as an XML document from a C++ program, I have a IE5 component which displays the report in a webpage from my application. (FYI, I am using Borland C++ Builder 5 enterprise edition).
I wanted to insert some links in the report,
I want to know if it is possible to send a message to the main app when the user clicks on a link. I looked at the xlink property but IE5 does not support that recommendation yet.
Has anybody tried something like that before?
Ahy ideas will be appreciated.
Thanks.