Set focus on text edit box
HelloI try to check for an entry in a database with a barcode scanner.It will enter the number and gives an enter at the end whitch triggers the script of the "text edit box".What doesn't work is to reset the focus back on the box to enter the next number.Names Default To Here( 1 );
dt = current data table();
try(win1<<close window;);
my_expr=expr(
print(pnr << get text());
pnr << settext("")
...