Displaying 1 result from an estimated 1 matches for "data_entry_mode".
2006 Oct 16
6
Double data entry
...o confirm.
- After confirmation (or if the second input exactly matched the first
initially) the reocrd would be saved and a flag will be set in the table
that double data entry has been performed for that record.
Hopefully this could be handled in the same (edit) method by passing a
parameter (data_entry_mode or something). Ideally the second version
would not involve creating a new record in the database; any changes
would simply be written over the top of the first (perhaps the second
data entry values would be stored as session variables??).
Does anyone have any ideas on how best to accomplish th...