cancel
Showing results for 
Search instead for 
Did you mean: 

UDO Masterdata and Matrix

CarlesCostaMun
Participant
0 Kudos

Hi everyone,

I have a problem to load a matrix.

I have a form whith type x, uniqueID y and objectType z (z is an UDO)

The UDO and the table are MasterData

Then, I have a matrix with two columns; one for a Code, the other for the Name.

Tha columns have:

Alias = Code / Name

DataBound = true

Table = @NameOfTable

But the matrix doesn't load the values from ddbb.

What I Do wrong?

Thanks

Carles

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can we please see your code?

for example did you do oMatrix.LoadFromDatasource()

CarlesCostaMun
Participant
0 Kudos

Hi Eddy and njmog1,

Finally I've removed the matrix ang I've put two fields.

Thank you for all

Carles

Eneveux
Product and Topic Expert
Product and Topic Expert
0 Kudos

Carles,

You may want to review the SDK sample for Matrix and Date Sources as this may help you. This is part of the SDK sample code. Click Start > All Programs> SAP Business One > SDK > Samples. Here you can then look at the COM UI folder for VB.Net and you will see 06.MatrixAndDataSources.

Eddy