Add button acting as Save button on first use

Joshua Brickel <[email protected]> Tue, 20 Sep 2005 11:31:45 -0200
Newsgroups gmane.comp.db.rekall.devel
Message-ID <[email protected]>
Hi,

I have begun to experiment with using Rekall to design front ends to the 
MySQL database.  I hve been having a problem with the "add" button when 
creating a form. 

The problem is that it would appear that the add button should "add" a 
new entry into the database.  However the first time the "add" button is 
pressed it actually to replaces the first entry in the list.  After that 
an additional entries are actually added to the dB.  The add button 
should NOT replace the first entry. 

In fact the Rekall system seems to treat the first one as if I had 
pressed "save" instead of "add."

I am using Rekall ver.  2.2.3, with MySQL ver. 4.0.24 running on a 
Debian Linux system. 

Has this bug been reported by anyone else?  Does anyone have a work 
around?  Also is there a place (mailing list, website, etc.) for me to 
report the bug.

Regards,

Joshua