rencarnacion Posted June 3, 2014 Posted June 3, 2014 Hi, I need help with these case I try to open a pdf document with javaScript Using javaScript The Variable UniMainModule.gs_ReporteDireccion store the Address of the PDF Document. I'm Interest into Load from the cache Files Because I don't want to Fill the Files Folder with PDF Files. the Cache files are delete as soon you close the session. If I create the pdf file under Files Folder I can Load but as I say bellow I'm interest in load from Cache Files procedure TfrmReportPreview.UniSpeedButton1AjaxEvent(Sender: TComponent; EventName: string; Params: TStrings); begin UniSession.AddJS('window.open("' +UniMainModule.gs_ReporteDireccion+'")'); end; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.