barcode type

Salve a tutti.

Ho una stampa di etichette che dovrebbe stampare il codice a barre in base alla lunghezza.

Ho impostato al beforeprint del barcode1 questo

 barCode1.Visible:=true;

 if <fxDB."ARTEAN">='0000000000000' then

   barCode1.Visible:=False;

 if LENGTH(<fxDB."ARTEAN">)=8 then

  barCode1.BarType:= bcCodeEAN8

 else

 if LENGTH(<fxDB."ARTEAN">)=13 then

  barCode1.BarType:= bcCodeEAN13

 else

  barCode1.BarType:= bcCodeMSI;


stampa sempre il codice a barre errato tipo 12345678 è come se non legge la lunghezza

Comments

  • ho notato che non devo scrivere bcCodeEAN13 ma il numero 17.

    dove trovo i numeri corrispondenti ?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.