Correct, but without overlflow-scroll
there will be no line breaks. Not acceptable anyway)
Posts made by vladikKBR85
-
RE: Html-To-Xlsx. Rows/cells height issue
-
RE: Integrated Security for db store
I see, this is not the JSReport's issue.. Thank you for spending your time!
-
RE: Integrated Security for db store
Unforutunatelly, I get this error:
ConnectionError: Login failed for user ''. at Connection.tedious.once.err (C:\****\JSReport\node_modules\mssql\lib\tedious.js:237:17) at Object.onceWrapper (events.js:286:20) at Connection.emit (events.js:198:13) at Connection.processLogin7Response (C:\****\JSReport\node_modules\tedious\lib\connection.js:1314:16) at Connection.message (C:\****\JSReport\node_modules\tedious\lib\connection.js:1827:14) at Connection.dispatchEvent (C:\****\JSReport\node_modules\tedious\lib\connection.js:1012:38) at MessageIO.<anonymous> (C:\****\JSReport\node_modules\tedious\lib\connection.js:891:18) at MessageIO.emit (events.js:198:13) at Message.<anonymous> (C:\****\JSReport\node_modules\tedious\lib\message-io.js:60:15) at Message.emit (events.js:203:15) at endReadableNT (C:\****\JSReport\node_modules\readable-stream\lib\_stream_readable.js:1010:12) at process._tickCallback (internal/process/next_tick.js:63:19)
-
How to set rootDirectory param?
Good day. I'm trying to run a single executable jsreport.exe version from different folder (we have our own supervisor application for processes management, but I did that using
cmd
for reproducing purpose). I've set theconfigFile=path
option, but it crushes with error:I've tried to set
--rootDirectory
param, but with no luck. Any advices? -
Error: ENOENT: no such file or directory
Good day. We follow the "single file executable" configuration as described here: https://jsreport.net/learn/single-file-executable
and have chosen to use this extension for storing templates
I've copied the respective modules toc:\...\jsreport\node_modules
, and have setdiscover: true
in thejsreport.config.json
Since then the application crushes with error:
2019-07-25T11:53:36.464Z - info: Initializing jsreport@2.5.0 in development mode using configuration file: jsreport.config.json 2019-07-25T11:53:36.465Z - info: Searching for available extensions in ####### 2019-07-25T11:53:36.470Z - error: Error occured during reporter init Error: ENOENT: no such file or directory, stat 'c:\work\jsreport\jsreport\node_modules' at Promise.longStackTracesCaptureStackTrace [as _captureStackTrace] (jsreportRuntime.js:40335:19) at Object.ret [as statAsync] (eval at makeNodePromisifiedEval (jsreportRuntime.js:43186:12), <anonymous>:8:21) at Object.get (jsreportRuntime.js:167429:29) at <anonymous>
And indeed I do not have such directory on hard disk.. Is there any workaround?
-
Windows authentication support
Good day.
Is it possible to use windows authentication for requests inside jsReports? Native
fetch
andXMLHttpRequests
seem not to be supported, so I have to use thehttps
module. I am not very skilled in nodeJS and perhaps this question is not fully related to this forum, just to be sure. -
Shared js files
Good day to you. Could you explain please, if it is possible to attach shared js files to templates? I do not mean the handlebars or other helpers, but pieces of shared js code which will be avaiable in the context of beforeRender method.