Forum Discussion
nmoro
15 years agoOccasional Contributor
Hi David,
Here is a sample of barcodes. We would just need to give focus to the panel we would normally use to scan our barcodes into and all I need the application to do is enter the barcode with a method like keys (there could be a better way??) Some samples of barcodes are:
^-TSIT/.3OfP7"c]9r2q\
^?lh16-i.mMYp/Mv&J?/%
^Z-Mi+Sv0bjTY/EJUQ#<[
^T)?T8C4NWcPj*8iMC$D*
How would I tell the program to enter something like above without throwing errors with all the special characters?
Here is what I tried to do:
var barcode = ^^T)?T8C4NWcPj*8iMC$D*
Aliases.SoftwareName.frmConsumable.62d223ac-0224-425c-a9b5-8640f2d13173TopLevelControl.m_BarcodesPanel.DockPanel();
Aliases.SoftwareName.frmConsumable.z2d223ac_0224_425c_a9b5_8640f2d13173.d9c6e1ea-c1c8-4458-b47e-c82f201c6f52.d9c6e1ea-c1c8-4458-b47e-c82f201c6f52Container.ucBarcodeMultiple.grpBackground.grdBarcodes.Keys(barcode);
Hope this helps solve my issue (:
Here is a sample of barcodes. We would just need to give focus to the panel we would normally use to scan our barcodes into and all I need the application to do is enter the barcode with a method like keys (there could be a better way??) Some samples of barcodes are:
^-TSIT/.3OfP7"c]9r2q\
^?lh16-i.mMYp/Mv&J?/%
^Z-Mi+Sv0bjTY/EJUQ#<[
^T)?T8C4NWcPj*8iMC$D*
How would I tell the program to enter something like above without throwing errors with all the special characters?
Here is what I tried to do:
var barcode = ^^T)?T8C4NWcPj*8iMC$D*
Aliases.SoftwareName.frmConsumable.62d223ac-0224-425c-a9b5-8640f2d13173TopLevelControl.m_BarcodesPanel.DockPanel();
Aliases.SoftwareName.frmConsumable.z2d223ac_0224_425c_a9b5_8640f2d13173.d9c6e1ea-c1c8-4458-b47e-c82f201c6f52.d9c6e1ea-c1c8-4458-b47e-c82f201c6f52Container.ucBarcodeMultiple.grpBackground.grdBarcodes.Keys(barcode);
Hope this helps solve my issue (:
Related Content
- 4 years ago
- 8 years ago
- 6 years ago
Recent Discussions
- 12 hours ago