Any occurrences of CLEAR READ will need to be changed to RELEASE ThisFormSet or RELEASE ThisForm (depending on whether the FormSet remains).
Any occurrences of SHOW GETS will need to be changed to ThisFormSet Refresh or ThisForm Refresh (depending on whether the FormSet remains).
We are no longer in "Read" mode. Change to READ EVENTS.
Any occurrences of CLEAR READ should be changed to CLEAR EVENTS.