home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / MISC / SAMPLE.MPX (.txt) < prev    next >
Encoding:
MS Visual FoxPro App  |  1992-10-28  |  6.5 KB  |  197 lines

  1. This is setup code
  2. \<File
  3. Open, close, save, print files
  4. ALT+F
  5. \<Edit
  6. Undo actions, cut, copy, paste, find and replace selection
  7. ALT+E
  8. \<Record
  9. Perform operations on records in active table
  10. ALT+R
  11. \<Program
  12. Debug, run, compile, generate and document programs
  13. ALT+P
  14. \<Window
  15. Manipulate windows, display Command and View windows
  16. ALT+W
  17. \<Help
  18. Access information for learning and using FoxPro
  19. ALT+H
  20. \<TelCom
  21. Perform Telemunications
  22. ALT+T
  23. ALT+T
  24. \<New...
  25. Create a new file
  26. \<Open...
  27. Open an existing file
  28. \<Close
  29. Close the frontmost file
  30. \<Close All
  31. Close all files
  32. \<Save
  33. Save the current file
  34. CTRL+S
  35. Ctrl+S
  36. Sa\<ve As...
  37. Save the current file with a new name
  38. \<Revert
  39. Revert to last saved version of file
  40. Pr\<int Setup...
  41. Specify printer and print options
  42. \<Print...
  43. Print text file, contents of the Command window or clipboard
  44. E\<xit
  45. Exit FoxPro
  46. \<Undo
  47. Undo actions, cut, copy, paste, find and replace selection
  48. CTRL+U
  49. Ctrl+U
  50. \<Redo
  51. Repeat the action previously reversed with Undo
  52. CTRL+R
  53. Ctrl+R
  54. Cu\<t
  55. Remove selection and put it on the clipboard
  56. CTRL+X
  57. Ctrl+X
  58. \<Copy
  59. Copy selection and put it on the clipboard
  60. CTRL+C
  61. Ctrl+C
  62. \<Paste
  63. Paste contents of the clipboard at the insertion point
  64. CTRL+V
  65. Ctrl+V
  66. Paste Special...
  67. Establish link to copied data
  68. Clear
  69. Erase selection
  70. Change Lin\<k...
  71. View, update, or remove object link
  72. \<Insert Object...
  73. Select object type to create and embed in document
  74. Con\<vert To Static
  75. Unlink selected object
  76. Object...
  77. Activate OLE object
  78. Select \<All
  79. Select all lines of text or objects in current window
  80. CTRL+A
  81. Ctrl+A
  82. Goto \<Line...
  83. Move cursor to designated line number
  84. \<Find...
  85. Search for text
  86. CTRL+F
  87. Ctrl+F
  88. Find A\<gain
  89. Repeat the last text search
  90. CTRL+G
  91. Ctrl+G
  92. R\<eplace And Find Again
  93. Replace text and continue search
  94. CTRL+E
  95. Ctrl+E
  96. Replace All
  97. Replace all occurrences of the specified text
  98. Prefere\<nces...
  99. Establish edit settings
  100. \<Append
  101. Add a new record
  102. Chang\<e
  103. Edit table records
  104. \<Goto...
  105. Go to a specific record
  106. \<Locate...
  107. Look for the record that matches a specified condition
  108. \<Continue
  109. Continue to locate records
  110. CTRL+K
  111. Ctrl+K
  112. \<Seek...
  113. Search an indexed table
  114. Re\<place...
  115. Update field information in a table
  116. \<Delete...
  117. Mark records for deletion
  118. \<Recall...
  119. Unmark records that are marked for deletion
  120. \<Do...
  121. Run a program
  122. CTRL+D
  123. Ctrl+D
  124. \<Cancel
  125. Stop running a program
  126. \<Resume
  127. Resume suspended program
  128. CTRL+M
  129. Ctrl+M
  130. De\<bug
  131. Display Debug window
  132. \<Trace
  133. Display Trace window
  134. Co\<mpile...
  135. Compile specified program
  136. Ge\<nerate...
  137. Generate code for screens or menus
  138. M\<acros...
  139. Define custom keyboard shortcuts
  140. Beauti\<fy...
  141. Beautify a program
  142. Fo\<xDoc
  143. Document programs
  144. \<Hide
  145. Remove active window from sight
  146. \<Hide All
  147. Remove all windows from sight
  148. Sh\<ow All
  149. Show all hidden windows
  150. Clea\<r
  151. Clear current output window
  152. \<Cycle
  153. Rearrange open windows to bring successive ones forward
  154. CTRL+F1
  155. Ctrl+F1
  156. Command
  157. Display Command window
  158. CTRL+F2
  159. Ctrl+F2
  160. \<View
  161. Display the View window
  162. \<Contents
  163. Display help contents
  164. \<Search for Help on...
  165. Search for help topic by typing or selecting a keyword
  166. \<How to Use Help
  167. Display instructions for using help
  168. \<About FoxPro...
  169. Display information about FoxPro and the system configuration
  170. Ca\<lculator
  171. Perform calculations
  172. Calendar/D\<iary
  173. Check dates and keep track of appointments
  174. \<Filer
  175. Manage files and directories
  176. Pu\<zzle
  177. Solve a puzzle
  178. Scie\<ntific Calculator
  179. Scientific hand calculation emulation tool
  180. DO Calc
  181. \<Dial...
  182. \<Connect
  183. \<Transmit
  184. \<Receive
  185. \<Hang Up
  186. \<Setup...
  187. DO _qaa0t0de7  IN LOCFILE("BOOK\SAMPLE" ,"MPX;MPR|FXP;PRG" ,"Where is SAMPLE?")
  188. ? " This is a menu bar option"
  189. WAIT WINDOW "Telcom menu"
  190. This is cleanup code
  191. _QAA0T0AC6TELCOM
  192. This is procedure:  code
  193. _QAA0T0DE7
  194. f:\foxpro\book\
  195. sample.mpx
  196. f:\foxpro\book\sample.mpr
  197.