home *** CD-ROM | disk | FTP | other *** search
- /*
- *
- * Script name: ToggleLace.rexx
- * Author: Franz Hemmer
- * Purpose: Demonstrate how to toggle between interlaced and non-interlaced
- * screenmode in InterBase.
- * current table.
- * Related Program: InterBase Pro
- * Written: 23.03.93
- *
- */
-
- Options Results
-
- /*----------------------------------------------*/
- /* Address InterBase port, and execute command. */
- /*----------------------------------------------*/
- ADDRESS INTERBASE1 TOGGLE_LACE
-