Help with the "Required" property of an item [message #77758] |
Tue, 13 November 2001 07:14 |
neel
Messages: 12 Registered: November 2001
|
Junior Member |
|
|
Hi,
I have a form based on a base table and now we are trying to block some fields so that the user won't be able to insert or update those fields. In order to do this i am setting the following properties:
Required - false
insert allowed - false
update allowed - false
It works fine on a query but for adding a new item we
have an add button which generates the new item number
and then it is giving me the following error
FRM 41022 : Cannot set Required attribute of non-updateable item (item_name)
I don't know what the problem is ...so please help.
Thanks in advance
neel
----------------------------------------------------------------------
|
|
|
Re: Help with the "Required" property of an item [message #77761 is a reply to message #77758] |
Tue, 13 November 2001 09:20 |
neel
Messages: 12 Registered: November 2001
|
Junior Member |
|
|
I found the cause for the problem. There is a different procedure which is setting the required
property as true, which conflicts with my changes.
thanks
Have a good day
----------------------------------------------------------------------
|
|
|