[FX.php List] Switching to FMServer13 from 12

csinfo csinfo at criticalsolution.com
Mon Mar 30 10:50:38 MDT 2015


I have some scripts that modify data that still work after my conversion to
FMServer13 (Windows Server 12)
One script that runs a FileMaker script does notŠany idea of where to look?
This is a snip of my code:
(All variables are valid.)
$request = new FX($ServerIP, $Port,$dataSourceType );
$request->SetDBData($fmdb,$Layout,'1');
$request->SetDBUserPass($fmAccount, $fmPass);
$request->AddDBParam( 'ListOrder', '*' );
$request->AddDBParam('-script', 'Start MOFIn Process XML' );
$result = $request->FMFind();
$records =$result['data'];
$foundCount=$result['foundCount¹];

Thanks,
John



-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20150330/8da1d94c/attachment.html


More information about the FX.php_List mailing list