Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
I wish this was in VFP and not VB.....
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00519713
Message ID:
00519738
Vues:
29
yeah I'm integrating it into something else so some of those were gonna change anyway...heh

>>THANK YOU!!! It works perfectly...only thing I had to do was make iPDFfile = 1 at the top of it.
>
>Actually,
>   * Open the first file in the directory
>   AcroExchPDDoc.Open( cPath + aPdfFiles[ iPdfFile, 1 ] )
>should be
>   AcroExchPDDoc.Open( cPath + aPdfFiles[ 1, 1 ] )
and
   * Save the entire document as the JOIN_FILENAME using SaveFull [0x0001 = &H1]
>   AcroExchPDDoc.Save( 0x0001, strPath + JOIN_FILENAME )
>should be
>   AcroExchPDDoc.Save( 0x0001, cPath + JOIN_FILENAME )
ICQ 10556 (ya), 254117
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform