Subject Re: [IBO] HDR Errors
Author Christian Mautendorfer
At 01:45 02.08.2003, you wrote:
> > 1. Error:
> > When odering by a Column that has Values and Null Values
> > normally the values are desplayed first then Null Values last.
> >
> > If HDR is active all Rows that are Null in the Column are filtered out
> > and not displayed at all. Note I also can't scroll into those rows.
>
>HDR doesn't work with NULL values and I need to document that more clearly.
>I would like to get it to work with NULLs but I don't know how to do so and
>maintain queries that optimize well.

How about opening a new cursor for nulls when all the non null values are
exhausted?
(Of course only as long as it's not a "not null" field).



BTW, does HDR work with multi field orderlinks?
Because sometimes when I have a nullable column or one with many duplicates
I also sort by a second field.

TIA.

--
--Chris