Jump to content
Server Maintenance This Week. ×

This topic is 3652 days old. Please don't post here. Open a new topic instead.

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 2 weeks later...

This topic is 3652 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.