checkbox

Good morning,
When I press the bottom selectall i want to select all the record and the flags are true but i can’t do that.
then when i press again the bottom all the flags are false.
Thank you

Hi,

What exactly is your question?

I could not make out what you really want to ask …

Hi Andrea,

There are many variations to do this. If you have a checkbox field in the table, write below code by over riding clicked method under “Select all” button -

while select
{
ttsbegin;

. = NoYes::Yes;
.update(); ttscommit; }
.research(); //<- This is important

Things to remember -

  • Write above code after super();
  • Under deselect all button, do the reverse. Hope you know what I mean.

Regards,