[FX.php List] And OR find

Gjermund Gusland Thorsen ggt667 at gmail.com
Wed Nov 22 04:34:22 MST 2006


fxd also has OR, AND, XOR similar to the one of MySQL, however fxd
will not officially support fp7 documents until FileMaker, inc
discontinues sale of their fp7 compatible products, however fxd does
support FileMaker 6.x style XML grammer for fp3 and fp5 files.

ggt667

2006/11/22, Jerry Do <jhdo at central.uh.edu>:
> Hello,
>
> I want to do a find for Year and (Fall or Spring).
>
> I'm using the following, but it didn't work.
>
> $q->AddParam('Year',$year);
> $q->AddParam('Semester','Fall');
> $q->SetlogicalOR();
> $q->AddParam('Semester','Spring');
>
> Can it be done?  If so, please point me to the right direction.
>
> Thank you in advance,
> Jerry
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>


More information about the FX.php_List mailing list