[FX.php List] Return original & duplicated record
Denis Somar
dsomar at gmail.com
Wed Jan 11 07:52:25 MST 2012
Thanks again!
I'm understanding that now. My issue is as to how I can retrieve it. I
have one snippet of code that retrieves it in a foreach loop:
foreach($r['data'] as $key=>$searchData){
$recordDetails=explode('.',$key);
$recid=$recordDetails[0];
}
I understand why the above works, but I don't understand how to get that
same info in my primary work loop:
foreach($r['data']as $record) {
// Doing the usual tedium of loops here
$record['myfield'][0]
}
Thanks for any help as always, to all who have taken the time.
Best,
Denis
On Tue, Jan 10, 2012 at 11:22 PM, Tim 'Webko' Booth <tim at nicheit.com.au>wrote:
> Dear Denis
>
>
>> With that said, is -recid pointing to an internal ID value that is
>> maintained on my behalf by FM, or is it the unique ID / key that I created
>> in my table?
>>
>
> The first.
>
> It is Filemaker's own unique internal id for a particular record in a
> given table that it uses for editing, deletion, creation etc. It's also the
> *only* id it will accept for editing via the web.
>
>
> Cheers
>
> webko
> ______________________________**_________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/**mailman/listinfo/fx.php_list<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/20120111/6dcebbf7/attachment.html
More information about the FX.php_List
mailing list