11
Web Server - Ask For Help / Re: JavaScript in Report
« Last post by rupertvz on July 26, 2022, 10:55:05 AM »Thank you Bruce ;-)
12
Web Server - Ask For Help / Re: 12.43 Compile Error
« Last post by osquiabro on July 26, 2022, 04:46:39 AM »just one observation this version is extremely stable compared to the previous ones where some threads were left unclosed..
thanks bruce..
thanks bruce..
13
The Rest - Ask For Help / Re: NetClient and VMs created from the same image
« Last post by Matthew51 on July 25, 2022, 12:58:34 PM »Just checking to make sure this didn't get forgotten. Did I explain everything clear enough?
Thank Matthew
Thank Matthew
14
Web Server - Ask For Help / Re: JavaScript in Report
« Last post by Bruce on July 24, 2022, 12:11:07 AM »No, you can't put JavaScript in a Clarion Report, because
a) the clarion report engine does not support it and
b) JavaScript is a language, not an output
what you meant to ask was - can you put a graph in a report? The answer to that is yes - construct the graph in JavaScript - perhaps in Chrome Explorer, or externally to your program, save that image as a PNG file, and then include the PNG on the report.
Cheers
Bruce
a) the clarion report engine does not support it and
b) JavaScript is a language, not an output
what you meant to ask was - can you put a graph in a report? The answer to that is yes - construct the graph in JavaScript - perhaps in Chrome Explorer, or externally to your program, save that image as a PNG file, and then include the PNG on the report.
Cheers
Bruce
15
Web Server - Ask For Help / Re: JavaScript in Report
« Last post by Jane on July 22, 2022, 09:31:18 AM »No personal experience.
It might be worth looking into the Stimulsoft report engine.
There have been some clarionlive webinars on it, including one showing a template and mentioning a NetTalk app: https://www.clarionlive.com/BrowseEpisodes/ww!551
It might be worth looking into the Stimulsoft report engine.
There have been some clarionlive webinars on it, including one showing a template and mentioning a NetTalk app: https://www.clarionlive.com/BrowseEpisodes/ww!551
16
Web Server - Ask For Help / JavaScript in Report
« Last post by rupertvz on July 22, 2022, 03:54:25 AM »Hi Guys,
It is possible to bring JavaScript into a report?
This is to show a JavaScript graph.
It is possible to bring JavaScript into a report?
This is to show a JavaScript graph.
17
Web Server - Ask For Help / Re: Nettalk File Error 33 with SQL Express
« Last post by Alberto on July 20, 2022, 11:34:40 AM »Hi,
Try this:
GLO:DriverOptions = '/VERIFYVIASELECT=true ; /BUSYHANDLING=2 ; /LOGONSCREEN=FALSE'
Regards
Try this:
GLO:DriverOptions = '/VERIFYVIASELECT=true ; /BUSYHANDLING=2 ; /LOGONSCREEN=FALSE'
Regards
18
Web Server - Ask For Help / Re: Nettalk File Error 33 with SQL Express
« Last post by Bruce on July 20, 2022, 06:56:36 AM »Using CapeSoft MessageBox you can suppress the errors.
https://www.capesoft.com/accessories/mesboxsp.htm
https://www.capesoft.com/accessories/mesboxsp.htm
19
Web Server - Ask For Help / Re: Nettalk File Error 33 with SQL Express
« Last post by hkalmbach on July 20, 2022, 04:02:59 AM »Hi Bruce,
I don't see any effect with these driverstring options.
Is there a way to trap and ignore this errors?
That there is no message box in the webserver?
Cheers
Heinz
I don't see any effect with these driverstring options.
Is there a way to trap and ignore this errors?
That there is no message box in the webserver?
Cheers
Heinz
20
Web Server - Ask For Help / Re: Nettalk File Error 33 with SQL Express
« Last post by Bruce on July 20, 2022, 02:45:41 AM »Do you have your driver strings set to
busyHandling=2
and (perhaps?) MARS on? (Some have success with it on, others with it off.)
Cheers
Bruce
busyHandling=2
and (perhaps?) MARS on? (Some have success with it on, others with it off.)
Cheers
Bruce