Book a Demo

Author Topic: RTF templates...  (Read 6480 times)

OpenIT Solutions

  • EA User
  • **
  • Posts: 555
  • Karma: +9/-1
    • View Profile
RTF templates...
« on: February 26, 2013, 01:47:50 am »
Hi,

Is it possible (using 9.3) to add the name of the root package selected to the title page of an rtf document, followed by a contents page and then a section for each package (including the root package) ? Seems like a fairly typical requirment - but i can't see an obvious way to do this using the rtf report generator....

Any pointer appreciated.

Regards,

Jon.

marcel_str

  • EA User
  • **
  • Posts: 77
  • Karma: +0/-0
    • View Profile
Re: RTF templates...
« Reply #1 on: February 26, 2013, 08:30:55 pm »
It totally depends on how you design your template(s).

I think that you want to use a master document, but it's hard to say with the limited info on your model and template(s).
But, if you create a master document with for instance 2 model documents, you could make model document 1 create some title page with whatever content you would require. The second could layout your content in another way.

Besides that, check out the manuals. There's a fairly great amount of proper manuals about RTF templates.

Hope this helps.

Robert Sheridan

  • EA User
  • **
  • Posts: 105
  • Karma: +0/-0
    • View Profile
Re: RTF templates...
« Reply #2 on: February 28, 2013, 12:03:49 am »
I do something very similar to this using a virtual document.  I use packages within the virtual document package hierarchy to hold static data for the document, these are then dragged on to a model document element to output them.  The title is generated in the master document template and hence is the root package of the virtual document. The only problem I have run into is getting the table of contents to generate automatically.

manfredw

  • EA User
  • **
  • Posts: 47
  • Karma: +0/-0
  • gaudeo ligneo!
    • View Profile
Re: RTF templates...
« Reply #3 on: February 28, 2013, 01:35:15 am »
Hello everybody,

I'm working as well with master/model documents and that works quite well.
I use the master doc for the first page, header, footer information and the table of contents.

In order to get the table of contents you have to set the tagged value 'RTFTemplate' of your master doc to an existing rtf template. inside this template you right click and select insert|Table of Contents from the context menu. That's all. :)

HTH
regards
Manfred

Chris Boxall

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Re: RTF templates...
« Reply #4 on: March 02, 2013, 05:24:12 am »
Quote
I use packages within the virtual document package hierarchy to hold static data for the document, these are then dragged on to a model document element to output them.

How do you store the static data that you want to display? Is it in the package notes, an external document or something else. It would be great to get more details, maybe a print screen

Robert Sheridan

  • EA User
  • **
  • Posts: 105
  • Karma: +0/-0
    • View Profile
Re: RTF templates...
« Reply #5 on: March 06, 2013, 02:48:30 am »
In the package notes.  I have a model document called Preamble which uses a RTF template that just outputs package names and notes and I drag the packages I create (introduction, scope, etc.) into this model document.