cancel
Showing results for 
Search instead for 
Did you mean: 

Combobox in Matrix

Former Member
0 Kudos
121

Hi,

I have created a form through UDO which has a matrix linked to a table.

One of the columns of the matix has to be a combo box which in turn is to be linked to

another table.

Can this be done, if so how to do it?

I can using C#

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

dear link DB field to the Table that u want

Then Matrix Col which will be bind with that Db Field can be of type Combo

, Also u need to select Combo type of That Matrix column.

Hope it will work

Former Member
0 Kudos

Hi,

I think I havent made the question very clear.

the marix is linked to the user table(table 1) which was generated using UDO,

and I want one of the cloumns say (col2)

to have values in combo box filled from another user table(table2).

when trying to do it , I now get an error message

Specified cast is not valid.

Invalid query tree [300-33]. The SQL error is 8180

Can you send me some sample Code.

Former Member
0 Kudos

can u bind Col2 of matrix to Table2's Col of which value u want to fill in combo(Col2)

Former Member
0 Kudos

Hi,

Yes I have bound the particular coloumn to a data table DT_0 thru screen painter.

Hence the error i mentioned at runtime

Can you please suggest the most efficient way of creating forms--screen painter or UDO.

Is it possible that You cound forward me ur email add or ur messenger id, in case I need

some help on trivial issues....

Regards