Book a Demo

Author Topic: Printing a Project Browser  (Read 2063 times)

shann

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Printing a Project Browser
« on: January 30, 2007, 11:18:19 am »
Does anyone know if there is an easy way to print a project browser without doing a print screen? or a creating a RTF document?

Thanks!

thomaskilian

  • Guest
Re: Printing a Project Browser
« Reply #1 on: January 30, 2007, 01:56:15 pm »
The 2 easiest I know of:
1) write an according SQL
2) parse and print the tree via automation

Depends on your skills which one you prefer over RTF/HTML documentation.

shann

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: Printing a Project Browser
« Reply #2 on: January 31, 2007, 06:15:45 am »
Thanks, but unfortunately I do not know how to do either.