I have 2 fields 1 dialog list and 1 editable field. Based on the selection in dialog list, at “field exiting”, i have lotus script code to populate the editable text field. But for this the users have to hit the Tab key or hit the mouse some where else on the screen for the “field exiting” code to work.
Unfortunately users are using a Tablet PC and they feel its tough for them to do this(without a keyboard).
I tried putting formula in the editable field and it didn’t work as that works only on a computed field.
I need an editable field which changes values based on dialog list selection. Please help.
Open Dialog Field in Designer. Go to Second Tab, tick on “Refresh fields on keyword changes”, it would compute formula for you once they make selection.
Subject: RE: and if you still need the derived field as editable
Thanks Alan. All these years i never knew Input Translation calculated for every refresh. Regarding loosing what users entered, the formula calculates only if there is no value in the editable field or the current dialoglist value is not equal to the old dialoglist value(I have to save what the old dialoglist value was).