|
Saya ada contoh program untuk barcode.
Setahu saya ini akan lebih bagus menggunakan printer yang memang khusus
untuk barcode (ie : zebra. kenapa merknya zebra, karena dia belang-2
seperti barcode, hehehe... ) Saya ada contoh script mudah menggunakan bartender, seperti berikut : Private Sub CetakBarcode() 'Declare object variables Dim btApp As BarTender.Application Dim btFormat As BarTender.Format Dim btDb As BarTender.Database 'Start the Bar Tender application Set btApp = CreateObject("BarTender.Application") 'Open the format file Set btFormat = btApp.Formats.Open(App.Path & "\Sover3-a.btw") 'Print the label format. Verify = MsgBox("Automatically print the label ?", vbYesNo + vbQuestion, "Confirm...") If Verify = vbYes Then btFormat.PrintOut btApp.Quit Else btApp.Visible = True End If End Sub Salam, Vavai Darsana wrote:
Untuk keluar dari millis ini, kirim email kosong ke: [EMAIL PROTECTED]
SPONSORED LINKS
YAHOO! GROUPS LINKS
|
