I recently upgraded my development PC to a new Win XP machine. I also installed Boston WorkStation 6.5. I had a Boston WebStation program that was working fine but when I tried to recompile it, I first got the message that the reference to Boston WebStation was missing. I found a reference in my available references that was a slightly different spelling of Boston WebStation and added that. When I tried to compile again I received the message

Method or data member not found

The subroutine was in a standard "script.bas" file and the error was referring to C.WBDisconnect

Sub DisConnect()
   On Error Resume Next
   C.WBDisconnect
   Set C = Nothing
   Set Z = Nothing
End Sub

Does anyone have any suggestions about this? I had gotten the "script.bas" module from a previous version of Boston WebStation. Do I need a new bas module for the upgraded version of Boston WebStation? Is C.WBDisconnect no longer a valid method in the new version?

--
Neil Carman
Director Technical Development
Manigault & Associates LLC

http://www.m-allc.com
Work: (805) 680-5601
Fax:  (714) 968-5632



Reply via email to