Actually, I'm having two fast tabs one with this field (Barcode) only. When I'm doing a barcode scan it moves to the lines in the second fast tab. I want to prevent this from happening, i.e. I want the cursor to stay on the barcode field so that i can make a second scan. If there is some implementation similar to control.focus() then it will be helpful.
I do this by making the validation on, say item no. Field, and then only have lines. The item no. field is quick entry, and in the code I catch the barcode,and do whatever.
This way I have made simple pos system, with cut down invoice page and subpage.
Where you just scan all items.
Answers
Thanks for the reply.
Actually, I'm having two fast tabs one with this field (Barcode) only. When I'm doing a barcode scan it moves to the lines in the second fast tab. I want to prevent this from happening, i.e. I want the cursor to stay on the barcode field so that i can make a second scan. If there is some implementation similar to control.focus() then it will be helpful.
This way I have made simple pos system, with cut down invoice page and subpage.
Where you just scan all items.
Thank you. I didn't group properly i.e. the field was not on its own Fasttab. Now its working.