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

Jonathan Schwartz jschwartz at exit445.com
Mon Aug 11 08:20:32 MDT 2008


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


More information about the FX.php_List mailing list