Re: ListView Question

new topic     » goto parent     » topic index » view thread      » older message » newer message

c.k.lester wrote:
> 
> don cole wrote:
> > 
> > if I go:
> > 
> > for x=1 to 10 do
> >  VOID &=addLVItem(LV,0,sprintf("%d",x))
> > end for
> > 
> > 1.) Is there a way to reverse the order (1 at the top; 10 at the bottom)
> > without
> > having to hit the headings tab?
> 
> for x=10 to 1 by -1 do
> 
> > 2.) Is there a way to put just the number in without using sprintf?
> > 
> >  VOID &=addLVItem(LV,0,x))?
> 
> probably not.

  Thank you c.k.lester,

 1.) I thought of that but thought I might mess other things up. I suppose not.

 2.) addLVItem must use text (I guess).

 Thanks,

Don Cole

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu