Hello, I'm traying to find several records using the recids:
$someFind->AddDBParam('-recid', '123');
$someFind->AddDBParam('-recid', '256');
$someFind->AddDBParam('-recid', '335');
But I'm only receive one record (with recid '335'). What's the correct
code to find these records?
Thanks.
Log-Out
Madrid-Spain