Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxtools Help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00117564
Message ID:
00117566
Vues:
15
>I am using the following code:
>
>* note that lcPrinterName comes from a table
>lcbuffer = SPACE(500)
>lnlength = LEN(lcbuffer)
>lnlength = GetProStrg('printerports',lcPrinterName,"",@lcbuffer,lnlength)
>
>
>It works on my development system (VFP 5.0a) but not at the clients.
>Foxtools.FLL is in my project and marked to be included.
>It is also in the subdirectory of the app at the clients office
>
>He receives GETPROSTRG program not found
>
>Any ideas?

Hi Rick,

Only one thing could cause this, I think. Either the library isn't set or it's released. This can occur if another SET LIBRARY TO... is issued without the ADDITIVE command.

hth,
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform