I have several documents (word docs/text files) in my demo that are
launched through launch associated application through quick links.
That works fine so far. But after I click on a support mail link (also
a quick link) in the demo which causes a send mail action none of the
document links work any longer. The send mail action itself works also
fine.
All documents have a <Global.SelectedLanguage> in their paths.
The folder structure is
CD Root
- Launch.exe
- demo32.exe
- Documents
- Info
- DEU
- Readme.txt
- ENU
- Readme.txt
...
what supports displaying these documents in the selected lanugage. I
tried different path settings:
- .\Documents\Info\<Global.SelectedLanguage>\Readme.txt
- \Documents\Info\<Global.SelectedLanguage>\Readme.txt
- <path>\Documents\Info\<Global.SelectedLanguage>\Readme.txt
- <path>Documents\Info\<Global.SelectedLanguage>\Readme.txt
but anyhow it didn't work after the send mail action.
Any help is welcome...
Thanks,
Christian
problem solved. I just misunderstood how to apply the <path> token.
Christian
cra...@mis.de (Christian Rattat) wrote in message news:<dbd7dc93.04030...@posting.google.com>...