home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 02a / pardoxed.zip / HELP.SC < prev    next >
Text File  |  1987-08-15  |  7KB  |  181 lines

  1. Clear
  2. TEXT
  3.  
  4. Paradox Table Editor! V1.0     Copyright 1987 Pending       Micro-consulting
  5.                                                             Pg1 of 6
  6. A contribution would greatly be appreciated, and site contracts are available
  7. for these routines.  They are very reasonable priced(enough to get me through
  8. the remainder of school). $40 is the suggested contribution for each particular
  9. system this is used on, and greater than three particular systems is $24 per
  10. system. This system should not(can not) be used in governmental or corporate
  11. sites without this fee.
  12.    Please mail to:      Pernell J. Dykes
  13.                         Rt 1 Box 145
  14.                         Kasson, MN  55944
  15. (612) 645-7552 or (507) 635-5766 Questions after 5pm.
  16. This editor and similar implementations over 400 hours of data entry exper-
  17. ience, so the editor when placed into a user code should work very wellllllll!
  18. Upon this payment will be methods included on a disk to implement in a general
  19. editing routine for all tables, remember the effort here is to make a general
  20. purpose editor to save hours(AND I MEAN HOURS) of programming to get a good
  21. editor for each appliation.  Also on the disk will be a programmers dicussion
  22. of the editor, and examples of how used, a Purchase order system, and others.
  23. ENDTEXT
  24. @23,1 ?? "More or return to PDX(D(PgDn),Q(quit)):"
  25. Accept "A1" to more
  26. if ((more = "q") or (more = "Q"))
  27.  then
  28.   Return
  29. endif
  30. Clear
  31. @1,1 ?? " "
  32. Text
  33.  
  34. Paradox Table Editor! V1.0                              Micro-consulting
  35.                                                         Pg 2 of 6
  36.         Down(arrow key) Moves user to next feild (Tab Key does also)
  37.         Up(arrow key)   Moves user to previous field (Shift Tab Key does also)
  38.  
  39.         CtrlHome        Moves user to beginning of record
  40.         CtrlEnd         Moves user to end of record
  41.         CtrlPgUp        Moves file pointer 15 records ahead
  42.         CtrlPgDn        Moves file pointer 15 records back
  43.  
  44.         Home            Moves file pointer to beginning of file
  45.         End             Moves file pointer to end of file
  46.  
  47.         Del             Will delete the current record the file pointer is on
  48.                         with a safety valve of Y or N, in Table(F7) mode you may
  49.                         delete without the y/n request for massive deletion
  50.  
  51. ENDTEXT
  52. @23,1 ?? "More or return to PDX(D(PgDn),Q(quit)):"
  53. Accept "A1" to more
  54. if ((more = "q") or (more = "Q"))
  55.  then
  56.   Return
  57. endif
  58. Clear
  59. @1,1 ?? " "
  60. Text
  61.  
  62. Paradox Table Editor! V1.0                              Micro-consulting
  63.                                                         Pg3 of 6
  64. Key Definitions:
  65.  
  66.         F1              Invokes this help screen
  67.  
  68.         F2              Saves work and returns user to Main Paradox
  69.  
  70.         F3              Will place the user in a search program that will
  71.                         search any string in any field throughout a database.
  72.                         Yes, any table passed it can search on any field se-
  73.                         lected by user.  This Editor!'s search is one of its
  74.                         most powerful features.  Any database adminsitrator
  75.                         knows that entering the record the first time is a
  76.                         a small part, the remainder is updating the record
  77.                         with changes over time, so a search that can search
  78.                         every thing is a godsend.
  79.  
  80.         F4              Duplicates the previous records field in current record
  81.                         field users cursor is in
  82. ENDTEXT
  83.  
  84. @23,1 ?? "More or return to PDX(D(PgDn),Q(quit)):"
  85. Accept "A1" to more
  86. if ((more = "q") or (more = "Q"))
  87.  then
  88.   Return
  89. endif
  90. Clear
  91. @ 1,1 ?? " "
  92. Text
  93.  
  94. Paradox Table Editor! V1.0                               Micro-consulting
  95.                                                          Pg4 of  6
  96. Key Definitions:
  97.  
  98.  
  99.         F5              Edit particular field without deleting entire contents
  100.                         - Fancy edit of field, do not use on date or numeric
  101.                           fields, only alphnumeric for dependability
  102.  
  103.                         In edit field mode keys are as follows:
  104.  
  105.                         F2 : return user to editing rest of file.
  106.                         Backspace : del keys in a backwards fashion
  107.                         Left Arrow : moves cursor to left
  108.                         Right Arrow : moves cursor to right
  109.                         Home : moves cursor to left hand side of field
  110.                         End : moves cursor to right hand side of field
  111.  
  112.                         end discussion of F5.
  113.         F6              Will insert a duplicate record after the current record
  114.                         and leave the file pointer at the current record.
  115.  
  116. ENDTEXT
  117.  
  118. @23,1 ?? "More or return to PDX(D(PgDn),Q(quit)):"
  119. Accept "A1" to more
  120. if ((more = "q") or (more = "Q"))
  121.  then
  122.   Return
  123. endif
  124. Clear
  125. @ 1,1 ?? " "
  126. Text
  127.  
  128. Paradox Table Editor! V1.0                               Micro-consulting
  129.                                                          Pg5 of 6
  130. Key Definitions:
  131.  
  132.         F7              User will see in Table mode (must hit F7 to return to
  133.                         view in form mode - no editing allowed in table mode)
  134.                         In table mode keys are as follows:
  135.                            The following keys are the same as above:
  136.                                 Home, End, CtrlHome, CtrlEnd
  137.                            others are:
  138.                                 Left Arrow : moves user one field left
  139.                                 Right Arrow : moves user one field right
  140.                                 Up Arrow : moves user one record up
  141.                                 Down Arrow : moves user one record down
  142.                                 PgUp : moves user up approximately 20 records
  143.                                 PgDn : moves user down approx 20 records
  144.                                 F7 : to return to form Mode, main editor
  145.                                 Del :deletes records without confirmation
  146.                                      be careful, should only be used for
  147.                                      massive deletiing
  148.                         end of F7 discussion.
  149. ENDTEXT
  150.  
  151. @23,1 ?? "More or return to PDX(D(PgDn),Q(quit)):"
  152. Accept "A1" to more
  153. if ((more = "q") or (more = "Q"))
  154.  then
  155.   Return
  156. endif
  157. Clear
  158. @ 1,1 ?? " "
  159. Text
  160.  
  161. Paradox Table Editor! V1.0                              Micro-consulting
  162.                                                         Pg6 of 6
  163. Key Definitions:
  164.  
  165.         F8              Will duplicate current record up to 40 times and insert
  166.                         them directly behind the current record to ease amount
  167.                         of repeat typing of duplicate records.(40 can be changed
  168.                         if something else is desired - see repeat script)
  169.  
  170.         F9              Moves user Up one record
  171.  
  172.         F10             Moves user Down one record
  173.  
  174. ENDTEXT
  175. @23,1 ?? "                                                    "
  176. @23,1 ?? "To Main Editor! press a return:"
  177. Accept "A1" to more
  178. Return
  179. Clear
  180.  
  181.