Subject Re: [IBO] OnGetCellProps
Author Andreas Pohl
Lester Caine schrieb:

> The easy one should be OnGetCellProps. I need to highlight the whole row
> when it is selected, but only the selected cell is flagged by
> gdSelected. Is there a way of identifying the selected row?

try to check within OnGetCellProps event

with IB_Query do
if Selected[BufferRowNum] then ...

>
> The more difficult problem may mean I dump rich text and drop back to
> simple text boxes for the memo's. Which would be a pain. I really need
> to display the rich text box in a larger font than is stored in the
> TIB_MenuedRichEdit, but the same problem will happen when trying to
> output to a printed report. Anybody had to do this? one size for normal
> users, and extra large for the visually impaired.

Introduce a calculated field for displaying. You can modify it without
changing source value.

--
Andreas