Hi All
I have an Report that "puts" Objets in a Model, and after the reposrt executes, I would like to refresh the Opened Model
I've tyed to use
Context.addActionResult(Constants.ACTION_UPDATE, "", g_objSelected_ObjOcc[0].Model());
but is didn't work, can anyone help me?
Martin Schröder on
Hello Alberto,
after changing the model, did you actually save it?
From a report script you should call calling "ArisData.Save(........)",
in a macro script it is "Designer.Save(oModel) "
Regards, Martin