Hi,
I am developing an application for EAN128 barcode reading
in this proce i need to track CHR(29) char that is used from EAN128 to separate 2 or more field
i read my barcode in a textbox object but the chr(29) char is IGNORED
CHAR(29) is not readable char and is the GS GroupSeparator used by GS1 128 standard
I have tried the TXT_EnterPressed and Txt_TextChanged events but unsuccesfully.
Can I have some help please?
My string is "10010220" & CHR(29) & "370012" but in the before in mentioned event the CHR(29) IS NOT PRESENT!!!
Thank's
I am developing an application for EAN128 barcode reading
in this proce i need to track CHR(29) char that is used from EAN128 to separate 2 or more field
i read my barcode in a textbox object but the chr(29) char is IGNORED
CHAR(29) is not readable char and is the GS GroupSeparator used by GS1 128 standard
I have tried the TXT_EnterPressed and Txt_TextChanged events but unsuccesfully.
Can I have some help please?
My string is "10010220" & CHR(29) & "370012" but in the before in mentioned event the CHR(29) IS NOT PRESENT!!!
Thank's