I am currently working on a web application that is to be ran through IIS. The webclass on the server is called wclsHelpDesk.dsr and in the login web event, it uses a method in a class called c_SQLCon.cls. My plan was to have that class call a method back in the webclass , to output some information in a web browser to the client. However, even though I have defined the method in the webclass as
every time I try to call this method from the class, I get a 'Sub or Function not defined' error. Can anybody tell me what to do or perhaps suggest an alternative way to write back to the client web browser from c_SQLCon.cls?
Dan Griffiths
Software Analyst
National Grid plc
Code:
Public Sub ErrorTrap(source as string, destination as string)
every time I try to call this method from the class, I get a 'Sub or Function not defined' error. Can anybody tell me what to do or perhaps suggest an alternative way to write back to the client web browser from c_SQLCon.cls?
Dan Griffiths
Software Analyst
National Grid plc