Reading FMT file
763120Mar 30 2010 — edited Mar 31 2010Hi all
I have converted a set of fmb files into fmt file using the following command
for %%f in (*.fmb) do start /min /wait C:\Orant\bin\ifcmp60 module=%%f userid=sdcdev/sdcdev@sdc_test batch=yes script=yes module_type=form
through the CMD
in the fmt files, the plsql code is not readable and codified.
Anyone knows how to read the plsql part or what to convert it into?
Many thanks in advance.