Orgamax Barcode Berechnen:

In folgenden Schritten wird ein BC Feld eingefügt


Dann Formel oben unter Berechnung eintragen:


TwoDBarCode2.data := 'MBD' + IntToStr(ErmittleWertGanzzahl('ID', 'MOV_INVOICES', 'INVNO = ' + AVX['M_ID'])) + '-' + IntToStr(AVX['M_ID']);

So kommt es dann raus.


So soll das Ergebnis sein.