home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 1 / RISC_DISC_1.iso / commercial / acp / projecting / !Project / Reports / Custom1 < prev    next >
Encoding:
Text File  |  1994-10-06  |  386 b   |  20 lines

  1. !  ProjectING Report Form File.
  2. !  ===========================
  3. !
  4. !  Float List in CSV Format 
  5. !
  6. !  Lists all activities on the currently loaded project
  7. !  in order of least float. Output in CSV format with
  8. !  quoted text fields.
  9. !
  10. PEC,SEC,Id,Dur,Rem,Description,Float
  11. #SORT A9 19
  12. #SELECT A 1
  13. #WHILE A
  14. #IF A6
  15. "[A6]","[A7]","[A8]",[A13],[A14],"[A1]",[A9]
  16. #ENDIF
  17. #SELECT A NEXT
  18. #ENDWHILE
  19.  
  20.