DISABLE SAVE BUTTON IN FORMS [message #452244] |
Tue, 20 April 2010 22:54 |
kumarvk
Messages: 214 Registered: July 2004
|
Senior Member |
|
|
Hi Experts,
I have created a form using data block wizard and lay out wizard. I want to disable the SAVE button, I gave the following in Triggers WHEN-NEW-FORM-INSTANCE
set_item_property('SAVE',visible,property_false);
but when I run the form it displays this message at the bottom of the screen
Frm 41045:Cannot find item invalidID.
Can anyone help?
|
|
|
|
Re: DISABLE SAVE BUTTON IN FORMS [message #452312 is a reply to message #452278] |
Wed, 21 April 2010 04:51 |
shaz
Messages: 182 Registered: June 2009
|
Senior Member |
|
|
This error occurs when query fails due to an invalid column or table name, or the query and group column structure do not match.
As per my assumption you have created your own save button on form. Match the spelling of the button you gave in the form.
|
|
|