Subject | Please Help with TDBLookupComboBox; |
---|---|
Author | zorro@digital-u.com |
Post date | 2001-09-20T22:18:50Z |
Hi,
I have weird problem here. When I was using IB_objects 3.6x eval
version my application worked fine but when I registered and got
version 4.0x (latest) my TDBLookupComboBox does work anymore. I get a
error whicht states it can't fine a fieldname and is trace to
TIB_Row.ByName function in "IBA_ROW.IMP"
I am using Interbase with dialect 3, my field names have upper and
lowercase characters e.g "SiteID". When my app was written with
IB_Objects v3.6x I had to use quotes around my fieldnames but with
v4.0x I had to remove the quotes for dataware components. I am using
TIBOQuery components BTW.
The following DBLookupComboBox properties are as follow:
DataField = SiteID
ListField = SiteName
KeyField = SiteID **
Both listsource and datasource are fill in correctly..
** I only get an error when I fill in the KeyField property. What am
I doing wrong?
I have weird problem here. When I was using IB_objects 3.6x eval
version my application worked fine but when I registered and got
version 4.0x (latest) my TDBLookupComboBox does work anymore. I get a
error whicht states it can't fine a fieldname and is trace to
TIB_Row.ByName function in "IBA_ROW.IMP"
I am using Interbase with dialect 3, my field names have upper and
lowercase characters e.g "SiteID". When my app was written with
IB_Objects v3.6x I had to use quotes around my fieldnames but with
v4.0x I had to remove the quotes for dataware components. I am using
TIBOQuery components BTW.
The following DBLookupComboBox properties are as follow:
DataField = SiteID
ListField = SiteName
KeyField = SiteID **
Both listsource and datasource are fill in correctly..
** I only get an error when I fill in the KeyField property. What am
I doing wrong?