August 24, 200619 yr 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
August 24, 200619 yr 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.
August 24, 200619 yr Author 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
August 24, 200619 yr 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.
Create an account or sign in to comment