Hi everyone,
Just thought I’d share something I came across:
I made a single record form with an editable grid subform. When editing the records in the subform, I would sometimes get “No records found”. So I went into the subform itself (an editable grid view) and there was the same problem: some records, but not all, could not be edited.
I found out that records with an ID > 1000 caused the error. The issue was resolved by going to the ID field and setting “Digit Grouping” to OFF. (I did not explicitly enable it).
I’ve only been using ScriptCase for a couple of days, so it’s probably something I did wrong in the beginning. Maybe it will help someone else.