Function parameters of type Form
February 20th, 2012
I may be overlooking something (it is Monday morning, after all), but…
Form is a valid datatype for function parameters, but calling a function with a form-type parameter seems to always result in an error message. Am I doing something wrong here?

February 20th, 2012 at 10:28 pm
Never tried that
I don’t have any idea how to use that.
What’s also interesting: At least in version 2009 R2, parameter data type “Form” has been recplaced with “Page” - but with the same effect.
February 21st, 2012 at 9:34 am
Never tried it too with forms.
It is possible with codeunits, but the use is very limited because the ID of the codeunit is fixed.
If you could give ANY codeunit to it, it would be useful.