4 Replies
-
Hi Simon,
I don't think that is possible - but you can set the output file name whatever the user has entered to any value you want to...
Regards,
Robert
-
Hi Simon,
In a dialog it is impossible, but in the script itself yes, you can define report name (and in this case it does not matter what is in dialog).
Sample:
if(epc_model!=null){
var oOut = Context.createOutputObject(Constants.OUTWORD,StartObject.ObjDef().Name(g_nLoc)+".doc"); -
Hello,
if you want to get the report name within the code just use:
Context.getScriptInfo(Constants.SCRIPT_TITLE));
-
Why is this not a simpel parameter that can be set in de properties of the report? I am a business modeler, not a programmer....