GerthKe Posted April 24, 2014 Posted April 24, 2014 Hello, I would like to make my Webdirect solution to only be able to save(commit records) with a button, the problem is, it saves whenever I click anywhere else than a field, on a computer I could live with that, but on touch-screen controls it gets really annoying, I've already disabled the auto-save feature in the layout setup, because on my tablet it literally saved after every letter I typed in. So in short, I'd like to make my webdirect solution so, that you can only save records with a save button, in pro & pro advanced I used the empty web-viewer technique, but that obviously doesnt work in a browser. So i'm open to any-and-all suggestions. Thanks In advance, Gerth.
it.bugarski Posted April 25, 2014 Posted April 25, 2014 Well, you may try to set script trigger which will on "Exit field" delete the value in that filed and store in some global variable. A global variable could be placed over that field as a layer. Then if you click on "Save button" the "save script" will store that value from global variable to database. If you leave the page then always make that global variable empty.
Charles Delfs Posted May 5, 2014 Posted May 5, 2014 No need for trigger complication, The usual procedure is to create the same needed fields as globals, then when you click the save button you can do all your checks and transfer the data. cd
Recommended Posts
This topic is 3854 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