home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / dbasel / 1436 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.1 KB  |  29 lines

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