Forms: how to make a filled list item empty again

From: Jan Gelbrich <j_gelbrich_at_westfalen-blatt.de>
Date: Thu, 15 Aug 2002 11:06:12 +0200
Message-ID: <ajfr45$1b93md$1_at_ID-152732.news.dfncis.de>



Hello,

[Quoted] I have a PU in Oracle Forms that copies a record partially for reuse as a new record:
...
Create_Record;

Duplicate_Record;

:BL_STAMM_P.ID := NULL;
:BL_STAMM_P.SUM := NULL;
:BL_STAMM_P.Whatever := NULL; --ok with Text Items
:BL_STAMM_P.List_Item := NULL; --!! _List Item_ is still filled; Why ?
...--(keep the rest of the record)
Synchronize;

When I have a truly new record, the list items _are_ empty in the first place, and are only
filled as I navigate to it.

So: how can I keep using Duplicate_Record _and_ make list items empty ?

ThanX in advance,

Jan Gelbrich Received on Thu Aug 15 2002 - 11:06:12 CEST

Original text of this message