home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Script name: WriteToFileReq.rexx
- * Author: Franz Hemmer
- * Purpose: Demonstrate how to put up the 'write to file' requester in InterBase.
- * Related Program: InterBase Pro
- * Written: 22.03.93
- *
- */
-
- Options Results
-
- /*----------------------------------------------*/
- /* Address InterBase port, and execute command. */
- /*----------------------------------------------*/
- ADDRESS INTERBASE1 WRITE_TO_FILE_REQ
-
-