home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / acp / projecting / !Plan / Reports / FloatList < prev   
Text File  |  1994-01-23  |  941b  |  32 lines

  1. !  ProjectING Report Form File.
  2. !  ===========================
  3. !
  4. !  Float List.  
  5. !
  6. !  Lists all activities on the currently loaded project
  7. !  in order of least float. Does not print completed items.
  8. !
  9.  
  10.                                  ----------
  11.                                  Float List
  12.                                  ----------
  13.   [C1:<                        ]                    Printed on: [G25      ]
  14.   =========================================================================
  15.  
  16.   Project : [G1]  Description : [G2]
  17.   Analysis date: [G24:<11]
  18.  
  19.     From  -   to     Id  Dur  Rem  Description                     Total
  20.     PEC       SEC             Dur                                  Float
  21.   =======   =======  ==  ===  ===  ==============================  =====
  22. #SORT A9 19
  23. #SELECT A 1
  24. #WHILE A
  25. #IF (A16 != 100)
  26.   [A6:>7] - [A7:<7]  [A8:>2]  [A13:>3]  [A14:>3]  [A1:30]  [A9:>5]
  27. #ENDIF
  28. #SELECT A NEXT
  29. #ENDWHILE
  30.  
  31.   Report complete.
  32.