[FX.php List] Debugging my move to FM v12

Nick whatdoyouwant at gmail.com
Tue May 21 09:20:06 MDT 2013


I don't think you can do a find by -recid? but I've never done it, so
maybe??

Make sure you are using the "fmalt" type instead of FMPro7 for v12.


On Mon, May 20, 2013 at 12:16 PM, Ness, David <dness at bondedbuilders.com>wrote:

> Hi everyone! Looking forward to seeing everyone at DevCon this year. I've
> been off-list for a while, but still doing my fx.php thing.
>
> I am late to the FM v12 party, but I'd like to make the transition before
> DevCon but I'm running into a problem that I can seem to figure out. I'm
> sorry if this has been covered in previous threads.
>
> Everything here works great when using a FMSA v11, but when using v12,
> when I perform a FMFind, some values in the return array appear to be
> missing.
>
> After much experimentation, I discovered that when I replace:
>
> $applicationdata->AddDBParam('-recid', $_SESSION['application_recid'],
> "eq" );
>
> with:
>
> $applicationdata->AddDBParam('recordid', $_SESSION['application_recid'],
> "eq" );
>
> Everything now appears to work.
>
> 'recordid' is a field I added to my FileMaker table that simply is a calc
> field = Get ( RecordID )
>
> >>> Q: Is there something about using '-recid' that has changed when using
> FMSA v12?
>
> FX_VERSION = 4.5.1
>
> Thanks!
> David Ness
> FileMaker & Web Applications Developer
>
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.iviking.org/pipermail/fx.php_list/attachments/20130521/b28060ec/attachment-0001.html


More information about the FX.php_List mailing list