Unfortunately, WebApplication.ExecuteJS is not doing anything, if called during OnCreate of the form.
Even if I just call WebApplication.ExecuteJS('alert(...
It works fine on either Sync or Async clicks, for instance.
Is this a bug? Does it work for anyone on any earlier IW versions?
Ha! Just discovered that form's own ExecuteJS does work in such cases, great!
Even if I just call WebApplication.ExecuteJS('alert(...
It works fine on either Sync or Async clicks, for instance.
Is this a bug? Does it work for anyone on any earlier IW versions?
(11-19-2024, 01:39 AM)iwuser Wrote: Unfortunately, WebApplication.ExecuteJS is not doing anything, if called during OnCreate of the form.
Even if I just call WebApplication.ExecuteJS('alert(...
It works fine on either Sync or Async clicks, for instance.
Is this a bug? Does it work for anyone on any earlier IW versions?
Ha! Just discovered that form's own ExecuteJS does work in such cases, great!

