How to insert permanently an EAN128 in a form.

Could someone help me? ,

we’ d like to insert permanently an EAN128 in a field on a form, and reduce or enlarge it.
Is it possible.
If i use it2be_barcode EAN128 function i obtain to see barcode on the form for 10 seconds only, not in the field/label in wich i want, an not in the desidered size.

tanks in advance

Gianni Pinna.

cuoredisardegna@tiscali.i:
Could someone help me? ,

we’ d like to insert permanently an EAN128 in a field on a form, and reduce or enlarge it.
Is it possible.
If i use it2be_barcode EAN128 function i obtain to see barcode on the form for 10 seconds only, not in the field/label in wich i want, an not in the desidered size.

Ciao, Gianni
create a media field and try this:

var img = plugins.it2be_barcode.Code128(codice_articolo, true)
campo_barcode_immagine = img
controller.saveData();

Ciao Riccardino,
tank You very much.
I am going to execute.

Have You a good day!
javascript:emoticon(‘:D’)
Very Happy
Ciao, Gianni.