How run FRMWEB.EXE as command line statement
Hello,
I'm migrating a 6i App to 11g one.
This application among forms, reports and stored procedures, requires of the execution of TASKs in the Window Server. Some of them are scheduled but others are on-demand.
For more specific, these on-demand ones run SQL and FMX components like this example:
"
cd /d E:\emsd\Act_over_Period
REM \oradev6i\BIN\ifrun60.EXEemsdprod
C:\Oracle\Middleware\Oracle_FRHome1\BIN\frmweb.exe mtg_rip_int_sales_report_frm mtg_app/<...>@emsdprod
...
exit
"
The REM line contains the OLD command line for runtime tool in order to execute the form "mtg_rip_int_sales_report_frm".