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