I am doing our forms/reports application migration from Oracle Application Server(OAS) 10g Rel 2(10.1.3) to Weblogic (forms 11.1.1.7). I have code "Win_Api_Shell.WinExec( lv_exec_command, Win_Api.SW_ShowMinNoActive )" in a library which works in 10g environment. "lv_exec_command" is the command passed.The code gets executed on OAS app server. This code doesn't work in Weblogic (forms 11.1.1.7).
I am trying to use webutil code WEBUTIL_HOST.NonBlocking( ) and so far no luck. Any help is appreciated.
Thanks