Hi Neils,
thanks for the example.
(Aside: If you include the .sln file, you need to include the .cwproj file. I don't need the .sln, but if you include sln then you _must_ include cwproj.)
Ok, back to the problem. Actually what's happening is that the locator is being "smart". A number locator is a position locator, but all the data is already visible, so it serves no purpose. To get a position locator you need more data than is visible in the one page in the browse. So if you add more data, then sort by Number it appears...
The search locator is different because it is a "range" type locator - meaning that even if the data has a small set of records, the locator can make it smaller...
cheers
Bruce