Hi,
I'm using a public class function to retrieve an applications configuration data. To do this, I pass a struct to the function.
On compiling there's an error message which says that
'userdefined datatypes to be used as function-parameters
must be defined in a public object module'.
A public object module I understand is a .bas - module
(please correct me if I'm wrong), and that's where I defined
the Type as well as declared the variable.
Has anyone got an idea how to do this ?
Any help appreciated
thank in advance
I'm using a public class function to retrieve an applications configuration data. To do this, I pass a struct to the function.
On compiling there's an error message which says that
'userdefined datatypes to be used as function-parameters
must be defined in a public object module'.
A public object module I understand is a .bas - module
(please correct me if I'm wrong), and that's where I defined
the Type as well as declared the variable.
Has anyone got an idea how to do this ?
Any help appreciated
thank in advance