Home Forums HTBasic Forum HTBasic Printer Error Reply To: HTBasic Printer Error

#9209
RalphW
Participant

    There are two ways to set or view the current printer. One is to invoke the Device Setup dialog in the Tools menu. You can then select WIN-PRINT in the driver list and then click on Properties. This will pop up the Windows Configure Print Driver dialog box and allow you to see the current printer and select another printer if needed. Note the “Network” button at the bottom of this pop-up box will allow you to select or enter a network printer name.

    The second way allows you to invoke the same Windows Configure Print Driver dialog box but under program control by executing the following line of HTBasic code:

    CONTROL 10,102;1

    Also, I thought I included this before, but Windows System Error 1167 can be found on this page:
    https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes–1000-1299-

    ERROR_DEVICE_NOT_CONNECTED
    1167 (0x48F)
    The device is not connected.

    Scroll to Top
    HTB icon

    Please Sign In