How create a new item in Standard Tools

Hi guys,

the question is if anyone knows if a form UD, I can create a new one; new as in the native fomularios. example.

I have this code with which I create menus in the Actions option, but I have tried to change it to StandardTools, StandardMenu, MainMenu, etc. and it does not create the other object

Infragistics.Win.UltraWinToolbars.PopupMenuTool poptool =
(Infragistics.Win.UltraWinToolbars.PopupMenuTool)baseToolbarsManager.Tools[“StandardTools”];
poptool.Tools.AddRange(new Infragistics.Win.UltraWinToolbars.ToolBase[] { pwTool });

Beforehand thank you very much

You need to create a new dataview which is add enabled and add it to oTrans.
What’s the end goal?

The objective is that the form that I am doing, at the time of giving it new, depending on the type of new, I create the new view (tables UD) and when I save, I do the relationship between the ID of table 1 and table 2

Search the forum or manuals for publish \ subscribe