cancel
Showing results for 
Search instead for 
Did you mean: 

How to show UDO form from code

Former Member
0 Kudos

I `m trying to create and show UDOFormBase type form from code in MenuEvent:

if (pVal.MenuUID == "97801" && !pVal.BeforeAction)
{
KEKV kv = new KEKV();
}

This code throws an exception:

System.InvalidOperationException: System form should create by framework.

Is there a way to show this form from menuitem click?

Accepted Solutions (0)

Answers (0)