Small bug when a query was sorted.

The problem is:

Open a query with many result records.
Sort this query by clicking on a sort button in the header.

Switch to single record view mode.
Press the next record button.

A different record is selected, but it is not the "next" one in the list.

I believe the records are sorted using some "internal" sorting mechanism.
But the next record button may use the original list and sorting order?

A small bug, probably not a high priority issue.
A work around is by sorting the query through a SQL "order by" clause.

Regards,

Edwin Teisman
eteisman@pharox.nl
 
Back
Top