Re: commit in forms developer
Date: Fri, 24 May 2002 15:33:53 +0200
Message-ID: <1022247286.502598_at_seux119>
thanks, that was exactly the problem
"Ryan" <rgaffuri_at_cox.net> escribió en el mensaje
news:rqcH8.61422$eD2.1797878_at_news2.east.cox.net...
> no.. just press shift F1 when you get the error. you will get more detail.
> your probably breaking a constraint.
>
>
> "Daniel Morgan" <dmorgan_at_exesolutions.com> wrote in message
> news: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 Fri May 24 2002 - 15:33:53 CEST