It's not a problem, it's routine.
create an if value specific to this error. If there is an error, solve it yourself with external browser control.
Hi, I have a problem with set clipboard function. It works fine when used in text/plain mime type.
But I need it in text/html, but when I try to use it then I'm always getting empty string in my clipboard. Even after trying to set something as simple as <p>Hello World</p> it still doesn't work.
I think that I know what is wrong with this. When I use set clipboard, and text/html mime type its not working, because text editor where I need to paste it needs also text/plain for fallback. But I can't set both text/plain, and text/html in BAS using set clipboard function.
Am I right?