S
Steve Dunn
I have a form that displays companies information. When
the user starts to edit a record, I want them to save or
cancel changes before allowing them to move to another
record. I have command buttons cmdNext, cmdPrev and
cmdAddCompany that I disable and cmdSave and cmdCancel
that I enable when an unsaved / uncancelled record exists.
I am thinking that there has to be an easier 'cleaner'
way than this to control the record movement but this
does seem to work.
However, my major problem is how do I keep the user from
moving to another record by using pageup, pagedown, ctrl
home, etc, etc?
thasnks!!
the user starts to edit a record, I want them to save or
cancel changes before allowing them to move to another
record. I have command buttons cmdNext, cmdPrev and
cmdAddCompany that I disable and cmdSave and cmdCancel
that I enable when an unsaved / uncancelled record exists.
I am thinking that there has to be an easier 'cleaner'
way than this to control the record movement but this
does seem to work.
However, my major problem is how do I keep the user from
moving to another record by using pageup, pagedown, ctrl
home, etc, etc?
thasnks!!