on 2005 Jul 24 6:44 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
102 | |
39 | |
8 | |
4 | |
3 | |
3 | |
3 | |
3 | |
2 | |
2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.