home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / KEYBOARD / KEYBOARD.APP (.txt) next >
Encoding:
MS Visual FoxPro App  |  1993-02-01  |  1.1 KB  |  23 lines

  1. *.DBF
  2. ?? ""   
  3. DO action
  4.                                 
  5. Enter a database file name (or press Enter)
  6. The filename is: 
  7. GETFILE
  8. DBFFILE
  9. uTESTFILE
  10. TESTX
  11. FILENAME
  12. GETFILE
  13. uTESTFILE
  14. TESTFILE
  15. TESTX
  16. ACTION
  17. Program KEYBOARD.PRG demonstrates the use of the KEYBOARD command. In this example program, a GET field VALID clause calls a function that displays a popup menu. The user can choose a filename from the popup menu. Then, KEYBOARD is used to stuff text consisting of the selected filename into the input stream which is placed into the GET input field.  
  18. KEYBOARD.PRG
  19. h:\foxprow\
  20. KEYBOARD.FXP
  21. f:\jebwin\vol2num0\keyboard\
  22. KEYBOARD.ART
  23.