View Documents |
Scroll |
Once an TheDocument is retrieved from the server it can be opened in the Thereforeâ„¢ Viewer.
1 |
Connect to the Thereforeâ„¢ server (see "Server - Connect and Disconnect" for Details) |
2 |
Declare and initialize a new TheDocument instance. |
3 |
Retrieve the document from the server. |
4 |
Open the document in the Thereforeâ„¢ Viewer. |
Requirements and Assumptions: Document number 42 exists in your Thereforeâ„¢ system. If these assumptions do not apply to your system or configuration please replace them with appropriate values when copying the code samples below. |
Using the Default Thereforeâ„¢ Inbox If the empty string ("") is passed as the second (strInbox) parameter of the Retrieve method, the default Thereforeâ„¢ inbox will be used for retrieval. |