home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Script name: SelectDocument.rexx
- * Author: Franz Hemmer
- * Purpose: Demonstrate how to put up the 'Select Document' requester in InterWord.
- * Related Program: InterWord Pro
- * Written: 02.03.93
- *
- */
-
- /*--------------------*/
- /* Get result in 'rc' */
- /*--------------------*/
- Options Results
-
- /*----------------------------------------------*/
- /* Address InterWord port, and execute command. */
- /*----------------------------------------------*/
- ADDRESS INTERWORD1 SELECT_DOCUMENT
- SAY 'Document choosen: 'result
-