Hi, Elkari,
The string is 'B12-A1'.
The integer value is 300. (to print 300 labels)
The size of the label is 0.5 inch high, 0.8 inch width.
The labels are to be printed on A4 size paper.
my email address: lhenry2000@maxis.net.my
Thanks.
Hi, Lance,
Sorry for not having expresed myself clear enough.
The user is using preprinted paper. The title band is used to hold the invoice # and the customer's address. From 2nd page onwards, I'd like the detail band to start printing below the preprinted logo and address.
Thanks.
The labels printing is dependent on an integer field and a string field. If the integer is 50, the same number of labels will be printed with the value of the string field.
procedure TfmPlayer.ReadMP3Info; // to display the length
var
Mins, Secs: Integer;
begin
TrackDoneGauge.MaxValue := MediaPlayer1.Length;
Mins := MediaPlayer1.Length Div 60000;
Secs := (MediaPlayer1.Length Mod 60000) Div 1000 ;
TrackLength.Text := Format('%.2d : %.2d', [Mins, Secs])...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.