Defect #771
stacking dialogs
0%
Description
though it works, I get errors in the server log when using several calls to the mod_dialog without closing the previous one.
ie, everytime a dialog is returning a value, it is marked for cleaning and there is an attempt to remove it from history which fails as the form is still busy if you call another dialog. it will be deleted later on as every attempt is trying to clean the whole bluePritnStack. Could it be modified in order that the removal attempt is done only if the form is not in use? I have not found how to achieve this...
History
Updated by Tom Parry over 11 years ago
Is this still happening?
Are you able to provide the server log errors?
I may have a similar issue using mod_dialog in a web client under servoy 7.3.1
Has anyone analyzed this issue yet?
Updated by Harjo Kompagnie about 11 years ago
No, would like to see the log, or a sample-solution on how to produce this.