Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use local printer with \\
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01051415
Message ID:
01051422
Views:
8
>>Never tryed but I think it shoud be:
>>
>>lcCompName = ALLTRIM(LEFT(SYS(0),AT([#],SYS(0))-1))
>>lcPrinterName = [\\]+lcCompName+[\HP DeskJet 712c]
>>SET PRINTER TO NAME (lcPrinterName)
>>
>
>Yes, I just tried it and it seems to work. Thank you very much.

Using STREXTRACT() function
lcCompName = ALLTRIM(STREXTRACT(SYS(0), "", "#"))
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform