When the second push button is pressed, repeat the find request.
BUTTON2:
  row+1;
  call send(datid, '_repeatFindRow', row);
  put row=;
return;