Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

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.

Posted

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.

  • 2 weeks later...
Posted

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

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 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.