Hi
Is it possible to creat a dynamic menu with a 3th level, ex :
MAIN-GROUP
GROUP1
SUB-GROUP1
SUB-GROUP2
GROUP2
...............
Thanks in advance
Hi
Is it possible to creat a dynamic menu with a 3th level, ex :
MAIN-GROUP
GROUP1
SUB-GROUP1
SUB-GROUP2
GROUP2
...............
Thanks in advance
Yes you can. All you can do fixed with the menu editor can be done with scriptcase macro’s. Look into the helpfile and look for
sc_appmenu_add_item(“Menu_Name”, “Id_Item”, “Id_Parent”, “Label”, “Aplication”, “Parameters”, “Icon”, “Hint”, “Target”)
Great, I will try to do that
Thanks Albert