I have the following code in a trigger procedure. The code runs just fine in the desktop client, however the Click event is never happening when running the same piece of code in the web client. Is the web client able to run these type of "run macro" commands? If yes, what am I missing?
run macro "* ActivateWindow dictionary 'default' form 'Switch Company' window 'Switch Company'";
run macro "* MoveTo field 'OK Button'";
run macro "* ClickHit field 'OK Button'";
*This post is locked for comments