Check the string you are checking for as you seem to be using both "\" and
"/" to determine the file path, otherwise you will be trying to go up a
directory from the original C: rather than down into it. Shouil be as
follows I guess but try it...
on mouseUp
if baFileExists( "C:\Acrobat3\Reader\" &
"acrord32.exe" ) = 1 then
open the moviepath&"pdf\a.pdf"?
with the moviepath&"C:\Acrobat3\Reader\acrord32.exe"
end mouseUp
on 22/1/01 11:41 am, rama krishna at [EMAIL PROTECTED] wrote:
Hello everyone
I have a problem in opening a pdf file from an
projector which is in d drive and the same file is in
d drive. I dint make this out.
Here is the code
on mouseUp
if baFileExists( "C:\Acrobat3\Reader\" &
"acrord32.exe" ) = 1 then
open the moviepath&"pdf/a.pdf"?
with the moviepath&"C:/Acrobat3/Reader/acrord32.exe"
David
___________________________________________________
[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!]