frm-41032 [message #83005] |
Fri, 25 July 2003 01:00 |
Saahil
Messages: 10 Registered: November 2001
|
Junior Member |
|
|
Hi All,
I am getting the error frm-41032,even though i hav gone through help file,but was not able to find the solution.
could anyone help out plz ,A simple example will be helpful.
thanx in advance.
Mubeen.
|
|
|
Re: frm-41032 [message #83007 is a reply to message #83005] |
Fri, 25 July 2003 02:21 |
|
Maaher
Messages: 7065 Registered: December 2001
|
Senior Member |
|
|
Cause: A call to SET_ITEM_PROPERTY attempted to set the Enabled attribute of the current item.
Action: Either correct the call to SET_ITEM_PROPERTY or navigate to another item before setting the Enabled attribute. I think it is pretty straightforward: You try to set the ENABLED property of the item that has the focus. You cannot disable an item while you're in the item. First you'll have to navigate to another item.
MHE
|
|
|