On 2016-02-09 14:03, Brant E. Layton wrote:
Hi Kurt,
Sorry I didn't say anything sooner - another trick is to use a cursor containing a logical field. In the Grid, you add a checkbox (an additional control ) to the column assigned to the logical field. Then, the user can just click on the checkbox on the record they want.
You can also add buttons that check All or check None or Invert the selection - all sorts of nifty stuff.
Just a thought. | Brant Layton| |480.964.1316|
That's actually how I do it: use a checkbox column where the user selects what he wants to change/use/whatever and then the code further down does a SCAN FOR lSelected kind of loop.