Using vdf17.1 and Pervasive 11.30 I have a table with the following:

Index 1
CLIENT_NUM (related to Client file by Client number)
LOG_DATE (descending)
LOG_TIME (descending)
Recnum

I needed a non-client-specific index so I created Index 2
LOG_DATE (descending)
LOG_TIME (descending)
Recnum

No problems in DBB. I then create a dbgrid with Ordering set to 2, it compiles fine. At runtime I get error 4262 - and I see the INT file makes no mention of Index.2! Any feedback on what is happening here and the _proper_ way to do this is appreciated.