cancel
Showing results for 
Search instead for 
Did you mean: 

copy from one from to another form..

Former Member
0 Kudos

hi. i have two forms...

form1 customizaiton from form2 sales order.

Form one i selct one itme it is having bill of materals 4 items the parent item type is tempalte at bill of materials

which means onece u slect parent item child items bill of materials are comming automatically.

form1                                    sales order

item1   copy to sales order     item1

item2                                    child item of item1

item3                                    child item of item1

item4                                    child item of item1

                                              item2
                                              item3

                                              item4

are comming.

after item1 i put bubullevent = false

but it is not stopping.

after item1 b1 is doing it's own functionality..

how can i solve this one...

   oMatrix.GetCellSpecific("1", oMatrix.RowCount).Value = oMatrix_1.GetCellSpecific("V_12", i).Value

                    If i = 1 Then

                        bubbleevent = False

                    End If

Accepted Solutions (1)

Accepted Solutions (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Srinivas,

What do you want to do:

If you want that your child items should come also automatically, then you need to copy only parent item.

If you are looking for that your child item should not come, then I think it is not possible. Because I haven't seen any such setting or thing. Meanwhile you can wait for other expert's comments.

onw more thing for my shake, instead of BubbleEvent = false

just use 'return' keyword.

Hope it is helpful.

Thanks & Regards

Ankit Chauhan

Former Member
0 Kudos

hi.

Thanks for your reply..

I Used Return value

And deleted the rows...

i hope it's working...

Keep posting..

Answers (0)