Hello Experts,
01 WS-URL-PATH-CM.
05 WS-URL-IE PIC X(48) VALUE
"C:\\Program Files\\Internet Explorer\\iexplore.exe ".
05 WS-URL-CM PIC X(2000).
call "C$SYSTEM" using WS-URL-PATH-CM.
when we execute this above call, it is opening the web browser, but till i close the web browser the above call is active and not able to access(hang) my product application which has built in AcuGT cobol.
Using the above call , I want to execute webbrowser and cancel the same call and go and execute further my logic in my program. that means, my program should execute that web browser and leave the browser and come to program for further execution,
how do i do that please? if my question is not clear,then write here pleas.