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