Retrieving a record
bool GET(Fieldname1,Fieldname2,Fieldname3,...);
Get a record identified by the primary keys defined.
Pleas note, that the GET-function will not throw an error message, therefor please use the function as following:
if not GET('CODE') then ERROR('Error message.'); end;