Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incorporating DLL File in VFP program
Message
De
19/12/2013 14:16:31
 
 
À
19/12/2013 13:16:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01590624
Message ID:
01590654
Vues:
77
I believe the correction is these two lines:
   apSetFunc(id, AP_Set_Input , 0, 0, '&iFilename' , 0)  &&input file.
   apSetFunc(id, AP_Set_Output, 0, 0, '&oFilename', 0) &&output format and file.
This probably should be:
   apSetFunc(id, AP_Set_Input , 0, 0, iFilename , 0)  &&input file.
   apSetFunc(id, AP_Set_Output, 0, 0, oFilename, 0) &&output format and file.
You were passing a string value instead of the variable value.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform