[Migrated content. Thread originally posted on 23 June 2010]
I have a strange situation I'm looking for ideas on and I'll do my best to describe it. I have a web browser application that works by starting runtime sessions in background mode/cgi mode (with -b switch in the command line) and using COBOL programs to gather or update data and return information back to the webpage.I would like to utilize a COBOL program that has activex logic to communicate with other software in this process, but I'm fairly certain that I cannot do this in the runtime when executed in background mode (or cgi mode). I am going to try this, but I'm also looking for some other suggestions. The activex program does NOT have user interface, but the controls used do have to be "displayed" and a screen section is used an accepted.
If I'm sitting in IE on a webpage, how can I click a button to execute a COBOL program on the server in order to execute the activex? I know I could recode this in another language, but I'm looking for a solution where I can re-use my COBOL code. Could I use the Web Plugin or some other technology?
I hope this made some sense and someone can give me some suggestions. Thanks for your time.



