Jack
2007-07-17 10:14:54 UTC
There seems to be a bug with the MaxRecords property where it will not
return all results if the MaxRecords is low.
Case 1:
Q.Query = "#filename *.mdb"
Returns 12 files (correct)
Case 2:
Q.Query = "#filename *.mdb"
Q.MaxRecords = 25
Returns 3 files (incorrect)
Case 3:
Q.Query = "#filename *.mdb"
Q.MaxRecords = 44
Returns 10 files (incorrect)
return all results if the MaxRecords is low.
Case 1:
Q.Query = "#filename *.mdb"
Returns 12 files (correct)
Case 2:
Q.Query = "#filename *.mdb"
Q.MaxRecords = 25
Returns 3 files (incorrect)
Case 3:
Q.Query = "#filename *.mdb"
Q.MaxRecords = 44
Returns 10 files (incorrect)