I'm trying to modify the tlabel class of [b:1xxuyqeo] Manuel Calero Solis[/b:1xxuyqeo]
[img:1xxuyqeo]http://www.iispascalcomiforti.it/wp-content/uploads/2017/01/label2.jpg[/img:1xxuyqeo]
I have make a small class to the labels on our application, with a simply dialog where you can set the label parameters ( nheight,nWidth, Vertical separator , Horizontal separator, labels for line print grid, print shadow repeat records ) the parameters can be save on ini file
a snapshot of the dialog
[img:1xxuyqeo]http://www.iispascalcomiforti.it/wp-content/uploads/2017/01/label1.jpg[/img:1xxuyqeo]
It run ok but I have some problems
1. How I can to not show the last label ( or How I can add n inferior margin)
Because [b:1xxuyqeo] I have this error[/b:1xxuyqeo] as you can see
[img:1xxuyqeo]http://www.iispascalcomiforti.it/wp-content/uploads/2017/01/page_labels.jpg[/img:1xxuyqeo]
I tried also with :
[b:1xxuyqeo] ::oLabel:nTopMargin := 2.1
::oLabel:nDnMargin := 2.1[/b:1xxuyqeo]
::oLabel:nLeftMargin := 0.1
::oLabel:nRightMargin := 0.1
while the top margin is moved the bottom margin is the same
2, How I can print labels [b:1xxuyqeo]with barcodes using barlib functions[/b:1xxuyqeo] ?
I saw the Label16.prg
It print a barcode with the command : LBLITEM DATA char2Ean(cSendCode) FONT 2 CENTERED
with function of Barlib I must use to print barcodes ?
↧