Re: commit in forms developer

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Thu, 23 May 2002 19:36:23 GMT
Message-ID: <3CED44A8.E799FF87_at_exesolutions.com>


Sanluki wrote:

> Hello, I have the next problem:
>
> I have a button to insert some fields in a table, I do it the
> "WHEN_BUTTON_PRESSED" event of the button, and the code is this:
> Insert into alumnos values
> (:alumnos.codalumno,:nombrealu,:apealu1,:apealu2,:fechnac,:domicilio,:horari
> o,:fechincorp,:comentarios,:codaula);
> COMMIT;
> The insertion is ok, but the commit shows the next message:
> "frm - 40508: Error ORACLE: no se ha podido insertar un registro."
> What can I do?
> (Sorry for my English)

Try:

FORMS_DDL('COMMIT') Daniel Morgan Received on Thu May 23 2002 - 21:36:23 CEST

Original text of this message