Home » Applications » Oracle Fusion Apps & E-Business Suite » frm-41014 cannot set attribute of null canvas item error only for few users (E biz release 12)
frm-41014 cannot set attribute of null canvas item error only for few users [message #537997] Tue, 03 January 2012 07:13 Go to next message
Nshan
Messages: 62
Registered: February 2009
Member
Hi,

We have one custom form. When it is accessed error message frm-41014 cannot set attribute of null canvas item "Block.item" is appearing. It is coming only for few users. For others it is accessible without any error messages.

This form is developed using Designer 10g.

Is this related to regional setting of the operating system? (language etc..)

Could anyone suggest what could be the cause for this issue.

Thanks in advance.
Re: frm-41014 cannot set attribute of null canvas item error only for few users [message #537998 is a reply to message #537997] Tue, 03 January 2012 07:19 Go to previous messageGo to next message
Littlefoot
Messages: 21806
Registered: June 2005
Location: Croatia, Europe
Senior Member
Account Moderator
The simplest way is to run a form in debug mode.

It appears that some code in a form is trying to set some property of an item that is placed on a NULL canvas (i.e. is not displayed at all).

Check what items are located on that NULL canvas, then search PL/SQL code for that item in order to see what property can't be set.
Re: frm-41014 cannot set attribute of null canvas item error only for few users [message #572878 is a reply to message #537998] Tue, 18 December 2012 06:27 Go to previous messageGo to next message
sss111ind
Messages: 634
Registered: April 2012
Location: India
Senior Member

Hi All,

Earlier the form was selecting (eg.batch_id,batch_name,batch_num) fields in the form in the data block. Later we need to remove one of the item(batch_id) from the block, so when we removed it, it is throwing the above error.I am getting same error .
And also trigger is using that batch_id so we have commented also. please help on this.


Regards,
Nathan

[Updated on: Tue, 18 December 2012 06:36]

Report message to a moderator

Re: frm-41014 cannot set attribute of null canvas item error only for few users [message #572896 is a reply to message #572878] Tue, 18 December 2012 08:03 Go to previous message
sss111ind
Messages: 634
Registered: April 2012
Location: India
Senior Member

In the program unit these were getting selected so it was throwing the error. Now we commented it so the issue got resolved.
Set_Item_Instance_Property('XX_CHOLA_H2H_POPULATE_STG.BATCH_ID',current_record,insert_allowed,property_false);
Set_Item_Instance_Property('XX_CHOLA_H2H_POPULATE_STG.BATCH_ID',current_record,update_allowed,property_false);


Regards,
Nathan

[Updated on: Tue, 18 December 2012 08:04]

Report message to a moderator

Previous Topic: Can we download Oracle E-Business Suite Release 12
Next Topic: MD 50 DOCUM
Goto Forum:
  


Current Time: Thu Mar 28 08:26:05 CDT 2024