Board index » delphi » Calling one instance of an automation object multiple times
laco...@dmi.usherb.ca (Marc Lacoursiere)
![]() Delphi Developer |
Sun, 03 Sep 2000 03:00:00 GMT
Calling one instance of an automation object multiple timesHello! I made an InProc automation object using Delphi3 lately. What I want ______________________________________________________ Sub window_onLoad() Sub Check_OnClick() '>>> Insert some calls to vLObject's methods and properties here <<<' set vLObject = Nothing What I get when I try it in internet explorer 4 is this error message: "Unexpected call to method or property access." I get prompted from this error each time I try to access a method or a Is there a way to make it work? You should know that I cannot use Mark |