From within a Form how do you call a module?
Printable View
From within a Form how do you call a module?
You don't call modules, you call functions. As long as the function in the module is declared public, you can call it directly, as if the function were in the form.