mis
Registered User.
- Local time
- Today, 22:14
- Joined
- Dec 15, 2003
- Messages
- 55
Forum,
I have got a Delete button, as well as an edit button on a form so that the user can delete and/or edit information. I have desided to lock all the txtboxes so the user can't change information with out clicking on the edit button first.
I need the edit button to unlock all the locked txtboxs on the form have tried to do this with the expression builder but with no luck, any ideas this is what i had (=[ContactNo].locked=no).
The delete button included brings up a message box saying (You are about to delete 1 record(s)...... is there a way to change this to "Are you sure you want to delete this record!". Also if you click cancel another message box comes up with (The DoMenuItem action was canceled) away way of getting rid of this as it will confuse people.
Cheers
I have got a Delete button, as well as an edit button on a form so that the user can delete and/or edit information. I have desided to lock all the txtboxes so the user can't change information with out clicking on the edit button first.
I need the edit button to unlock all the locked txtboxs on the form have tried to do this with the expression builder but with no luck, any ideas this is what i had (=[ContactNo].locked=no).
The delete button included brings up a message box saying (You are about to delete 1 record(s)...... is there a way to change this to "Are you sure you want to delete this record!". Also if you click cancel another message box comes up with (The DoMenuItem action was canceled) away way of getting rid of this as it will confuse people.
Cheers