Think you've sized your listview a little too large there dude [Wink] - you set the top of the listview to 50 and the height to form.clientheight - so the bottom of the listview is actually hanging down below the bottom of the form. This might be better:

code:
$list=$main.listview(,0,50,$main.clientwidth-10,$main.clientheight-60)

ps.

See that $object.property[.] silence thingy comes in usefull doesn't it ? Ruud should fix that once and for all !

[ 06. October 2002, 21:40: Message edited by: Shawn ]