Dean Suhr Posted August 17, 2016 Posted August 17, 2016 Greetings - I got my start with CWP using FMwebstudio as the front end library to the FileMaker API (Dreamweaver). That library is no longer maintained. One of very cool things about that library was a dynamic field capability, fmsLiveInputField, where the changes you made in a web page were updated into the database in real time. I used it for event registration where the total attending and fees due automatically updated. I'd like to replicate this functionality ... display the total due, a show a few other live calculations. I prefer a PHP solution but realize javascript might be a better approach these days. I'm not a javascript guru so your help pointing me in the right direction would be helpful. And I do not want to use WebDirect due to the public pacing nature of this site and unpredictability in users active. Thanks!
webko Posted August 17, 2016 Posted August 17, 2016 I miss the forum, although I never actually used the product... Anyway, yes - there is not a pure PHP solution to this, but you can make JavaScript calls on the fly within the webpage, or to refresh a certain div in the webpage to reload data from the server. Unfortunately I last coded something along those lines about 5 years ago, and that machine has been grave yarded - I'll see if I can find anything in my backups
Dean Suhr Posted August 18, 2016 Author Posted August 18, 2016 (edited) Thanks Webko - I do remember many of you contributions back when ... I'm going to start with this page. I think it, and a few links from there, will teach me what I need to know. http://www.javascript-coder.com/javascript-form/javascript-calculator-script.phtml I like the idea of refreshing divs, too. Will seek that out as well. p.s. Loved visiting Australia a few years ago! Edited August 18, 2016 by Dean Suhr
Recommended Posts
This topic is 3290 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now