[FX.php List] Solved? Anyone got a sober solution to a date range search?

Gjermund Gusland Thorsen ggt667 at gmail.com
Mon Aug 11 10:53:57 MDT 2008


It also works with FileMaker Server 7 Advanced,
and a proposal for a new function is sent to Chris.

ggt

2008/8/11 Jonathan Schwartz <jschwartz at exit445.com>:
> Thx, ggt.  This will come in handy in the future, I'm sure.
>
> J
>
> At 12:49 PM +0200 8/11/08, Gjermund Gusland Thorsen wrote:
>>
>> I know this worked with Filemaker 5/6
>> ---
>> $q = new FX( $serverIP, $webCompanionPort );
>> $q->SetDBData( $database, 'unit', 'all' );
>> $q->AddDBParam( 'datefield', '1/7/2008...31/7/2008' );
>> $r = $q->FMFind();
>> ---
>>
>> But what is the FileMaker 7/8/9 equivalent on the XML RPC level to
>> FileMaker's: 1.7.2008...31.7.2008 ?
>>
>> :-) Hmm it looks like this works! :-) I just played around with the
>> characters and numbers.
>> ---
>> $q = new FX( $serverIP, $webCompanionPort );
>> $q->SetDBData( $database, 'unit', 'all' );
>> $q->AddDBParam( 'datefield', '7.1.2008...7.31.2008' );
>> $r = $q->FMFind();
>> ---
>>
>> ggt
>> _______________________________________________
>> FX.php_List mailing list
>> FX.php_List at mail.iviking.org
>> http://www.iviking.org/mailman/listinfo/fx.php_list
>
>
> --
> Jonathan Schwartz
> Exit 445 Group
> jonathan at exit445.com
> http://www.exit445.com
> 415-370-5011
> _______________________________________________
> 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