If anyone has met the problem:
I have setup a ultracombo with values from sql 2000. Valuemember = guid from the table, and DisplayMember property is the Description from the table.
So it's like that :
DisplayMember = Table.Descripti on
ValueMember = Table.Guid
I have now the issue, that the ultracombo does not really show the values but show guid. And this does not happen always at all the combo boxes. But for some. The collation of the table is some SQL_LATIN1_850_ CI_AI, as all the tables. The guid, is...english... ok, the description is a nvarchar.
Has anyone met this problem ever?
I have setup a ultracombo with values from sql 2000. Valuemember = guid from the table, and DisplayMember property is the Description from the table.
So it's like that :
DisplayMember = Table.Descripti on
ValueMember = Table.Guid
I have now the issue, that the ultracombo does not really show the values but show guid. And this does not happen always at all the combo boxes. But for some. The collation of the table is some SQL_LATIN1_850_ CI_AI, as all the tables. The guid, is...english... ok, the description is a nvarchar.
Has anyone met this problem ever?
Comment