Esta es una traducción automática. El mensaje original está disponible en Inglés.

FINDFIRST Y FINDLAST

bool FINDFIRST();

example:
if Customer:FINDFIRST() then
  MESSAGE(Customer:GETVALUE('Name'));
end;

Ir al primer disco. Devuelve true, si se encuentra el registro.

bool FINDLAST();

Ir al último registro. Devuelve true, si se encuentra el registro.