I am building a few scripted modules and need a way to transition between them while persisting state. For example: on module 1 there is a list, when I click on the list I want to transition to module 2 and specify the item that was clicked.
Anyone know how to make this work - I promise it will be worth it
Also, I need a way to share an ActiveX control between modules as it has valuable state. Is that possible, if not I can make it a singleton, but I would rather not...
Thanks!
Mark