Problem with LookUp in Combo and Grid
Posted: Sat 30 Jun 2007 09:06
I have 2 tables:
t1 has a relation to t2 with a field of type Integer (10) unsigned
I am trying to make a DBLookupComboBox and a Lookup in the CRDBGrid.
But no matter what I try, I get the error:
Cannot access field ManufactsID as type Variant.
The DBLookupComboBox seems to work, until I make a change. Then I get above error.
In the CRDBGrid I get the error, when Activating the table.
I have tried with MySQL 5.0 and 5.1 and I have tried to change the field type to Int (20) and Medium Integer (8). But I cannot see why this should be nessary.
I have been using microOlap's DAC and there was no problems!
Hope you can fix this/help me...
Kind regards,
Tommy
t1 has a relation to t2 with a field of type Integer (10) unsigned
I am trying to make a DBLookupComboBox and a Lookup in the CRDBGrid.
But no matter what I try, I get the error:
Cannot access field ManufactsID as type Variant.
The DBLookupComboBox seems to work, until I make a change. Then I get above error.
In the CRDBGrid I get the error, when Activating the table.
I have tried with MySQL 5.0 and 5.1 and I have tried to change the field type to Int (20) and Medium Integer (8). But I cannot see why this should be nessary.
I have been using microOlap's DAC and there was no problems!
Hope you can fix this/help me...
Kind regards,
Tommy