cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Ermips
Regular Visitor

Can't read anymore ascii char 29 as input text value

Hi,
Input text value is a barcode reading.
Barcode includes ASCII character #29 (CHAR GS - GROUP SEPARATOR).
And I can't read it anymore. I was able to read it in Edge previous version.
Is there any solution to read it again ?

Thanks !

2 REPLIES 2
RodRollTech
Frequent Visitor

Hi, I'm having this problem as well. I have a number of apps set up to read GS1 Data Matrix (2D) codes and they all rely on being able to interpret the 'Group Separator' character (ASCII character 29). It appears as if the 'Split' function won't accept 'Char(29)' as an appropriate character to split the string by. I'm using these apps in iOS and Android. I know that a new barcode reader control was released recently but that doesn't seem to have an effect; the old Barcode Scanner control will read the Data Matrix fine, I just can't parse the string into it's constituent elements.

 

Edit: the splitting code is as follows:

ClearCollect(Char29Test,Split(BarcodeScanner1.Value,Char(29)))

 

A data table connected to the collection 'Char29Test' gives the rows the barcode should've been split into.

RodRollTech
Frequent Visitor

I figured this out late yesterday, after my previous post. I'd noticed that a new "Barcode Reader" control had been released for preview on the 19th October and I'd wondered if there was a connection - and there was!

 

It appears that the current "Barcode Scanner" control no longer has the ability to output non-printing ASCII characters, like the character #29 'Group Separator' that is encoded into GS1 barcodes. The new "Barcode Reader" control has this ability, so with a little reworking of the splitting code:

 

ClearCollect(Char29Test,Split(First(BarcodeReader1.Barcodes).Value,Char(29)))

 

...and replacement of the old "Scanner" controls with the new "Reader" controls, full functionality is restored.

 

I'm a little bit baffled as to why the ability for the current "Scanner" control to output non-printing characters has been depreciated whilst the new "Reader" control is still in preview mode. Is there an underlying code module that can only be pointed to one control at a time?

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (2,363)