Having problem with "*" character

Hi All,

I have a barcode field. Some barcodes have “*” character and when they try to read this type barcodes lookup form runs. I tried that :

DSerial.lookupButton(FormLookupButton::Never);

But when pressing “" lookup form runs yet. Last solution in my mind remove barcode’s extended type when needed read barcode. Is there another solution for supress "”?

I just put return at lookup method and my problem solved…