Michael Kizer
Jul 6th, 2000, 03:25 PM
I am just trying to figure out if this is even feasibly possible (since I don't have any real experience in this area). Here is the situation:
We currently have a system that is basically all ASP webpages accessing some backend MS SQL and document management stuff (PCDocs). All user interaction for the system is handled via the ASP pages, except one piece which requires a stand alone VB app on each client desktop (this app also interacts with the same MS SQL database, checks documents out (from the DB) and appends a digital signature onto an MS Word doc, then checks the document back in. But it involves many manual steps to be performed by the user, like "Right click on the link and save the DOC file to your hard drive", run the VB app and point it to the DOC file you just downloaded, etc.).
What I would like to do is roll that VB code into an ActiveX component (or some combination of ASP and VB), present the user with a webpage that allows them to click a button which would then perform the entire task for them; check out the document, download it to their hard drive, append a digital signature, upload it back to the system, check in the document, etc.
What I wasn't sure of was whether or not an ActiveX component can be called from a webpage and if that component could then read/write files to the user's hard drive. I would imagine there are valid security concerns with this, but it is for an intranet only application.
Thanks for any pointers on this...
We currently have a system that is basically all ASP webpages accessing some backend MS SQL and document management stuff (PCDocs). All user interaction for the system is handled via the ASP pages, except one piece which requires a stand alone VB app on each client desktop (this app also interacts with the same MS SQL database, checks documents out (from the DB) and appends a digital signature onto an MS Word doc, then checks the document back in. But it involves many manual steps to be performed by the user, like "Right click on the link and save the DOC file to your hard drive", run the VB app and point it to the DOC file you just downloaded, etc.).
What I would like to do is roll that VB code into an ActiveX component (or some combination of ASP and VB), present the user with a webpage that allows them to click a button which would then perform the entire task for them; check out the document, download it to their hard drive, append a digital signature, upload it back to the system, check in the document, etc.
What I wasn't sure of was whether or not an ActiveX component can be called from a webpage and if that component could then read/write files to the user's hard drive. I would imagine there are valid security concerns with this, but it is for an intranet only application.
Thanks for any pointers on this...