Change Code

CLEAR READ

Any occurrences of CLEAR READ will need to be changed to RELEASE ThisFormSet or RELEASE ThisForm (depending on whether the FormSet remains).

SHOW GETS

Any occurrences of SHOW GETS will need to be changed to ThisFormSet Refresh or ThisForm Refresh (depending on whether the FormSet remains).

Change Foundation READ to READ EVENTS

We are no longer in "Read" mode. Change to READ EVENTS.

CLEAR READ

Any occurrences of CLEAR READ should be changed to CLEAR EVENTS.