Home » Applications » Oracle Fusion Apps & E-Business Suite » Form error FRM : 41032
Form error FRM : 41032 [message #192346] Tue, 12 September 2006 00:23 Go to next message
omkar@tcs
Messages: 16
Registered: September 2006
Junior Member
Hi all,

I am getting a form level Error as follows

FRM : 41032 Cannot set enabled attribute of current item PERSON.EMPLOYEE_NUMBER.

I am in enter and maintain form of HRMS apps version 11.5.10.2.
Thru CUSTOM.pll we have diasbled the employee number field.

Please help me so that i know why this error is coming.

Bye
Re: Form error FRM : 41032 [message #193752 is a reply to message #192346] Tue, 19 September 2006 05:23 Go to previous message
sandeepk7
Messages: 137
Registered: September 2006
Senior Member

You are trying to disable the ITEM on which the current cursor is. Use Go_item(' some itemname other than which you want to disable); then call the disable syntax.

e.g.

if i am on text1 right now and i need to disable text1 then
go_iten('text2');
set_item_property('text1',enabled,property_off);

try this....

Sandy
Previous Topic: Cheque Payment for AP Multiple Site
Next Topic: Allow dynamic inserts
Goto Forum:
  


Current Time: Thu Jun 27 13:09:13 CDT 2024