I have a form with 2 input columns, one with an image-combo (select a type - touch) and one to enter a value (scan). When I have selected a value from the combo box, I want to move directly to the column to scan the value. How can I achieve this?
When I use the @cursor_to_col_id in the default procedure, the cursor stays in the combo box.