Send Raw Data to ZPL Printer using Visual Basic (MS Access 2000)

前端 未结 4 1092
生来不讨喜
生来不讨喜 2021-01-28 05:57

This is all that I can find, none of them work.

Option Compare Database Option Explicit

  Private Type DOCINFO
      pDocName As String
      pOutputFile         


        
4条回答
  •  庸人自扰
    2021-01-28 06:14

    What I like to do is do something similar to your Method 2, but save it to a file (the raw printer data) and then do a file copy to the UNC path.

    file copy "C:\label.txt" \computername\sharename

    That works for me.

提交回复
热议问题