sju Posted August 24, 2006 Posted August 24, 2006 is it possible to disable saving records with enter key? because i need to save records only with hte buttun which resume a script(there i need to check validation of data and then according to it switch the layout). sju
Genx Posted August 24, 2006 Posted August 24, 2006 1 of two options. Make all your fields global and use them as a temporary storage spot for data (i.e. it's never commited and a user has to press a button to "save" the record e.g. make a real record and transfer the data) 2) Enter Layout mode, Go to the layout menu, choose layout setup, and untick the box that says "save record changes automatically"... this would only prompt the user before commiting though.
sju Posted August 24, 2006 Author Posted August 24, 2006 i know about secont option, but it has no effect i want... and i was trying to use your first option, but it doesn't work with all fields, for example if i have a field containing not empty and unique serial number
yaron Posted August 24, 2006 Posted August 24, 2006 Field Control-> Behavior -> goto next object using check the "return key" in that way when you press return it will just go to the next input field.
Recommended Posts
This topic is 6667 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