Unable to Use confirm after input !!

Hi, I am trying to use the confirm message box on a FORM to present the user with an option to undo the entry. IE if the original value is not the same as the previous value ask for confirmation and either accept newvalue (true) or reset to old ( false) I can pop up a box using the after input trigger and return the value ( true / false) but seem unable to reset the original value! I think this must be a timing issue, but am not certain. Can anyone point me in the right direction. I am pretty certain there is “standard” way of handling this, it seem like one of those things !! Bruce

Try the Form Trigger OnModify IF NOT CONFIRM(‘Do you Want to Save the Changes?’,False)Then ERROR(’’); Mr David Cox MindSource (UK) Limited Navision Solutions Partner Email: david@mindsource.co.uk Web: www.mindsource.co.uk Edited by - David Cox on 7/6/00 2:43:41 PM