Question
Instellars
SG
Last activity: 8 Mar 2021 9:10 EST
tools.sendfile
ClipboardPage objRefPage; objRefPage = tools.findPage("DataPage", false); String sErrorMessage = tools.sendFile(objRefPage, ".retrieveDocumentParametersResult.document.documentContentElement(1).theBinaryValue", true, ".retrieveDocumentParametersResult.document.typeName", null, false, null, true); if (sErrorMessage != null){ tools.getThread().getThreadPage().putString("pyXMLStream", sErrorMessage); }
This is the java code I am using to download file in the new window. With this I need to show a message "Please wait the file is downloading"
Can anyone suggest what to do?