Hi all,
Just wondering if anyone having problem running 2 For Each loop node for a treeview one after another...
example of code:
FOR EACH loNode IN THISFORM.oleTreeView.Nodes
wait window loNode.Key
ENDFOR
FOR EACH loNode IN THISFORM.oleTreeView.Nodes
wait window loNode.Key
ENDFOR
This only happened after SP1. Try closing the form now. The [X] will be disable and there is no way to close the form
Thanks in advance.
Just wondering if anyone having problem running 2 For Each loop node for a treeview one after another...
example of code:
FOR EACH loNode IN THISFORM.oleTreeView.Nodes
wait window loNode.Key
ENDFOR
FOR EACH loNode IN THISFORM.oleTreeView.Nodes
wait window loNode.Key
ENDFOR
This only happened after SP1. Try closing the form now. The [X] will be disable and there is no way to close the form
Thanks in advance.