Re: Update problem on Forms

From: Gerard H. Pille <ghp_at_skynet.be>
Date: 2000/06/09
Message-ID: <394131CB.718BB456_at_skynet.be>#1/1


If this message comes from your code, not from the database, then your form may contain some "duplicate key" checking which goes wrong, eg. testing does not check for ANOTHER record with the same key, but just for A record with the same key, finding the current one. If this is not the case, you may have duplicated the record before you started modifying. I wonder what it is.

Good luck,

Gerard

new_learner wrote:
>
> Hello All,
>
> I currently have a form which seems to be functioning properly, until
> an update is needed to be performed. The insert is fine. However, if I
> save any updated info, I get the message that record has already been
> inserted. I must be missing something relatively simple, but I'm at a
> loss. My save button simply calls a "commit_form"
>
> Any help would be much appreciated.
>
> Charlene.
>
> * Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
> The fastest and easiest way to search and participate in Usenet - Free!
Received on Fri Jun 09 2000 - 00:00:00 CEST

Original text of this message