Book a Demo

Author Topic: API versus Linked Document  (Read 3834 times)

TomVercauteren

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
API versus Linked Document
« on: April 17, 2008, 06:06:39 pm »
We create our own documentation in Word, using the API.
However, I can't find a way to insert the linked document of an element.
(I did figure out that the document is stored in the table t_document)

Is there a way to retrieve the RTF of the document, either through the API, or from the DB?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: API versus Linked Document
« Reply #1 on: April 18, 2008, 08:26:40 am »
http://www.sparxsystems.com.au/EAUserGuide/index.html?element2.htm
Element.GetLinkedDocument ()

Element.LoadLinkedDocument (String Filename)

Element.SaveLinkedDocument (String Filename)

TomVercauteren

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: API versus Linked Document
« Reply #2 on: April 18, 2008, 10:42:05 pm »
Unfortunately, we're still running EA 6.5.
Is something similar available for this version?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: API versus Linked Document
« Reply #3 on: April 22, 2008, 08:18:22 am »
I think GetLinkedDocument was around then, but other than that I can't offer any suggestions.