Make row 11 have new text.
if rownum eq 11 then do;
  call send(rcdvecid, '_setText', 'newlab');
end;

endmethod;