Enter Keywords:
1 - 10 of 40(0.054 seconds)
Sort By:
 
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...
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...
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...
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...
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...
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...
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. ...
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...
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...
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 ...
Zones: Oracle, XHTMLDate Answered: 06/07/2000 Rating: 7.0 Views: 28