Re: Problems with dml_data_target_name and query_data_source_name

From: Kay Kanekowski <k.kanekowski_at_phnxsoft.com>
Date: Mon, 16 Nov 1998 08:54:49 +0100
Message-ID: <364FDA49.C75D2AD7_at_phnxsoft.com>


Hi all,

I think it must work. I do it the same way:

  SET_BLOCK_PROPERTY ( 'B_AUSGABE', DML_DATA_TARGET_NAME, pk_modul.vTableName );
  SET_BLOCK_PROPERTY ( 'B_AUSGABE', QUERY_DATA_SOURCE_NAME, pk_modul.vTableName );

This code is running form the When-New-Forms-Instance, pk_modul.vTableName is a VARCHAR2, which holds the name of a View. The structure of the Views, that can be handled by this block, have the same structure and columns,
one the views had to be written to the property-sheet of the block. In my forms the choice between the several Views is made only at the beginning and only one time, bu it works. Don't know what happens, when you do it once more in the forms. Hope i can help you.

Kay Received on Mon Nov 16 1998 - 08:54:49 CET

Original text of this message