Subject | Re: [IBO] TIB_LookupCombo |
---|---|
Author | Jason Wharton |
Post date | 2001-08-11T02:47:22Z |
This is why I added in the ability to hook in an event on the TIB_Connection
to do OnCustomCompareText().
The text comparison InterBase is using doesn't match the text comparison I
use by default in IBO. You need to override it with the proper logic.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
to do OnCustomCompareText().
The text comparison InterBase is using doesn't match the text comparison I
use by default in IBO. You need to override it with the proper logic.
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com
----- Original Message -----
From: "André Poisson" <a_poisson@...>
Newsgroups: egroups.ibobjects
To: <IBObjects@yahoogroups.com>
Sent: Friday, August 10, 2001 7:43 PM
Subject: Re: [IBO] TIB_LookupCombo
> When I click on the LookupCombo to select an item, if it has, AFAICT, a -
or
> ' the KeySource field does not get updated, but if the item selected has
> no - or ' the field is updated and everything works as planned..