how todisable push button if form having multiple rows??? friends plz help me....

in Oracle E-Business Suite & Oracle Fusion Applications; Hi friends... I am using Data block which populate say 5 records ... so i am getting 5 push button ...
+ Post Reply + Post New Topic
Results 1 to 2 of 2
  1. #1
    sambuduk is offline Member
    Points: 1,760, Level: 24
    Join Date
    25 Aug 2011
    Location
    Hyderabad
    Posts
    78
    Points
    1,760

    how todisable push button if form having multiple rows??? friends plz help me....

    Hi friends...
    I am using Data block which populate say 5 records ...
    so i am getting 5 push button , 5 text_item ..... etc ...
    Now , depending on the text_item condition i want to disable the push button ...
    I used on post-text-item trigger of url text-item ..

    if :block1.text_item1 is null then

    SET_ITEM_PROPERTY('Block1.push_but1',ENABLED,prope rty_FALSE);

    end if;

    Regards
    Samba
    samba.reddy@exora.com


  2. #2
    zak
    zak is offline Junior Member
    Points: 10, Level: 1
    Join Date
    17 Nov 2011
    Posts
    1
    Points
    10

    Re: how todisable push button if form having multiple rows??? friends plz help me...

    Try POST-CHANGE trigger on each text item. This will work.
    Sadik says Thanks.

Other Solutions
  1. submit query button
    By ksjj in forum Oracle Forms and Reports
    Replies: 0
    Last Post: 07-28-2011, 06:12 AM
  2. Contatenate the same field from multiple rows
    By Buckyman in forum SQL PL/SQL
    Replies: 10
    Last Post: 04-28-2011, 08:08 PM
  3. Create browse button in Oracle form builder
    By vodka25 in forum Oracle Forms and Reports
    Replies: 1
    Last Post: 03-22-2010, 09:56 AM
  4. Personal Folder Beside Logout Button !!
    By ah.yasar in forum Oracle Webcenter Suite (formerly Oracle ECM)
    Replies: 2
    Last Post: 03-17-2010, 04:54 PM
  5. how to create a button and define a action for that button in UCM
    By karthikeyan sm in forum Oracle Webcenter Suite (formerly Oracle ECM)
    Replies: 0
    Last Post: 10-09-2009, 06:40 AM