D
Douglas
Sorry for the re-post, ISP troubles grr...
anyways...
Gday All,
I am developing a DLL (using VB6) for use in an IIS5 ASP Application.
This DLL contains a series of 'Public Enum'(s)
During testing in VB6 these enums work fine, however when used in an ASP context I get the following Error Message:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'HeaderStyle'
However, if I substitute the Enum for its value (ie: HeaderStyle = 3) I get the expected functionality.
eg:
Address.Suburb(HeaderStyle)
returns the above error message.
Address.Suburb(3)
works fine.
Can someone please enlighten me as to HOW ASP handles ENUMs.
Thanks in advance,
Douglas
anyways...
Gday All,
I am developing a DLL (using VB6) for use in an IIS5 ASP Application.
This DLL contains a series of 'Public Enum'(s)
During testing in VB6 these enums work fine, however when used in an ASP context I get the following Error Message:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'HeaderStyle'
However, if I substitute the Enum for its value (ie: HeaderStyle = 3) I get the expected functionality.
eg:
Address.Suburb(HeaderStyle)
returns the above error message.
Address.Suburb(3)
works fine.
Can someone please enlighten me as to HOW ASP handles ENUMs.
Thanks in advance,
Douglas