Omit Records stop working after a while

One of my users is reporting that after a while they use my “Omit Record” button to omit records from a foundset the button simply stops omitting, they get the visual feedback that the button is being pressed but the current record is not omitted. She reports this happening quite consistently after a lot of omit operations (100+).
This is the method attached to the button, it is a global method:

currentcontroller.omitRecord()
// Update the navigation bar
var nav = currentcontroller.getSelectedIndex() + "/" + currentcontroller.getMaxRecordIndex() 
nav += " (" + utils.numberFormat(databaseManager.getFoundSetCount(forms[currentcontroller.getName()].foundset),'###,###') + ")" 
globals.nav_bar = nav

I’ve found no tracks of anything strange in the log and I wasn’t able to reproduce this bug.
Someone else has experienced something similar? Do I have to file a bug report in the tracking system?

yes, you can only omit till 200 records!

It has been discussed before here: http://forum.servoy.com/viewtopic.php?t … t=omitting

Thanks Harjo, I didn’t search the forum because I thought that I would have remembered such an issue if it was being posted before on the forum… this demostrates that even 2,5 years old forum posts are worth looking. :oops: