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