home *** CD-ROM | disk | FTP | other *** search
- Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
- Path: sparky!uunet!paladin.american.edu!auvm!MAILBOX.MAIL.UMN.EDU!GILLARD
- X-Envelope-to: DBASE-L@NMSUVM1.BITNET
- Content-transfer-encoding: 7BIT
- X-Popmail-Charset: English
- Message-ID: <27737.gillard@mailbox.mail.umn.edu>
- Newsgroups: bit.listserv.dbase-l
- Date: Mon, 11 Jan 1993 07:42:16 -0600
- Sender: "Discussion on the use of the dBase language and related
- dialects" <DBASE-L@NMSUVM1.BITNET>
- From: Steve Gillard <gillard@MAILBOX.MAIL.UMN.EDU>
- Subject: Using macors in BROWSE
- Lines: 14
-
- I am using dBase IV 1.1 and trying to play a macro inside of the browse
- screen. These macros work fine if I run them using the standard three key
- sequence to play a macro (Alt+F10 & the one letter macro name). However I
- would like to be able to play a macro by pressing only one function key.
-
- The following is the program I am attempting to use.
-
- RESTORE MACROS FROM PmtMacro
- SET FUNCTION F2 TO "PLAY MACRO C;"
- SET FUNCTION F3 TO "PLAY MACRO A;"
- SET FUNCTION F4 TO "PLAY MACOR W;"
-
- USE DataFile
- BROWSE
-