Re: How do I read text from specific rows and columns in a tree structure?

2004-05-16 Thread Mads
You need to set two properties to activate the correct cell and then you can read it's string property. The positioning properties are the ActiveItemTag and ActiveColNum properties. With them you select the tree item by it's tag and the active column. The string can then be read from the Cell

Re: How do I read text from specific rows and columns in a tree structure?

2004-05-16 Thread Derrell
Thanks, That is exactly what I needed

How do I read text from specific rows and columns in a tree structure?

2004-05-15 Thread Derrell
How do I read text from specific rows and columns in a tree structure? In a table you can specify the cell to read from but I have not been able to figure out how to do this with a tree structure.