I have a application that makes various reports against
a Oracle database.The application loads dinamically every
DLL it founds named in a standardized way ("REP_....dll" and shows
a menu built dinamically depending on the number of dlls loaded
.Each dll knows how to query and show a different kind of report.Also the dll has a exported funcion which shows a settings form to fill parameters for query.
The problem is I want to expose this application on the web with
minimal changes at least in the dlls.I need a server that when
a client asks for a report ,it loads the appropiate dll then
feed to the client the setting form ,client completes it ,then
server sends the report in html format.Probably each dll
must export some additional functions ne for sending the report
in html format (can quickreport do this?) and one to send
the setting form to client (in html or some activex better way).
It's important for me to not fool around with the logic in the dlls.
I want only generic modifications.I'm not very familiarized with
DCOM,COM,ActiveX.Could I call an DLL/ActiveX method which shows
a form from distance/network?
Thanks.
a Oracle database.The application loads dinamically every
DLL it founds named in a standardized way ("REP_....dll" and shows
a menu built dinamically depending on the number of dlls loaded
.Each dll knows how to query and show a different kind of report.Also the dll has a exported funcion which shows a settings form to fill parameters for query.
The problem is I want to expose this application on the web with
minimal changes at least in the dlls.I need a server that when
a client asks for a report ,it loads the appropiate dll then
feed to the client the setting form ,client completes it ,then
server sends the report in html format.Probably each dll
must export some additional functions ne for sending the report
in html format (can quickreport do this?) and one to send
the setting form to client (in html or some activex better way).
It's important for me to not fool around with the logic in the dlls.
I want only generic modifications.I'm not very familiarized with
DCOM,COM,ActiveX.Could I call an DLL/ActiveX method which shows
a form from distance/network?
Thanks.