Subject | Re: [IBO] Editing a JOIN |
---|---|
Author | Andreas Pohl |
Post date | 2001-09-28T08:38:22Z |
You should check dataset's column properties for NOSEARCH flag. To be sure
you can use temporarily an TIB_SearchPanel control. It's one of best
features of IBO that's perfectly support inline selected fields. But you
know that for sure.
BTW I'm using an derived TIB_Grid that's switching to an associated
TIB_SearchPanel as long Dataset is in dssSearch mode.
you can use temporarily an TIB_SearchPanel control. It's one of best
features of IBO that's perfectly support inline selected fields. But you
know that for sure.
BTW I'm using an derived TIB_Grid that's switching to an associated
TIB_SearchPanel as long Dataset is in dssSearch mode.