Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Credit Card Processing
Message
 
À
02/05/1999 00:09:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00213905
Message ID:
00214450
Vues:
29
You have to issue a declare command to register the dll:
DECLARE INTEGER FreeCCSDLL IN FREECCS STRING, STRING
then issue your requests in a two string parameter statement:
x=FreeCCSDLL("Reset","") && just one of the parameters-there are other ones

I suggest you read the documentation with the dll to see the other parameters.
PS. The declare line is case sensitive so type it exactly as I did.
Good Luck
Allen



>I'm unskilled when it comes to DLL. After reading the documentation for FREECCS, I'm still in the dark when it comes to integrating this product into VFP. Do you have any experience in this regard? I try to declare it and then use it as specified but its obvious that it's over my head. Perhaps a short example using it would help.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform