cancel
Showing results for 
Search instead for 
Did you mean: 

Add row in Memu Event can't work

Former Member
0 Kudos

1:I create a Master UDO

2:Regist UDO with a child table

3:use UDO form generator tool to generate a UDO form with xml file

4:I use load from xml funtion to call form.

5. Add a buttom name "Add row" and have code with Add a row for matrix

I have two problems

one is,

I can add row by press "Add row" button and I can delete a row by UDO default menu("delete Row CtrlK"). My problem is why the default menu(Add Row CtrlI) don't work? May I write code for add a row by myself?

The other is

When I add menueven sub(catch menueven) in program ,my "Add row" buttom can't work normally. If I remove the menueven sub from my program, the "Add row" buttom work fine. Why? somebody help me.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi Glen,

In my case, I developed own functionality to add row for a matrix.

I don't use 'add row' menu event actually.

And I don't know about menu event sub problems without any source code.

Regards,

Hyunil.