Avatar

Correct answer by
Level 5

HI,

Using this path you need to make it into a JavaScript path

Original

K:\Catherine\Ex_Forms\Supplement_1_AffectiveDisorders_07_06_11.Ex.pdf

Becomes

/K/Catherine/Ex_Forms/Supplement_1_AffectiveDisorders_07_06_11.Ex.pdf

My Code looked like this (I don't have a K drive to test with)

app.openDoc ({cPath: "/c/Catherine/Ex_Forms/Supplement_1_AffectiveDisorders_07_06_11.Ex.pdf" });

and this opened the document as expected.

Hope this helps

Malcolm

View solution in original post