X231: Cursor must be declared as FOR UPDATE OF.

The application program attempted to execute an UPDATE WHERE CURRENT OF statement on a cursor not defined as FOR UPDATE OF. Declare the cursor FOR UPDATE OF.
Restriction: This topic applies to Windows environments only.