[FX.php List] Subsummary report web page

csinfo csinfo at criticalsolution.com
Sun Dec 8 09:32:31 MST 2013


Why not create a FM script and summary fields, then call find your data
using the -script parameter, then get the summary fields. Just an idea.

Something like this:
$request = new FX($ServerIP, $Port,$dataSourceType );
$request->SetDBData($fmdb,$Layout,$max);
$request->SetDBUserPass($fmAccount, $fmPass);
$request->AddDBParam( 'somefield', '*' );
$request->AddDBParam('-script', 'fmscript' );
$result = $request->FMFind();
$records =$result['data'];

John




On 12/7/13 11:35 AM, "Gary Sprung" <gary at gnurps.com> wrote:

>Hi folks. I'm looking for some sample code to build a web page that works
>like a Filemaker subsummary report. Can anyone point me in the direction
>of some info on that?
>
>I have a list view page of Documents records. Each record is categorized
>with a Section and Subsection. I want to sort and group the records by
>those values and display the Section and Subsection only in sub-headers.
>
>Thanks,
>Gary
>
>----------------
>Gary Sprung
>GNURPS Consulting
>Database and web development; photography & writing
>
>Member, FileMaker Business Alliance
>Filemaker 12 Certified Developer
>FileMaker 10 Certified Developer
>FileMaker 9 Certified Developer
>FileMaker 8 Certified Developer
>
>Boulder & Denver, Colorado
>
>gary at gnurps.com
>www.gnurps.com
>
>Landline: 720-565-9933
>Cell: 303-859-9331
>
>
>
>
>
>
>_______________________________________________
>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