home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / datamage.zip / HELPFILS.ZIP / AM_INDL.HLP < prev    next >
Text File  |  1991-06-04  |  2KB  |  45 lines

  1. APPLICATIONS MAKER - INSERT and DELETE LINE HELP
  2.  
  3. The  insertion/deletion of a line on the INPUT or REPORT  screens  is
  4. not quite as simple as it might seem.  Also to be considered are  the
  5. beginning and ending sub-screen in which to insert the line from  the
  6. INPUT screen, and the beginning and ending column in which to  insert
  7. the line from the REPORT screen.
  8.  
  9. The  insert/delete line functions act upon a rectangular  section  of
  10. either  screen,  or the entire screen.  The INPUT screen  is  divided
  11. into 78 column sub-screens.  The width of the input sub-screens is  a
  12. known factor, and built into the program.
  13.  
  14. When  dealing with the REPORT, however, you may set the width.   This
  15. allows  you to use wide-carriage printers, and to use  any  alternate
  16. pitches  that  your printer might support.  You might choose  to  use
  17. fifteen characters per inch, and have eight inch wide paper; yielding
  18. one hundred twenty characters of report width.
  19.  
  20. Most  applications use multiple sub-screens on the INPUT screen,  and
  21. it  is  quite possible that you are using multiple reports  as  well.
  22. So, before you insert/delete a line, be sure that you know the limits
  23. of  your  desired  process.   The  INPUT  will  prompt  you  for  the
  24. first/last  SUB-SCREEN,  and the REPORT will ask for  the  first/last
  25. COLUMN in which to insert/delete the line.
  26.  
  27. RANGE VIOLATIONS:
  28.  
  29. If  you are inserting/deleting an item from the first screen and  you
  30. have  initialized an item that spans the first and second screens the
  31. insert  process will be aborted and the line/column of the  offending
  32. item will be displayed in an error message.
  33.  
  34. BLANK INPUT ITEMS:
  35.  
  36. When  inserting/deleting lines on the INPUT screen the  program  will
  37. automatically  update the BLANK INPUT items that act upon the  chosen
  38. portion  of  the screen.  If you insert a line these  items  will  be
  39. changed  to  blank a portion of the screen one line down  from  their
  40. original value; deleting a line will do the same one line up.
  41.  
  42. If  there  are  BLANK INPUT items that act upon the  first  two  SUB-
  43. SCREENS, and you attempt to insert a line into only the first  screen
  44. the insert will be aborted and the line/column of the offending  item
  45. will be displayed in an error message.