I have a simple grid on a form. I want to allow changes to the data fields when the 'Edit' option is chosen on a 'selections' form via a checkbox.
I am using mode as the variable name which I pass to the form.
What property can I change in the init of the form to prevent or allow changes? Is this a 'read only' statement somewhere?
When editing is allowed does a change to text in a row mean that the new values will be automatically saved to the underlying table.
If not, I propose adding a [Save] button on the form.
What code should I have in the click event of the Save button?
Many thanks
Coldan
I am using mode as the variable name which I pass to the form.
What property can I change in the init of the form to prevent or allow changes? Is this a 'read only' statement somewhere?
When editing is allowed does a change to text in a row mean that the new values will be automatically saved to the underlying table.
If not, I propose adding a [Save] button on the form.
What code should I have in the click event of the Save button?
Many thanks
Coldan