Hello Navision World,
I have following problem, maybe oone
of you could help me !
So, i have an Form ( 1.Tabel) with an Subform
(2.Tabel) , and in the Subform (2. Tabel) i have
a field (dec) that could modifiy by the User.
So i what to show the sum of this Field in the
Form 1.
Okay i do this with an Calcfield, no problem.
But if the user give an dec Value in this field
(2.Form), the field in the Head of the first Form
will not be updated. Only if i
activte the 1 Form by clicking on it !
What can i do ?!
Best regards
Alejandro Schubert
schubert@dolphinct.de
Comments
The form is not updated until it is activated.
Head of Project & Analysis, Navision Competence Center
Columbus IT Partner
Or you could add a button "Recalculate" to your first form, with CurrForm.UPDATE on the OnPush-trigger.
I'm affraid you'll have no other choice...
May the source be with you