Is there a limit to the number of items in a tree menu

Hi. Does anyone know if there is a limit to the number of items that can be included in a tree menu? I have a master menu for my application and it has reached 170 items. I am trying to add more items, they are accepted but when I run it, they are not displayed. If the limit exists, can it be modified?

Thanks in advance.

German Monroy

I’m not aware of any limits. You can consider looking into the generated code to see if the items are there or not. Do you have a security module running. Then it’s also possible that these new items are not synchronized into the security tables and therefore not shown.

Thanks Albert. The problem was the applications were not synchronized int the security module.

regards,

German.