- 01-05-2012 #1
Member
- 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
-
- 01-08-2012 #2
Junior Member
- 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.
Other Solutions
-
submit query button
By ksjj in forum Oracle Forms and ReportsReplies: 0Last Post: 07-28-2011, 06:12 AM -
Contatenate the same field from multiple rows
By Buckyman in forum SQL PL/SQLReplies: 10Last Post: 04-28-2011, 08:08 PM -
Create browse button in Oracle form builder
By vodka25 in forum Oracle Forms and ReportsReplies: 1Last Post: 03-22-2010, 09:56 AM -
Personal Folder Beside Logout Button !!
By ah.yasar in forum Oracle Webcenter Suite (formerly Oracle ECM)Replies: 2Last Post: 03-17-2010, 04:54 PM -
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: 0Last Post: 10-09-2009, 06:40 AM


