2014 May 09 9:02 AM
Hi
Is it possible to trigger a SAP event (event registered by HTML Control class), when a user clicks on any link on a custom URL loaded with HTML Viewer?
E.g.
custom URL http://google.co.in is loaded into HTML browser.
if i press 'Search' in the browser window, a SAP event should be triggered.
Its possible in the SAPHTML_EVENTS_DEMO program,. but I cannot make it work for a custom URL.
Hi
Is it possible to trigger a SAP event (event registered by HTML Control class), when a user clicks on any link on a custom URL loaded with HTML Viewer?
E.g.
custom URL http://google.co.in is loaded into HTML browser.
if i press 'Search' in the browser window, a SAP event should be triggered.
Its possible in the SAPHTML_EVENTS_DEMO program,. but I cannot make it work for a custom URL.
2014 May 09 9:11 AM
Hi Vickram,
You can raise the events by using the RAISE EVENT statement and can pass parameters for the event also. Try it that way within the URL click event handler method.
Regards,
Abijith