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
Win32 exe as a WEB server
Re: Win32 exe as a WEB server
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
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
-
- Posts: 5839
- Joined: Tue Mar 20, 2018 5:34 am
Re: Win32 exe as a WEB server
Hello,
You can render reports in any format as rendered report - XML, json, string, etc. and send it on the client.
Thank you.
You can render reports in any format as rendered report - XML, json, string, etc. and send it on the client.
Thank you.