Since I have updated to rc7 I have noticed that my record navigation methods, specifically goTo_LastRecord and jumpto_RecordN do not work properly.
It seems that after performing the line:
currentcontroller.recordIndex = currentcontroller.getMaxRecordIndex();
the method quits without error.
The methods worked before and have not been modified since.
Any clues as to why this no longer seems to work?