2022-02-16, 23:18:24
Wil,
Thank you for the quick reply.
Luckily, it wasn't the URL parameter, it was the Method parameter. If I had two brain cells functioning yesterday I would have noticed, the error message was absolutely correct.
My incorrect way of calling:
(dcl-AxControl-Invoke project/form/antview1 'Navigate "https://www.antwise.com")
Correct method of calling:
(dcl-AxControl-Invoke project/form/antview1 "Navigate" "https://www.antwise.com")
So, duh, obviously, yes, it was the method name.
It's working amazingly, and is such a simple install. Really incredible work, thank you so much.
Cheers!
--J
Thank you for the quick reply.
Luckily, it wasn't the URL parameter, it was the Method parameter. If I had two brain cells functioning yesterday I would have noticed, the error message was absolutely correct.
My incorrect way of calling:
(dcl-AxControl-Invoke project/form/antview1 'Navigate "https://www.antwise.com")
Correct method of calling:
(dcl-AxControl-Invoke project/form/antview1 "Navigate" "https://www.antwise.com")
So, duh, obviously, yes, it was the method name.
It's working amazingly, and is such a simple install. Really incredible work, thank you so much.
Cheers!
--J