I am confused in how to determine whether the navigate action timed out.
It seems from the documentation below that the return code is not valid in this determination. And other methods need to be employed to determine the success. Can someone help in but this might mean? What with these other methods be?
Thanks
I now see that the way to do this might be with _IEPropertyGet
Can anybody comment on a workable method?
It seems from the documentation below that the return code is not valid in this determination. And other methods need to be employed to determine the success. Can someone help in but this might mean? What with these other methods be?
Thanks
Quote
This function always returns a value of -1.
You will need to employ other methods to determine success or failure of the navigation.
Failure: Returns 0 and sets @ERROR
@Error: 0 ($_IEStatus_Success) = No Error
1 ($_IEStatus_GeneralError) = General Error
3 ($_IEStatus_InvalidDataType) = Invalid Data Type
4 ($_IEStatus_InvalidObjectType) = Invalid Object Type
6 ($_IEStatus_LoadWaitTimeout) = Load Wait Timeout
8 ($_IEStatus_AccessIsDenied) = Access Is Denied
9 ($_IEStatus_ClientDisconnected) = Client Disconnected
@Extended: Contains invalid parameter number
You will need to employ other methods to determine success or failure of the navigation.
Failure: Returns 0 and sets @ERROR
@Error: 0 ($_IEStatus_Success) = No Error
1 ($_IEStatus_GeneralError) = General Error
3 ($_IEStatus_InvalidDataType) = Invalid Data Type
4 ($_IEStatus_InvalidObjectType) = Invalid Object Type
6 ($_IEStatus_LoadWaitTimeout) = Load Wait Timeout
8 ($_IEStatus_AccessIsDenied) = Access Is Denied
9 ($_IEStatus_ClientDisconnected) = Client Disconnected
@Extended: Contains invalid parameter number
I now see that the way to do this might be with _IEPropertyGet
Can anybody comment on a workable method?