PDA

Click to See Complete Forum and Search --> : Telling what form I've come from


Caro
Sep 28th, 2000, 10:50 AM
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.

Lafor
Sep 28th, 2000, 12:59 PM
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!