So, according to Peoplebooks, the final word on where Error-handling can occur, it says the 'Error' or 'Warning' command can be used from within the SaveEdit or FieldEdit events only.
However, I need to get the value for a Record.Field.LongTranslateValue from FieldEdit and SaveEdit, and pass it to a function in a work record FieldFormula. This function performs page field value validation, and executes 'Error' if any of the validations fail when the function is called from FieldEdit or SaveEdit.
My issue is, after my long introductory explanation, is that when referencing LongTranslateValue from FieldEdit or SaveEdit, I only get the Translate Value character, not the LongTranslateValue description word or phrase...
If I call the function from FieldChange or SavePreChange instead, everything works correctly. But, according to PeopleBooks, I am violating some universal law of executing 'Error' from FieldChange or SavePreChange.
Any thoughts and/or advice on what to do will be greatly appreciated.
Thanks.
Tags:
© 2012 Created by PSoftPros.
