Book a Demo

Author Topic: Can I exclude a diagram from the rtf documentation  (Read 6898 times)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Can I exclude a diagram from the rtf documentation
« on: August 02, 2013, 07:21:49 pm »
Hello,

is it possible to exclude a diagram from the rtf report. For elements I can define filters. For diagrams I have nothing found.

Thanks,

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Ian Mitchell

  • EA User
  • **
  • Posts: 507
  • Karma: +22/-4
  • The eaDocX and Model Expert guy
    • View Profile
Re: Can I exclude a diagram from the rtf documenta
« Reply #1 on: August 02, 2013, 08:07:43 pm »
Have you tried the 'Exclude image from RTF Documents' setting on the diagram properties?
Ian Mitchell, Designer, eaDocX


www.eaDocX.com
www.theartfulmodeller.com

Sorno

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Can I exclude a diagram from the rtf documenta
« Reply #2 on: August 23, 2013, 11:30:48 pm »
Follow up question: Where is the property Exclude image from RTF saved in the database or accessable through the API?

Thanks
Jonas
« Last Edit: August 23, 2013, 11:31:06 pm by Sorno »

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Can I exclude a diagram from the rtf documenta
« Reply #3 on: August 24, 2013, 12:15:40 am »
Thanks a lot Ian. The solution was to simple.

Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Helmut Ortmann

  • EA User
  • **
  • Posts: 970
  • Karma: +42/-1
    • View Profile
Re: Can I exclude a diagram from the rtf documenta
« Reply #4 on: August 24, 2013, 12:20:34 am »
Hi Jonas,

you find it in t_diagram.styleEX.

If I want to know something about the database like exclude from RTF I create an empty diagram with two diagrams. With the query:
select * from t_diagram
you see the differences.

Another possibility is Thomas Kilians eBook.

Helmut
Coaching, Training, Workshop (Addins: hoTools, Search&Replace, LineStyle)

Sorno

  • EA User
  • **
  • Posts: 71
  • Karma: +0/-0
    • View Profile
Re: Can I exclude a diagram from the rtf documenta
« Reply #5 on: August 24, 2013, 12:29:16 am »
Cheers Helmut!

Thanks for the suggestion. :)

I missed it since it just said (MEMO) for the StyleEx column so they looked the same. Didn't think of looking into that further.

I got the Scripting EA book, and I probably should have bought the DB-book at the same time.

Many thanks!