Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Incorporating DLL File in VFP program
Message
De
20/12/2013 01:10:18
 
 
À
19/12/2013 14:16:31
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:
01590667
Vues:
110
Update

No Sir, Problem still continuous.




>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.
Harsh
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform