Re: Name_In in Forms40

From: Dirk Moebius <moebius_at_athene.informatik.uni-bonn.de>
Date: 29 Aug 1994 06:29:08 GMT
Message-ID: <33rv7k$itj_at_news.rhrz.uni-bonn.de>


Aleksander Kocmaruk (akocm_at_hcsd.hac.com) wrote:

> I have the following peace of code in a procedure called from
> WHEN-VALIDAT-ITEM trigger:
 

> Set_Record_Property (To_Number (Name_In ('SYSTEM.TRIGGER_RECORD')),
> Name_In ('SYSTEM.TRIGGER_BLOCK'), STATUS, CHANGED_STATUS);

Try Set_Record_Property (To_Number(Name_in('SYSTEM.TRIGGER_RECORD')),

          SYSTEM.TRIGGER_BLOCK, STATUS, CHANGED_STATUS);
          ^^^^^^^^^^^^^^^^^^^^^

This will fix the problem.

--
Dirk Moebius                      moebius_at_athene.informatik.uni-bonn.de
Received on Mon Aug 29 1994 - 08:29:08 CEST

Original text of this message