home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / 9285 < prev    next >
Encoding:
Text File  |  1993-01-21  |  861 b   |  28 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!cs.utexas.edu!torn!watserv2.uwaterloo.ca!mach1!mach2.wlu.ca!derwin
  3. From: derwin@mach2.wlu.ca (Daryl Erwin)
  4. Subject: FOXPRO2: Question about defining Function Keys
  5. Message-ID: <C17sI9.Bou@mach1.wlu.ca>
  6. Nntp-Posting-Host: mach2.wlu.ca
  7. Sender: news@mach1.wlu.ca (news facility)
  8. Organization: Wilfrid Laurier University
  9. Distribution: na
  10. Date: Thu, 21 Jan 1993 17:27:45 GMT
  11. Lines: 15
  12.  
  13. I am trying to assign the FUnction keys to execute things like the
  14. <New> <Cancel> <OK> push buttons that are defined in the Control
  15. subscreen.
  16.  
  17. Can anyone think of a way to do this without repeating all the
  18. code in each of these things.
  19.  
  20. Syntax is wrong, but
  21.  
  22. ON KEY F2 ???GOT <New>; KEYBOARD "chr(13)" 
  23.  
  24. Or some such thing.. I question whether ON KEY can be used 'cuz
  25. it justs jumps, executes, then jumps back.
  26.  
  27. Any thoughts on this?
  28.