Subject | Re: [IBO] OnGetCellProps |
---|---|
Author | Andreas Pohl |
Post date | 2004-12-16T14:14:27Z |
Lester Caine schrieb:
with IB_Query do
if Selected[BufferRowNum] then ...
changing source value.
--
Andreas
> The easy one should be OnGetCellProps. I need to highlight the whole rowtry to check within OnGetCellProps event
> when it is selected, but only the selected cell is flagged by
> gdSelected. Is there a way of identifying the selected row?
with IB_Query do
if Selected[BufferRowNum] then ...
>Introduce a calculated field for displaying. You can modify it without
> 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.
changing source value.
--
Andreas