i have a block called customer_order that has an item called deliver_to. If someone enters 'N' (meaning there is no delivery address) into the deliver_to i want deliver_name and deliver_address to...
http://www.experts-exchange.com/Database/Oracle/Q_10327498.html
Zones:
OracleDate Answered: 04/13/2000 Rating: 7.6 Views: 4
I have the following code in a block level WHEN-NEW-RECORD-INSTANCE
IF (:CUSTOMERS.PARENT ='Y') THEN
Set_Item_Property('IDCODE',Background_Color,'r50g88b0');
-- Set_Item_Property('IDCODE',BO...
http://www.experts-exchange.com/Database/Oracle/Q_20668938.html
Zones:
OracleDate Answered: 07/07/2003 Rating: 9.0 Views: 47
I need to set canvas for data item to NULL dynamically, so it woudn't display per certain condition.
Need an example...
http://www.experts-exchange.com/Database/Oracle/Q_21025467.html
Zones:
OracleDate Answered: 06/23/2004 Rating: 8.6 Views: 93
hi
i have a question about SET_ITEM_PROPERTY
I wanna disable item_property when form open
i wrote this code in When_New_Form_Instance in Form_Trigger
set_item_property('imp_no',enabled,prop...
http://www.experts-exchange.com/Database/Oracle/Q_21325611.html
Zones:
OracleDate Answered: 02/23/2005 Rating: 9.4 Views: 0
When I try to connect with the admini user, don't connect and appears the error frm-40735: when-button-pressed trigger raised unhandled exception ora-01422. When I try to connect with the other use...
http://www.experts-exchange.com/Software/Server_Software/Application_Servers/Java/Oracle_I...
Zones:
Orac...Date Answered: 11/15/2005 Rating: 7.8 Views: 217
I have a field on my form as a TEXT ITEM and the properties are ENABLED YES, VISIBLE NO.
WHen I start the form the field is hidden just as I want it to be. But when I run some code, it shoudl be...
http://www.experts-exchange.com/Database/Oracle/Q_22055318.html
Zones:
OracleDate Answered: 11/13/2006 Rating: 7.8 Views: 5
I've created a form based on a table UserInfo.
One of the fields is a CHAR(1) column storing the status of the user.
On the form I want to display the meaning of that single-character as well. ...
http://www.experts-exchange.com/Database/Oracle/Q_20129948.html
Zones:
OracleDate Answered: 03/12/2002 Rating: 7.2 Views: 0
Hi..
i have a code that i would like to use in each block ....
<
<
<
begin
if :system.mode ='NORMAL' then
set_item_property ('members.query', label, 'Execute');
else
se...
http://www.experts-exchange.com/Database/Oracle/Q_10354231.html
Zones:
OracleDate Answered: 05/24/2000 Rating: 8.2 Views: 0
i want to set an item property to required true..
i've tried this command
set_item_property(item_id,required,property_true);
but it seems that it is not reading this command.. therefore, i...
http://www.experts-exchange.com/Database/Oracle/Q_10367858.html
Zones:
OracleDate Answered: 08/10/2000 Rating: 4.6 Views: 12
I've got a master-detail form (for the detail i have item_id, item_name, status ...... etc).. Now, if the status is D i want the record to be highlighted with a certain visual attribute ..
I've ...
http://www.experts-exchange.com/Database/Oracle/Q_10379376.html
Zones:
Oracle,
XHTMLDate Answered: 06/07/2000 Rating: 7.0 Views: 28