FINDFIRST & FINDLAST
bool FINDFIRST();
example:
if Customer:FINDFIRST() then
MESSAGE(Customer:GETVALUE('Name'));
end;
Go to first record. Returns true, if record is found.
bool FINDLAST();
Go to last record. Returns true, if record is found.
bool FINDFIRST();
example:
if Customer:FINDFIRST() then
MESSAGE(Customer:GETVALUE('Name'));
end;
Go to first record. Returns true, if record is found.
bool FINDLAST();
Go to last record. Returns true, if record is found.