Problems with dml_data_target_name and query_data_source_name

From: <kichkich_at_hotmail.com>
Date: Fri, 13 Nov 1998 20:58:30 GMT
Message-ID: <72i6hm$qgn$1_at_nnrp1.dejanews.com>



Hi All,

In Forms 5.0 :

I am trying to build a generic block that can use multiple tables and use SET_BLOCK_PROPERTY to manipulate data in those tables.
Here is the PL/SQL code snippet I am using in a trigger :

   tbl_name := :control.tab_list;

   commit_form;
   set_block_property('myblock', DML_DATA_TARGET_NAME, :control.tab_list);    set_block_property('myblock', QUERY_DATA_SOURCE_NAME, :control.tab_list);    go_block('myblock');
   execute_query;

When it hits the DML_DATA_TARGET_NAME or QUERY_DATA_SOURCE_NAME, it causes a GPF.

Platform : Windows 95/NT
Version : Dev2K R2.1 Forms 5.0

Could anyone shed some light on why this is happening? Is it a bug?

Thanks much,

  • Ranga

-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Fri Nov 13 1998 - 21:58:30 CET

Original text of this message