R
rustle
I have a form with multiple records on it (I think it's called Tabular). I
want the user to be able to select a certain field on the form and enter an
amount, then scroll down to another record, select that field and enter data,
etc.
Currently to select each record requires two clicks, the first click (just
after making the keystrokes for the data for the current record) doesn't move
the cursor to the field being clicked, but it does activate the lost focus
event of the field just entered. So it seems focus is lost from this field
but it doesn't appear in the new field being clicked.
If the user is made to click twice this makes the data entry slower where
there are a considerable number of records to update.
Is there a way to enter a piece of data then immediately click on a field in
another record lower down to select that field for data entry?
want the user to be able to select a certain field on the form and enter an
amount, then scroll down to another record, select that field and enter data,
etc.
Currently to select each record requires two clicks, the first click (just
after making the keystrokes for the data for the current record) doesn't move
the cursor to the field being clicked, but it does activate the lost focus
event of the field just entered. So it seems focus is lost from this field
but it doesn't appear in the new field being clicked.
If the user is made to click twice this makes the data entry slower where
there are a considerable number of records to update.
Is there a way to enter a piece of data then immediately click on a field in
another record lower down to select that field for data entry?