Update Control after editing another

First: This is my post number 100 [8D] Second: My problem ! I have a table box with two interesting fields. The first one is a not enabled textfield. The other one an integer field. after editing the integer field and leaving the field / record i would like to calc and refresh the new indent for the textfield called . I tried several ways: 1. CurrForm.update isn’t allowed in afterinput() 2. CurrForm.updatecontrols doesn’t work. 3. Currform.doctype.update generates a strange of the indent-column. Any other ideas ?

ok i found it myself … you can put a CurrForm.Update in the OnAfterValidate()-Trigger :smiley: