I wrote application, where different users with different rights see different menu items. So far so good.
But when i log out and log in again without, sc_menu_delete(item_1) is still valid. Therefore I tried to reset this
using sc_reset_menu_delete(item_1) in onLoad or on inApplicationInit. But this causes an error:
[SIZE=12px]Call to undefined function sc_reset_menu_disable() in …
Any idea, what to do
Kind regards
Rainer[/SIZE]