moleproductions
Programmer
Many people have already discussed this topic - but I am still having problems with opening a PDF in Acrobat.
My problem is this: I am using the standard baOpenFile(filepath, "maximised") command which works fine for me and everyone in my office. The problem is my client's computer tried opening in some strange graphics software and then refused to open it. If they explore the CD and double click the PDF then if opens fine.
So, step one was to use Buddy API to make sure there is a program installed that accepts ".pdf" files. If this is true then it tries opening it. If false, it gives an error message. But my problem is how do I force the computer to use this program and not the graphics software?
FYI - I have also tried "open the moviePath & filename with the moviePath & "\reader\acr32.exe" etc. - Acrobat opens perfectly but I get the error "That file path could not be opened".
Does anyone have a better solution?
Many thanks,
Tim
My problem is this: I am using the standard baOpenFile(filepath, "maximised") command which works fine for me and everyone in my office. The problem is my client's computer tried opening in some strange graphics software and then refused to open it. If they explore the CD and double click the PDF then if opens fine.
So, step one was to use Buddy API to make sure there is a program installed that accepts ".pdf" files. If this is true then it tries opening it. If false, it gives an error message. But my problem is how do I force the computer to use this program and not the graphics software?
FYI - I have also tried "open the moviePath & filename with the moviePath & "\reader\acr32.exe" etc. - Acrobat opens perfectly but I get the error "That file path could not be opened".
Does anyone have a better solution?
Many thanks,
Tim