[FX.php List] RE: Switching to FMServer13 from 12

Ness, David David.Ness at BankersFinancialCorp.com
Mon Mar 30 11:40:27 MDT 2015


Yes, the problem is that the layout you reference includes a portal (or perhaps all it takes is related field data).

In these fx calls, you must change the$dataSourceType to "fmalt"


David Ness
FileMaker & Web Applications Developer

Bonded Builders Warranty Group
St. Petersburg, Florida USA
800-749-0381 x4923

From: fx.php_list-bounces at mail.iviking.org [mailto:fx.php_list-bounces at mail.iviking.org] On Behalf Of csinfo
Sent: Monday, March 30, 2015 12:51 PM
To: FX.php Discussion List
Subject: [FX.php List] Switching to FMServer13 from 12

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/e3899579/attachment.html


More information about the FX.php_List mailing list