I'm working with Delphi creating ActiveX components for use inside 'Internet Explorer'.
I'm able to do with this some success, accessing data, generating reports, etc. However I seem to have hit a stumbling block.
Currently when the ActiveX control is seen inside the web browser, when the user clicks the 'Refresh' button the page gets reloaded and the ActiveX component resets itself to display as first shown (button captions reset, etc).
Is there a way of disabling the 'Refresh' button to prevent this from happening ?
Could I do this as part of the HTML page ?
Thanks for any pointers in advance.
Steve
I'm able to do with this some success, accessing data, generating reports, etc. However I seem to have hit a stumbling block.
Currently when the ActiveX control is seen inside the web browser, when the user clicks the 'Refresh' button the page gets reloaded and the ActiveX component resets itself to display as first shown (button captions reset, etc).
Is there a way of disabling the 'Refresh' button to prevent this from happening ?
Could I do this as part of the HTML page ?
Thanks for any pointers in advance.
Steve