Hi
is use tree.setnode on preload event this not work, not show any node in the tree object![]()
Professional Software Development Tools
Hi
is use tree.setnode on preload event this not work, not show any node in the tree object![]()
Please check the help file:
UlrichOn Preload
The actions that will be performed right after the page is created in memory, before the page (or any of the objects on it) is shown. (...)
Note: Some actions (especially object-related actions) may not work properly on this event because it occurs before any of the page's objects are "created." If an action doesn't work at On Preload, try it at On Show instead.
OK thanks Ulrich