Haha, I got it!!!
boolean ret;
CustTable c;
if (CustTable_ds.anyMarked())
{
c = CustTable_ds.getFirst(1);
WebSession().WriteTxt('Marked records are: <br>');
while (c)
{
WebSession().WriteTxt(c.AccountNum+'<br>');
c = CustTable_ds.getNext();
}
}
else
WebSession().WriteTxt('No marked records');
--- In [email protected], "andypengqinghua"
<[EMAIL PROTECTED]> wrote:
>
> I alos want to know the answer? can anyone help me ? thanks in
advance.
> --- In [email protected], "vario0" <vario0@> wrote:
> >
> > I would like to use the checkbox defined by showSelectColumn in a
> > WebGrid.
> >
> > I plan to get all checked lines in order to modify a status on
all
> > checked lines.
> >
> > But, i have no idea to do that
> >
> > Thanks a lot
> >
> > Vario0
> >
>