OpenURL
Loads a previously saved document file from a URL location.
Signature
OpenURL(in strURL as String, in strUser as String, in strPassword as String) -> Void |
Parameters
Name | Type | Description |
---|---|---|
strURL | String | The URL from which the document should be loaded. |
strUser | String | The username required to access the URL. |
strPassword | String | The password required to access the URL. |
Errors
Error code | Description |
---|---|
1000 | The application object is no longer valid. |
1001 | Invalid address for the return parameter was specified. |
1002 | The supplied URL is not valid. |
1006 | Error while opening the URL file. |