Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxtools Help
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00117564
Message ID:
00117566
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform