Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxDOS under NT Workstation.
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00216737
Message ID:
00216811
Views:
29
>Don,
> NT will intercept DOS lpt calls to keep the program from accessing the hardware directly. You should be able to access the port using the reserved lpt1.dos file:
>
>x = FOPEN('LPT1.DOS')
> = FPUTS(x, CHR(27) + 'E'))
> = FCLOSE(x)
>
>That should send it out your local LPT port. It will bypass print
>spooling and port captures.
>
>HTH,
>Ed

Thanks for the input... I will try to contact them and maybe apply a change via modem... They are a former client and not associated with my current employer... Have to be on off hours.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform