Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Printing PDF files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00780108
Message ID:
00781462
Vues:
18
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!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform