Win32 exe as a WEB server

Stimulsoft Ultimate discussion
Post Reply
dikan
Posts: 165
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Win32 exe as a WEB server

Post 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
dikan
Posts: 165
Joined: Thu Jun 18, 2009 5:05 pm
Location: Serbia

Re: Win32 exe as a WEB server

Post 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
Lech Kulikowski
Posts: 6196
Joined: Tue Mar 20, 2018 5:34 am

Re: Win32 exe as a WEB server

Post 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.
Post Reply