Page 1 of 1

Win32 exe as a WEB server

Posted: Sun Jan 22, 2023 1:51 am
by dikan
I am using Win32 application on server side and want to deliver to my users HTML5 report. Now my reports are accessing Database via ODBC connection and I am aware that it is not suitable for web. Can I render it on server side and send to viewer on a client side? Do I have to change my reports to fit my needs and if I need to change them, how?

Best regards,

Djordje

Re: Win32 exe as a WEB server

Posted: Mon Jan 23, 2023 6:49 pm
by dikan
Ok. I've got it. Somehow I think I believe that RenderToJSon is part of my solution. I made my application to RenderToJSon and I received a file that pretty much looks like .js files from Demo.html from GitHub. Now I am struggling with naming conventions and perhaps a lot more issues that I do not see yet.
It would be nice if one can shed light on this topic and after that I am good to finish with one of my biggest problems.

Regards,

Djordje

Re: Win32 exe as a WEB server

Posted: Mon Jan 23, 2023 9:05 pm
by Lech Kulikowski
Hello,

You can render reports in any format as rendered report - XML, json, string, etc. and send it on the client.

Thank you.