Hi,
Can I make on servoy, a list view in another list view ? to create a tree structure for example.
Regards,
Hi,
Can I make on servoy, a list view in another list view ? to create a tree structure for example.
Regards,
chgog:
Hi,Can I make on servoy, a list view in another list view ? to create a tree structure for example.
Regards,
You can do such a think using tabpanels.
E.G.
On the left, a tab showing the customers list.
On top right, you can show the addresses list (showing only the addresses of the record you selected on the left tab)
On bottom right, you can show the contacts of the selected customer.
Etc.
Can I make on servoy, a list view in another list view ? to create a tree structure for example.
I think you can not put a list view in an another, but you can at least add portal in your listview. You have than the second level of your tree structure.
Another way seems to use tree beans, an example is included with version 3.0 and I will have look on this because I am interesting also.
Hope it can help you.
DomTom