When I select "500" from the records per page dropdown I get the following error:
Microsoft VBScript runtime error '800a000d'
Type mismatch: 'subMatches'
/MasterServRep/include/locale.asp, line 315
Does not happen when I select any other value. Only 500. (there are 1716 record in the db)
Line 315 of that files states:
y = subMatches(0).Value
This section is apparently related to "timestamp"
At a loss...