Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Any chance to run this great pdf-generator within VFP?
Message
De
02/10/2003 06:32:31
 
 
À
02/10/2003 05:52:59
Dorin Vasilescu
ALL Trans Romania
Arad, Roumanie
Information générale
Forum:
Visual FoxPro
Catégorie:
Photos et traitement d'images
Divers
Thread ID:
00834147
Message ID:
00834157
Vues:
29
>Try:
>
>
>DECLARE LONG VeryCreate IN "verywrite.dll" STRING @ lpFileName
>DECLARE VeryClose IN "verywrite.dll" (LONG VERY_ID)
>DECLARE LONG VeryAddImage IN "verywrite.dll" (LONG VERY_ID ,STRING @ lpFileName)
>
>
>I assume that lpFileName is a long pointer to the memory adress of file name string so try to pass it by reference:
>
>FileName = 'test2.pdf'
>pdfId = verycreate(FileName)
>?pdfId
>
Hi Dorin,

Thank you for dropping in so fast :)

I am now able to create the resource (test2.pdf) as the VeryCreate
function is now available. The @ lpFileName did help

Alas it looks like the the VeryClose and the VeryAddImage would still
not work. The ugly "Too many arguments" message pops up on every
call to the function with arguments (with no arguments the function
does nothing but returns .T. Still not workable.

Kind regards to you

Francis
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform