Do we have full example how to call subs in pages ? Without it it's impossible to work.
Each class is inited in some one module, and ... how to update this class, if impossible to call it from some other code module or page?
Say, update screen list. MainPage can be updated, yes, but .... why other pages, if no possibility...
CallSub (Component As Object, Sub As String) As Object
CallSub2 (Component As Object, Sub As String, Argument As Object) As Object
CallSub3 (Component As Object, Sub As String, Argument1 As Object, Argument2 As Object) As Object