Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to identify a new record (not saved)?
"Nick" <aroughguy_at_nsp.toughguy.net> wrote in message news:<QoQn9.12427$Sr6.404471_at_ozemail.com.au>...
> I'm using Form Builder 6i on WinXP Pro
> Couldn't find anything on row_flag or row_new in any Form Builder Help
> topics
>
> Can you be more specific?
>
> As said my way works fine, my concern is only on performance when data grows
> large.
>
> Thanks
> Nick
I only mentioned ROW_xxx as a description. Actual value is a Hex value and different tools have different ways of doing the same thing. i.e. Find out a rows flag.
Even though I am not too familiar with Oracle Forms, I am sure there are plenty of built in functions in Forms to do this kind of thing. I beleive there is a Get_Record_Property (or similar) function to determine the status of current record. It would be either NEW, CHANGED etc.
My suggestion,
> As said my way works fine, my concern is only on performance when data grows
> large.
Indeed. But this logic is flawed.
/Rauf Sarwar Received on Sun Oct 06 2002 - 15:03:31 CDT
![]() |
![]() |