2022-08-30, 07:34:20
Hello, we're currently implementing Antview in MS Access and we're having a few issues. We hope you could help us.
Thanks for the assistance.
- When adding the control to a form and docking it horizontally to both sides, the width of all webpages are larger than the form itself. How can we prevent this from happening?
- In Internet Explorer there was an option to execute commands by calling browser.ExecWB. Is there any equivalent in Antview?
- is there an easier way to get the html source of the current page? We use it it many places and right now we'll have to execute an event and catch it in another (RequestCurrentHtml). In IE we could simply call browser.document.body
- Can we request the state of the browser? In IE this would be browser.readystate.
Thanks for the assistance.