cancel
Showing results for 
Search instead for 
Did you mean: 

choosefromlist in matrix

Former Member
0 Kudos

I have one matrix that it would like that when the user click in tab called the window choosefromlist of Business Partner and recouped the code of the supplier, Name, Contact and filled the current line after this added to a line using it to select another Business Partner.

I made choosefromlist manually, I place its criteries and I associate it to a column that this associate to a UserDataSource, I create one datatable and I recoup the data that desire of choosefromlist for three variable.

The problem is to catch these data of the variable and insert to the Columns and after to add a new line below. As I make this. I tried with oMatrix.loadfromdatasource but it loads a line and he does not leave to create another line. if I use userdatasource it does not leave to call chossefromlist with keyboard key TAB in the column. What I must make?

Thanks,

Weverly

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185703
Active Contributor
0 Kudos

Hello Weverly,

If I understand you right your issue is that you need new empty lines after the user selected multiple records in the ChooseFromList, right?

Please note that in most cases you will have to call the AddRow(...) method of the Matrix to add new empty line(s).

HTH,

Frank

Former Member
0 Kudos

I was trying to include a new line below with the USERDATASOURCE alone bringing the data of choosefromlist. However, I did not obtain in such a way. But yes using datasource, associated table OCRD of the system.

Thanks for its attention!

Weverly