I have a stupid problem. I am using this lingo to open a pdf using the CD
self contained version of Acrobat. I copied the lingo from another project I
did. It works fine there. When I paste the lingo in the new document and set
up my folders, I get a error from Acrobat reader saying the file is not
there and the path is does not exist. I know this works but I think I am
missing something silly.
on mouseup
set the targetline = the mouseline
case(targetline) of
1: open the moviepath &"PDF\blizt.pdf" with the moviepath
&"\CD\Reader\Acrord.exe"
end case
end
Like I said I copied this from a working file. I have a folder named PDF
with the file blitz.pdf in it. I opens acrobat, but accobat gives me a
error saying the path is not correct and it cannot open the file.
WHAT IS GOING ON!! HELP!!
Kevin Volo
1.800.488.2426 (1275)
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]