hi ,


i have a requirement that when the form is closing, i want to perform some actions. I need to do this for all forms. so i have written a function in a public module doing.

but now when i want to call this function in every form, i need to pass the form as a parameter to the function.

when i declare the parameter of the function as ' a as form'

and try to perform a checking operation, it says it cannot support this property.

could u help pls?