loaded records disappear from tab

this relates to previous post http://forum.servoy.com/viewtopic.php?t=3248 but there now appears to be something different happening!

I have a method that loads a set of records into a non-related tab panel form. When I run the method on its own it works fine. When I call the method from the controller that the tab panel is on, no records appear to load except… if I run in debugger mode then the records do load but immediately disappear again. The loaded records also disappear when I switch to another tab - no methods are called when I switch tabs and yet the loaded set is no longer visible :(

The log shows nothing at all.

What can cause a loaded set (in a non-related tab) to unload when no methods are called?

Incidentally the work around that seemed to cure the loading problem before in post http://forum.servoy.com/viewtopic.php?t=3248 is no longer working!

Update on this:

Just to see if this could be some sort of weird form corruption issue I created an exact duplicate of the form, transferred all the methods and deleted the old form, then renamed the new form to have the same name as the original. Everything now works correctly :D

I am still puzzled as to why it all now works when before it didn’t - I have made no changes to any of the methods :?

Anyone else have experience of this?

so you can’t reproduce it again currently?

Sorry - no. I could try to load up a saved copy and see if that reproduces the problem - if it does I’ll send you a copy to look at!