On post open of a form i am setting a field value (Formula) in the form. and Have a button which evaluates the value set with formula @Eval(Formula)
This button is also clicked in Postopen using javascript click event. but the formula value set is not getting updated for the button click.
but available in field of the form.
Any thoughts?