Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to show heirrachy in tree view list box..
my code is
HierarchyMaster:
Hierarchy(EmployeeBusinessEntityID, ParentEmployeeBusinessEntityID, FirstName, , ,ResourcePath,'|',PathDepth)
LOAD EmployeeBusinessEntityID,
ParentEmployeeBusinessEntityID,
FirstName
RESIDENT Employee;
Use ResourcePath as field and enable the option Show as Treeview on the General tab of the listbox properties window. Also change the With Separator to the | character.
cant open this doc..can u pls provide steps..
i hav already loaded employye table..now after creating HierarchyMaster its creating synthetic key..so i made it island table..now am not able to create tree view list box for salesperson Hierarchy..
Can somebosy pls explain how to display tree view list box..i hav created heirrachy bt dnt knw ho wto display them..
Please read these two documents:
i need to show salesperson heirachy..i hav done the coding also..bt dnt knw how to show in list box using tree view..tere is 5 level..how to show tat..
Use ResourcePath as field and enable the option Show as Treeview on the General tab of the listbox properties window. Also change the With Separator to the | character.
thnx..i was looking for this only...