A module or better several modules call a specific module. The called module must fire a click event in the calling module, so it should know the module name of the caller and the control name for which it should fire the click event.
Is there a possibility to pass these two names in the call in such a way that they can be used in firing the click event?
Pass the name to call as a parameter or in a global when calling and use CallSub(...) in the called module. Help -> Main Help -> Keywords -> Runtime control manipulation.
__________________
Sorry, but I don't answer questions by PM or email.
Please post your queries in the forum.