Parks on a tree node that is identified by the tree node identifier.
Syntax:
TreeNodeGoto (node id)
Parameters:
node id – The Node ID value of the destination tree node.
Returns:
True if successful.
Example:
TreeNodeGoto('A001') locates the tree node with an identification value of 'A001'.
Note:
This function only works if the node is already loaded into the tree.
Since the tree actually consists of a series of records, the current record is exited and a new one opened when TreeNodeGoto is used.
See also:
How Do I Skip to a Specific Tree Node?
The Online and Rich Client Samples projects (program TR12 and RTR12)