Oracle Forms 11g - writing in client side as batch file and execution
Hello Everyone,
We have strange problem in writing to a batch file in client side and executing it. Below procedure is called on button click and a cmd prompt just opens and does nothing. No errors as well.
While debugging, we found the runperl.bat file is still empty (0 kb size) when Client_Host is called and the file gets written only at the last i.e after client_host are executed. As the batch file empty when client_host is called, a command prompt alone just opens. Any ideas please?
PROCEDURE Run_Perl (p_command in varchar2)IS
fHandle CLIENT_TEXT_IO.File_Type;