Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing PDF files
Message
 
To
24/04/2003 15:39:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00780108
Message ID:
00781462
Views:
17
Thank you Tracy for the tip.


>Hi Mike,
>
>If you bracket your code within < PRE > and < /PRE > (both minus spaces) your code will retain its format and be easier to cut/paste and read.
>
>
>>Declare Integer ShellExecute In SHELL32.Dll ;
>> INTEGER handle,;
>> STRING @sFile,;
>> STRING @lp,;
>> STRING @Dir,;
>> STRING @dir1,;
>> INTEGER ncmd
>>Local lnRetval, lcFile, lcOperation
>>lcOperation = "Print"
>>Cd C:\
>>nPDFCount = Adir(myPDFFiles, '*.PDF') && Create array
>>For i = 1 To nPDFCount
>> If !Empty(myPDFFiles[i,1])
>> lcFile = myPDFFiles[i,1]
>> lnRetval = ShellExecute(0, lcOperation, lcFile, "", "", 1)
>> Endif
>>Endfor
>>
>>
>>>I have a customer who regularly receives hundreds of PDF files and needs to print them in a certain order, hopefully in an existing VFP application. Does anyone know how to do this?
>>>
>>>Thanks for your help!
Previous
Reply
Map
View

Click here to load this message in the networking platform