Hello,
is there a single point to apply a script at the onarrive level on all application screens?
thank's
Best Regards
script onArrive all screen
Moderator: jeanmichel
Re: script onArrive all screen
While you could identify an screen without checking the check boxes to identify any field and have that onScreenReady script to show in several screens with just that identification, it will only work for a subset of screens, based on record format, like all IBM menus or maybe all your application screens, they still have to have something in common.
Another idea could be to create an autogui rule, for _AX_ONCE_ , associate it with a Raw Html and there you will find a OnScreenReady property where you can put your javascript like this:
Another idea could be to create an autogui rule, for _AX_ONCE_ , associate it with a Raw Html and there you will find a OnScreenReady property where you can put your javascript like this:
Re: script onArrive all screen
Thanks Dino,
My need is to be able to find a place to insert a script to be able to modify custom header for every request to the server, I hope to succeed with your second method.
Best regard
My need is to be able to find a place to insert a script to be able to modify custom header for every request to the server, I hope to succeed with your second method.
Best regard