I can successfully disable the history buttons using history.buttonsEnabled = false, but using history.buttonsEnabled = true does not enable them again. I have checked history.size() and it is unchanged, and history.back() returns correctly to the previous form, so the history has not been cleared. Is there any reason the buttons do not show as enabled?
I wish to prevent users from leaving the form when they are editing a record, without either saving or cancelling the changes, but I wish them to have the option of returning to the previous form once they have finished the edit.
Version R2 2.2-build 328
Java version 1.5.0_02-b09 (Windows XP)