Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launching Adobe Acrobat
Message
 
 
To
12/01/2005 10:15:04
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00976402
Message ID:
00976413
Views:
11
Hi Rich,

The 'str(data.filename)' returns string with bunch of leadibg spaces. I think you want
ALLTRIM(str(data.filename))
* or 
TRANSFORM(data.filename)
I would also recomend to use ShellExecute().

>The name of an Adobe Acrobat file (withouth the extension) is recorded in the field DATA.FILENAME data type numeric.
>I want to launch Acrobat with the file open in Acrobat. If I know the filename the code that works is:
>! /n C:\Program Files\Adobe\Acrobat 5.0\Acrobat\acrobat.exe C:\data\testreport.pdf
>
>Why doesn't this work?:
>! /n C:\Program Files\Adobe\Acrobat 5.0\Acrobat\acrobat.exe 'C:\data\'+str(data.filename)+'.pdf'
>
>Acrobat launches, but tells me the file is not found.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform