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
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

