G
Guest
I have the following scenario that's causing a problem:
(1) Joe CluelessUser is adding a new record to a database through a form.
(2) He fills in some fields, then gets distracted by something else, with
the form and the incomplete (still missing some required fields) new record
on his screen.
(3) Quitting time rolls around, and Joe C has never completed his new
record. He logs off and goes home, and his new record goes into byte heaven
because of the missing required data.
(4) Two weeks later, Joe C goes looking for his record, finds it ain't
there, and beats me up because my database deleted all his hard work.
So I want to build in some kind of timer event that will (a) note when
someone begins to add a new record, and (b) pop up a modal warning message at
some point reminding him that he has to finish the new record if he expects
it to be saved.
Who can suggest to me what events could be used for this purpose?
(1) Joe CluelessUser is adding a new record to a database through a form.
(2) He fills in some fields, then gets distracted by something else, with
the form and the incomplete (still missing some required fields) new record
on his screen.
(3) Quitting time rolls around, and Joe C has never completed his new
record. He logs off and goes home, and his new record goes into byte heaven
because of the missing required data.
(4) Two weeks later, Joe C goes looking for his record, finds it ain't
there, and beats me up because my database deleted all his hard work.
So I want to build in some kind of timer event that will (a) note when
someone begins to add a new record, and (b) pop up a modal warning message at
some point reminding him that he has to finish the new record if he expects
it to be saved.
Who can suggest to me what events could be used for this purpose?