Book a Demo

Author Topic: Associated File - Properties  (Read 3669 times)

danibr

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Associated File - Properties
« on: September 28, 2004, 10:37:08 am »
It´s possible to associate a file with an element using a relative path?

Tks!

thomaskilian

  • Guest
Re: Associated File - Properties
« Reply #1 on: September 28, 2004, 03:10:54 pm »
Yes. Find the file and cut the beginning.  ".\" starts in the EAP-directory, "..\" goes up. So you can set a relative path.

danibr

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Associated File - Properties
« Reply #2 on: September 29, 2004, 03:56:43 am »
I do this, but when I click over the file path link in HTML Documentation, EA don´t open the file, and show that the page was not found!
In the status bar (when I put the mouse over the file link) appear the same path where the HTML was generated. I think that this is bug. Right?

Tks!

thomaskilian

  • Guest
Re: Associated File - Properties
« Reply #3 on: September 29, 2004, 06:07:46 am »
Can you pls. elaborate where exactly you place what path? Thanks

danibr

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Associated File - Properties
« Reply #4 on: October 05, 2004, 07:40:18 am »
My file is in C:\EA\Testes\teste.doc

For relative path:
..\\Testes\teste.doc


Tks!



thomaskilian

  • Guest
Re: Associated File - Properties
« Reply #5 on: October 05, 2004, 09:29:30 am »
 try ..\Testes\teste.doc instead. The double backslash won't work.

thomaskilian

  • Guest
Re: Associated File - Properties
« Reply #6 on: October 05, 2004, 09:36:02 am »
I forgot: correct that your EAP is located at C:\EA\somewhereelse\YOUR.EAP ?

If it is found at C:\EA\YOUR.EAP then you have to specify .\Testes\teste.doc

The first period is the directory of your EAP. Starting with double period means the directory above.
« Last Edit: October 05, 2004, 09:36:22 am by thomaskilian »