Posted by: Fritz Peinbauer
Hello,
I have a document management application which holds metadata together with
the document file path in a database. The application is typical
client/server and is used in a LAN only. Documents are identified by unique
doc-id within the database.
Now i need to create links to such documents. These links should be placed
for example in a word document (or Excel or other) and should look and
behave like hyperlinks. When the user clicks, the document managemend
application should start and load the requested document-data from database.
I tried things like file://path/application.exe arguments which do not work
for me.
How can I create a link which starts the application and passes 1 parameter
(dok_id) ?
Is there someone how can give me some tipps how to approach this.
Thanks very much!
Fritz Peinbauer