[FX.php List] FMFind with multiple requests
FX
fx at 9degrees.com
Sun Nov 21 21:12:34 MST 2004
Well, I thought the '-lop' (logical operator) might work...
$addedQuery->AddDBParam ('po', '8505');
$addedQuery->AddDBParam ('-lop', 'and');
$addedQuery->AddDBParam ('po', '8506');
it did not, but this did...
$addedQuery->AddDBParam ('po', '8505...8506');
this will return both records.
you can of course build that string dynamically, but it may not be what
you're looking for.
On Nov 21, 2004, at 12:21 AM, Vinnie P. Taranto wrote:
> I was wondering if there was an equivalent fx.php method to adding a
> request in filemaker for a find. I'm trying to keep track of the new
> records a user creates during a session.
>
> I've tried calling AddDBParam twice with the same field but that
> doesn't seem to work.
>
> $addedQuery->AddDBParam('-recid', '44564');
> $addedQuery->AddDBParam('-recid', '44565');
>
> I could just do a greater than date and time created of the first
> record but i was wondering if there was another way. Thanks
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/enriched
Size: 1251 bytes
Desc: not available
Url : http://www.iviking.org/pipermail/fx.php_list/attachments/20041121/317d8a24/attachment.bin
More information about the FX.php_List
mailing list