Sigh, 2.2 final, developer with Java 1.5 on Linux, also Linux client
After tearing out far too many grey hairs, I think found the apparent cause of today’s woes: showRecords(sqlstring) is working like just show()
Workaround is to split up to:
forms.foo.controller.loadRecords(sqlstring);
forms.foo.controller.show();
which works just fine.
Any chance of this getting fixed, as it’s going to be far less work doing a point upgrade than searching down all occurences of this construct (there’s probably not many of them, it’s just finging them all).
Thanks,
Neale.