Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Reading FMT file

763120Mar 30 2010 — edited Mar 31 2010
Hi 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 28 2010
Added on Mar 30 2010
5 comments
2,044 views