>Does anyone know if you can use the SetItem command to rename a the
>-text part of a treeview node? See code below for
>exact syntax I am trying:
>    Any suggestions on how to change the text on a node would be
>appreciated.

from where did you got SetItem ?
it is called ChangeItem...

and then, if you Reset() the TreeView after the change, you'll
not see anything :-)

__END__
# Aldo Calpini
%x=split(//, "xritajbugne fahokem csuctawer jhdtlrnpqloevkshpr");
foreach (sort keys(%x)) { print $x{$_}; };




Reply via email to