S
Sean Nakasone
Check this out!! Below are two different methods of starting our web
based application:
Method 1:
http://myserver/mypath
Method 2:
iexplore.exe http://myserver/mypath
The first method results in an error, 'Automation error... The object
invoked has disconnected from its clients.' The second method works fine.
Can someone explain to me what the difference is? I would like to get the
first method working because when people start our application, I don't
want them to have to include iexplore.exe . The error comes up when they
try to access a dbgrid table within the application. I also should
mention that the error only occurs when another IE window (doesn't matter
what site) already exists.
based application:
Method 1:
http://myserver/mypath
Method 2:
iexplore.exe http://myserver/mypath
The first method results in an error, 'Automation error... The object
invoked has disconnected from its clients.' The second method works fine.
Can someone explain to me what the difference is? I would like to get the
first method working because when people start our application, I don't
want them to have to include iexplore.exe . The error comes up when they
try to access a dbgrid table within the application. I also should
mention that the error only occurs when another IE window (doesn't matter
what site) already exists.