Have a grid with a check box on a logical field. How can I update the grid
programatically to clear the check box.
i.e.
check ten items
perform something on just these ten items
and then clear the checkbox
I have tried
thisform.grid1.column1.checkbox.value=0
it does update the underlying cursor if i interupt the program at this line
the records referenced have had the logical field set to false. But as soon
as my grid displays again, the check boxes are checked and the underlying
cursor once again have the logical field set to true. Thanks for any
assistance.