[FX.php List] Editing multiple records

Dale Bengston dbengston at preservationstudio.com
Thu Aug 10 10:43:12 MDT 2006


Another way to approach this is to pass the record information to an  
AJAX (JavaScript) function that edits the records in succession  
without reloading the page. This is a great method for allowing edits  
to a list of records without having to reload the page for every  
record, or run FMP looping scripts on the server side. I'm using this  
to great success, even with FMU6.

Dale

On Aug 10, 2006, at 11:32 AM, Rob H. Christensen wrote:

> Hi Jonathan,
> No I did not consider that way to do it.
> There are several reasons for this:
> The Mac, which runs the FileMaker database, is not one of the fastest
> machines in this world. It is a left over from some upgrades. Works  
> fine as
> it is and as long as the number of users is low it is fast enough.  
> Still I
> would like to save as much power as possible to do queries and  
> updates.
> Rob
>
>> Rob,
>>
>> Have you considered batching up the data for the multiple edits,
>> sending the data to FileMaker and then running a looping script to
>> edit them all at one time?
>>
>> Jonathan
>>
>>
>
>
> _______________________________________________
> 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