Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Treeview control 1

Status
Not open for further replies.

Salmano

Programmer
Oct 4, 2001
34
0
0
RO
Hi all !

I have a treeview control with checkboxes for each node. When I check a node, vfp60 does not select the entire row, the selected row remains the last row that user selected.
Is it possible that when the user checks a node, to autoselect the entire row ?

Thank you.
Salmano.
 
Salmano

I was able to solve that problem by adding these lines to the NodeCheck of the Activex:
Code:
LPARAMETERS node
Node.Selected = .T. 
This.NodeClick(Node)

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top