Subject Re: [IBO] Editing a JOIN
Author Andreas Pohl
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.