Hi,
I am subtracting 2 field's and the value is stored in the other field on OnAfterGetRecord() trigger of Page.
But the value is not updating on the table.
Solutions, i tried:
1. Doing the same subtraction on the OnValidate trigger of that field, with calcfields as the 2 field that i am subtracting are flowfields.
2. Tried Modify(false)/Rec.Modify() & even Currpage.Update().
Unfortunately, nothing works ](*,) ](*,)
0
Comments
As the updated value is required in reporting services via sql...
So its mandatory to update the value in table field.
Any other possible way?