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?