Hi,
I am using a grid with a CheckBox to change multiple records. I make the changes one at a time, ie. if the user clicks on the CheckBox, the field in the table is REPLACED with the new value.
The problem I'm encountering is if RLOCK fails, it doesn't return .F., It just closes the form.
The form is called as follows:
Sam
I am using a grid with a CheckBox to change multiple records. I make the changes one at a time, ie. if the user clicks on the CheckBox, the field in the table is REPLACED with the new value.
The problem I'm encountering is if RLOCK fails, it doesn't return .F., It just closes the form.
The form is called as follows:
DO FORM frmMarkExtensions NAME ofrmMarkExtensions LINKED
Sam