[FX.php List] Logical OR in a Find of a calculated field

Duncan, Blair Blair.Duncan at bbdo.ca
Wed Jan 30 15:37:45 MST 2008


This works fine...
<snip>
    $request->SetLogicalOR();
    $request->AddDBParam('cJobNumber', 'P86003');
    $result = $request->FMFind();

This returns no records...
<snip>
    $request->SetLogicalOR();
    $request->AddDBParam('cJobNumber', 'P86003');
    $request->AddDBParam('cJobNumber', 'P86005');
    $result = $request->FMFind();

Any thoughts?


Please consider the environment before printing this e-mail.

This message and any attachments contain information, which may be confidential or privileged. If you are not the intended recipient, please refrain from any disclosure, copying, distribution or use of this information. Please be aware that such actions are prohibited. If you have received this transmission in error, kindly notify us by e-mail to helpdesk at bbdo.com. We appreciate your cooperation.



More information about the FX.php_List mailing list