cancel
Showing results for 
Search instead for 
Did you mean: 

How to use foreach to add data to tables(with using UDO"S)

Former Member
0 Kudos

Hi Experts,

I am with a bit problem in writing sdk code for non udo's screen.My structure of the tabl1e is 1 row with nar1, gl1,nar2,glact2,nar3,glact3.Now comes to the matrix of my screen where the screen is non udo screen,my screen is master screen.when i add arow into the matrix the row enable to enter the data into two fields like

1.bbbb,1111(1st Row)

2.ccccc,2222(2ndRow)

3.vvvvv,3333(3rdRow).

By mainting into the string the data should push the values into the table1 as

bbbb,1111,ccccc,22222,vvvvv,3333

Help woulb be appreciated alot.......As i am out of UDO"S..the normal coding of .Net through sdkcode

Regards,

Vijay

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

ss

Former Member
0 Kudos

ss

Johan_H
Active Contributor
0 Kudos

Hi Vijay,

Just to clarify a few things:

... writing sdk code for non udo's screen ... the matrix of my screen where the screen is non udo screen ... As i am out of UDO"S..the normal coding of .Net through sdkcode

Are you writing a .Net application using the DI API or are you writing an add-on using the UI API?

... when i add arow into the matrix the row enable to enter the data into two fields like

> 1.bbbb,1111(1st Row)

> 2.ccccc,2222(2ndRow)

> 3.vvvvv,3333(3rdRow).

> By mainting into the string the data should push the values into the table1 as

> bbbb,1111,ccccc,22222,vvvvv,3333

Do you mean that all rows in your matrix should be combined into one single string and then stored in a database?

Regards,

Johan