Re: How to insert datas in form 6.0?
From: NAMIEB <namieb_at_aol.com>
Date: 24 Oct 1999 20:32:56 GMT
Message-ID: <19991024163256.15938.00000556_at_ng-cc1.aol.com>
Date: 24 Oct 1999 20:32:56 GMT
Message-ID: <19991024163256.15938.00000556_at_ng-cc1.aol.com>
[Quoted] You should not need the insert statement at all, because the form handles that in the background when you do a commit. If the primary key is actually defined as a primary key, then the system is preventing you from trying to do the same insert that the form is trying to do. Remove the insert statement altogether and use commit_form. Received on Sun Oct 24 1999 - 22:32:56 CEST