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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Treeview as navigtion to display forms 1

Status
Not open for further replies.
Apr 12, 2002
31
US
Can the treeview control be used to run other forms when one of the nodes are clicked? I'm hoping for example, ( if node 2 is clicked do form whatever). If this is possible could someone point me in a direction to explore or supply example code?

Thanks in advance [pc] Everything I needed to know I learned from Yoda.
 
Sure have a look at the Solution Samples project installed with VFP 6, 7 and 8 (beta).
Code:
DO _samples+"\solution\solution"
Rick
 
Thanks Rick,
When I opened up that solution.scx form and looked at the code under the hood it had everything I was looking for. Now I can go have fun with it. John

[pc] Everything I needed to know I learned from Yoda.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top