home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / bit / listserv / dbasel / 1423 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1020 b   |  24 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!SSD0.LAAFB.AF.MIL!PAUSSAVC
  3. X-Mailer: Network Courier V2.1a
  4. Encoding: 11 TEXT
  5. Message-ID: <2B4C62F4@ssd0.laafb.af.mil>
  6. Newsgroups: bit.listserv.dbase-l
  7. Date:         Thu, 7 Jan 1993 09:05:00 LCL
  8. Sender:       "Discussion on the use of the dBase language and related
  9.               dialects" <DBASE-L@NMSUVM1.BITNET>
  10. From:         PaussaVC@SSD0.LAAFB.AF.MIL
  11. Subject:      clipper up key
  12. Lines: 10
  13.  
  14. >> has anyone figured out yet how to skip forward or backwards in a file in a
  15. >> clipper edit using the up / down key from the top / bottom field on the
  16. >> screen.the enter, pgup, and pgdn keys work. i've tried hotkeys, lastkey()
  17. >> assignments etc., apparently the Clipper read will not handle the key
  18. >> strokes.
  19.  
  20. Create a new get reader (Getreader.prg in \source) and assign it to the last
  21. field ( ATAIL(getlist):Block:={|x| Myreader(x)} )
  22.  
  23. Examples in Norton Guides Get System area
  24.