I'm trying to modify the tlabel class of Manuel Calero Solis

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

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 I have this error as you can see

I tried also with :
::nTopMargin := 2.1
::nDnMargin := 2.1
::nLeftMargin := 0.1
::nRightMargin := 0.1
while the top margin is moved the bottom margin is the same
2, How I can print labels with barcodes using barlib functions ?
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 ?

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

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 I have this error as you can see

I tried also with :
::nTopMargin := 2.1
::nDnMargin := 2.1
::nLeftMargin := 0.1
::nRightMargin := 0.1
while the top margin is moved the bottom margin is the same
2, How I can print labels with barcodes using barlib functions ?
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 ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com



