FINDFIRST E FINDLAST
bool FINDFIRST();
example:
if Customer:FINDFIRST() then
MESSAGE(Customer:GETVALUE('Name'));
end;
Andare al primo record. Restituisce true se il record è stato trovato.
bool FINDLAST();
Vai all’ultimo record. Restituisce true se il record è stato trovato.
