I have a module which is run from various forms code in my app - what's the best way to find out which form I have come from - from within my modules code? I need to set an indicator in the form calling the mod.
Printable View
I have a module which is run from various forms code in my app - what's the best way to find out which form I have come from - from within my modules code? I need to set an indicator in the form calling the mod.
If u're calling a function or sub within the module, change that sub and pass the name of the form as an argument to the function....
There u'd know
Vale!