I have a table with a child table which are linked to by a foreign key field in the parent, to the primary key field in the child table. While testing this on a test DB, using the ForeignKey ComboBox it worked perfectly, using integer type fields.Now trying to use this same approach on my production data using GUID type PK's and FK's, the Function ConvertValue in the ObjectConverter is throwing an error, saying that "The input value could not be converted to the output type."
I looked through this code, and there doesn't seem to be an If statement for a GUID type. Is this something that is just impossible at this time, or not doable all together, or am I just going about this the wrong way?
Thanks,
Robin Giltner