I have a string grid on my form. I am using a scanner and rave's barcodes to scan in some information. My information is coming in as a string like 'WSK~WAS~WCBB~WGB6B'. I have code that parses it out based on where the '~' is and it places each item before the '~' into a new row in the string grid. This part is working.
What i cannot get it to do is be highlighted in the first cell after the 4th item is added to the string grid. The closest i have gotted is where the 4th row is completely highlighted and the focus is on the last column.
Suggestions?
Thanks.
What i cannot get it to do is be highlighted in the first cell after the 4th item is added to the string grid. The closest i have gotted is where the 4th row is completely highlighted and the focus is on the last column.
Suggestions?
Thanks.