Hello,
I have following problem:
When modifying one amount field, I have confirmation dialog box that if you press Yes should calculate and update other amounts.
I wrote the logic on form datasource field modified method.
The thing is that Box class causes problems.
When NoYes method is called it updates record values even before pressing yes on dialog.
Because that method calls formrun.wait method and wait calls write method and write calls update where record gets updated before confirmation.
And then when I press yes it gets updated with old values.
When I remove dialog box everything gets updated correctly.
That can be a solution but this behavior of the system is very weird.
Did anyone encounter similar issue?
Thanks