Page 1 of 1

Enable CheckBox after Save Button

Posted: Mon Jul 09, 2007 7:51 am
by siva27
Hi All,

I have customized new form.i have one block ,in that i'm haing 5columns and one checkbox.
the user will enter data into 5columns and click on save button,then the check box should be enabled.before itis should not allow to do any operation on that check box.
After the checkbox is checked and saved means ,the user should not allow to delete the record.
Can any one help me in this scenario...pl

Regards
Siva

Posted: Sat Aug 11, 2007 5:15 am
by zafarkarachi
First u have to set the property Enable = No of checkbox to disable it so that no one can enter any value
Then check the default checkbox value and set to check if not checked
in ur button trigger

Please refer forms help for checkbox u can find there.

Zafar