On Wed December 17 2008 15:45:35 Doriano Blengino wrote:
> Wally ha scritto:
> > On Wed December 17 2008 14:09:31 Doriano Blengino wrote:
> >> Wally ha scritto:
> >>> How to access all items in a Treeview using
> >>> not using movefirst, movenext etc. ?
> >>>
> >>> FOR EACH ... IN Treeview ???
> >
Wally ha scritto:
> On Wed December 17 2008 14:09:31 Doriano Blengino wrote:
>
>> Wally ha scritto:
>>
>>> How to access all items in a Treeview using
>>> not using movefirst, movenext etc. ?
>>>
>>> FOR EACH ... IN Treeview ???
>>>
>>> NEXT
>>>
>>> regs wally
>>>
>> Do this:
>
On Wednesday 17 December 2008, Wally wrote:
> On Wed December 17 2008 14:09:31 Doriano Blengino wrote:
> > Wally ha scritto:
> > > How to access all items in a Treeview using
> > > not using movefirst, movenext etc. ?
> > >
> > > FOR EACH ... IN Treeview ???
> > >
> > > NEXT
> > >
> > > regs
On Wed December 17 2008 14:09:31 Doriano Blengino wrote:
> Wally ha scritto:
> > How to access all items in a Treeview using
> > not using movefirst, movenext etc. ?
> >
> > FOR EACH ... IN Treeview ???
> >
> > NEXT
> >
> > regs wally
>
> Do this:
>
> if not xxx.MoveFirst() then
> repea
Wally ha scritto:
> How to access all items in a Treeview using
> not using movefirst, movenext etc. ?
>
> FOR EACH ... IN Treeview ???
>
> NEXT
>
> regs wally
>
Do this:
if not xxx.MoveFirst() then
repeat
xxx.item.xxx() ' do things with the current item
until xxx.M
How to access all items in a Treeview using
not using movefirst, movenext etc. ?
FOR EACH ... IN Treeview ???
NEXT
regs wally
--
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The fu