Extension: Call Procedures In a different Screen

xyz.kumaraswamy.fun.aix (4.8 KB)

Extension that can call Procedures located in another screen.


blocks

This is the procedure on Screen1 which will be called with an arg.
Make sure to first include the extension on the screen you will be calling on.


And on any other screen, you use the block "Invoke" passing the screen name it's located in with the procedure name and the arguments if any.

Conditions

Suppose you want to call a procedure located in Screen2, then the extension must also be present there and the screen must be atleast opened once before the procedures on that screen can be accessed by the extension.


Hope this helps you.

9 Likes