Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FAXPRESS
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00316399
Message ID:
00317018
Vues:
21
>Hello,
> Anyone out there knows how to use faxpress ?? I need some help on embedding faxpress into VFP. Thanks.
>sherry

Hi Sherry,
I have written interfaces to Faxpress from VFP. You can use CPI (Castelle Programming Interface) to control faxpress from your code. The interface is calls to DLL functions and is intended to be called from C. Some of the simpler functions can be directly called from VFP. IF you want more control over faxpress it becomes difficult to do from VFP. I ended up writing a COM interface in C++ to wrap the Castelle API calls.

If you just want to send a single file and specify the recepient's number from VFP, you can do that from VFP easily with the cpiSendFile function. If you want to control cover pages, send multiple files in a job, etc., you'll need to go to a C wrapper.
Steve Ruhl
CitiMortgage, Inc.
steven.ruhl@citibank.com Office
Steve@steven-ruhl.com Home
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform