Hi all,

Is there a way to read the id's of the selected rows?
I can imagine there is a form with a grid with multi select set to
true. Then when i click a button i want to read all selected id's.

void clicked()
{
  MyTable mytable;
  ;
  while mytable.id.selected()
  {
    print mytable.id;
  }
  pause;
}

Could it be something like the above?
Thanks in advance,
/b




Yahoo! Groups Links

Reply via email to