home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 02a / pardoxed.zip / EDIT.MAP next >
Text File  |  1987-08-15  |  7KB  |  203 lines

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