-nb on treeview

tsp

New Member
Hi

I have a window with a treeview. i can expand a node and then right click to refresh the treeview to bring the relevant data binded to the item clicked.

As i do this further i then get the error message:

-nb exceeded. Automatically increasing from <old value> to <new value>. (5407)

this happens a few times. The reason why it is happening is because procedure called from the nested block has been run too many times so it increases the value but then throws you out of the application.

This procedure is used to build the treeview in a new window which is part of adm2 but is called from a procedure which has been created by us so theis procedure gets used in loops.

so i was wondering is there anyway of clearing that loop from the memory so that nb is back to 0 when the treeview is re-run

hope this is clear

cheers

tj
 
Top