israelsze1 wrote:
> Good morning everybody
> I have four String controls which
> contain different data read from Barcode reader.
>
> I wish that after reading 1st information
> the focus will skip to the next String control
> so the 2nd information ,read from Barcode, will be written to the 2nd
> string control, and so forth..
> (now i press the "TAB" key to skip from one control
> to another)
It depends. what is the signal from the reader, that the data for one
field is written and the next one is coming?
Does the reader send a certain value than?
does the Reader simulate keyboard-input?
Many of the "keyboard-readers" can send a cr/lf at the end of the
reading. In this case you could just get the value wit a filter event in
an event structure, and "
replace" it with a tab (the other values you
just wire thru).
Another Idea is, to replace your controls by indicators, read the values
either by a event structure or by another control and wirite the values
programmatically in the indicators. for reading the inidcators you can
just user local variabes for example.
Hope, this helps a bit
Marco Tedaldi