cancel
Showing results for 
Search instead for 
Did you mean: 

Working with trasposed matrices (vertical layout)

Former Member
0 Kudos

Hello all,

I want to make my own matrix look exactly like item 107 on the Business Partners form.

I use the Matrix.Layout property for that, but there's a problem.

I can control only column width (which is actually height in the transposed matrix). How can I set row height for each row (whcch will be row width)? It has been done somehow for the contact person matrix on the Business Partner form, bu t I don't see a way to do it via UIApi....

Thanks in advance,

Anton

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Anton,

the transposed matrixe is nightmare. I suggest you to use standard non transposed matrix and fill the columns based on sql query like

select 'Name', ''

union

select 'Title' , ''

and create logic for storing the datas to the table. There is limitation, that you cannot bind the fields of matrix to the db fields, but the matrix will look better than with transposed matrix.

Former Member
0 Kudos

Thanks for the suggestion, Petr!

I have already done something similar.

Anton.

Answers (0)