Subject Re: [IBO] TIB_LookupList Hints
Author Markus Ostenried
At 20:41 Tuesday, 21.01.2003 +0000, Steve wrote:
>How do I display a TIB_LookupList pop-up Hint? The long hint will
>appear in the status bar, but there is no sign of the short pop-up
>hint. ShowHint is true, Hint = "Short Hint|Long Hint".
>
>Alternatively, how can I remove the fixed row & column from a
>TIB_Grid, where the hints do work?

set IB_Grid1.IndicateTitles := false;
and IB_Grid1.IndicateRow := false;

HTH,
Markus