Hi,
we are using a datawindow with external data source to receive barcodes from BC-Readers.
The Barcodes are trades item numbers, formerly EAN, now GTIN.
The column 'ean' is defined as string.
This works pretty good since years.
Now we have to handle barcodes with a ASCII control character GS (ASCII 29, Hex 1D).
It seems powerbuilder supresses such control characters.
I can't find them eg. in the data argument of the editchanged event.
Is there a way to catch them in a datawindow control?
Thank you.
André
The Scanners we officially suggest have a build in replace function.
This function we will use to replace control characters with somewhat that our DWs accept.