B
blemmon
When I click the ADD control on my form all but essential controls are
made non-visible. There is a SAVE button and a CANCEL button visible.
If, after entering data in the second field, I press the ENTER key on
the keyboard, the SAVE control obtains the focus. If I press the ENTER
key again, the entire form becomes visible (with the Edit control
having the focus) but Additions, Edits, or Deletes are not allowed
(until the enter key is pressed again). (this is by design).
My problem - If, after entering data in the second field, I click the
SAVE button with my mouse instead of pressing the ENTER key, the form
displays the same as above except that me.allowedits = true and
me.allowadditions=true. I've scoured my code and cannot find anything
wrong.
Please Help!!!
made non-visible. There is a SAVE button and a CANCEL button visible.
If, after entering data in the second field, I press the ENTER key on
the keyboard, the SAVE control obtains the focus. If I press the ENTER
key again, the entire form becomes visible (with the Edit control
having the focus) but Additions, Edits, or Deletes are not allowed
(until the enter key is pressed again). (this is by design).
My problem - If, after entering data in the second field, I click the
SAVE button with my mouse instead of pressing the ENTER key, the form
displays the same as above except that me.allowedits = true and
me.allowadditions=true. I've scoured my code and cannot find anything
wrong.
Please Help!!!