home *** CD-ROM | disk | FTP | other *** search
- /*
- Listing 17.2 SETKEY()
- Author: Joe Booth
- Excerpted from "Clipper 5: A Developer's Guide"
- Copyright (c) 1991 M&T Books
- 501 Galveston Drive
- Redwood City, CA 94063-4728
- (415) 366-3600
- */
-
- #include "INKEY.CH"
-
- setkey( K_F1, { | cProc, nLine, cVar| help(cProc, nLine, cVar) })
- setkey( K_F2, { || Pop_calc() } )
- setkey( K_F3, { || Pop_calend() } )
- setkey( K_F4, { || Pop_while() } )
-
- // end of file CHP1702.PRG
-