Jun 25, 2015; 14:48
Stanley Weber
Lasso 8.6 and FileMaker Server 14 problem
Hi all
I had to update my website to Filemaker Server 14 and have been busy stamping out a few bugs (thanks to you for the insight). The thing that has been costing me the most time is checkboxes. I have several web forms that collect data and use many html hard-coded check boxes. With Filemaker 11 an inline using action_params to update on the resulting page would work fine:
[Inline:
Action_Params,
-Database=‘MyDatabase',
-Table='webtable',
-Op='EQ',
-KeyValue =$key_value,
-Update]
However, this does not work for FileMaker 14 (& probably 12 & 13). Other types of fields (text, radio, etc., update fine, but checkboxes only store the last entered item, not the list of items. I can work around it by unpacking the Action_Params, but it is a big pain.
Any advice or do we have to live with it?
Stan
____________________________________________
Stanley S. Weber, Pharm.D., FASHP, BCPP
Associate Dean and Chief Assessment Officer
University of Washington
South Campus Center, Suite 244
1601 NE Columbia Road, Box 357631
Seattle, Washington 98195
206.616.8762
#############################################################
This message is sent to you because you are subscribed to
the mailing list Lasso Lasso@lists.lassosoft.com
Official list archives available at http://www.lassotalk.com
To unsubscribe, E-mail to: <Lasso-unsubscribe@lists.lassosoft.com>
Send administrative queries to <Lasso-request@lists.lassosoft.com>
Jun 25, 2015; 15:16
Steve Piercy - Website Builder
Re: Lasso 8.6 and FileMaker Server 14 problem