cancel
Showing results for 
Search instead for 
Did you mean: 

menu item to link to an UDO default form or a specific "user tables"

Former Member
0 Kudos

hi good morning all.

as the subject implies,

i'd like to add a

menu item to link to an UDO default form or a specific "user tables" form.

what are my options?

thanks,

-i.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Itay,

here is an idea, but with some inconvenient :

using SboEventsSpy, you can get the menuUID of each menu.

so you can get the MenuUID generated for each user table and UDO Default Forms.

Then you can create you own menu item. When you catch the event of this new menu, you write

oApplication.ActivateMenuItem("MenuUID_Got_From_SboEventsSpy")

the inconvenient is if you add user table, or UDO form, you have to be sure the MenuUID won't change.

Sebastien

Answers (1)

Answers (1)

Former Member
0 Kudos

great thanks,

though i should have thought about it myself

i guess i shall export those menuID's to an external parameters file (config file).

cheers

-i.