Home » Developer & Programmer » Forms » FORMS6 FMB TO TXT FILES(batch of 200 fmb)URGENT PLS
icon11.gif  FORMS6 FMB TO TXT FILES(batch of 200 fmb)URGENT PLS [message #111886] Mon, 21 March 2005 08:33 Go to next message
abc_def23
Messages: 2
Registered: March 2005
Junior Member
Hello All the gurus,
I have around 200 form modules and would like to convert all of them in one shot to txt files, I understand we can do it thru form designer conver binary to text option but that I have to do one by one. I want to use command line for the same.
I tried using f60gen / f60genm but it creats .fmx no fmt or txt.

Please help its very important.

Rgds
Re: FORMS6 FMB TO TXT FILES(batch of 200 fmb)URGENT PLS [message #111951 is a reply to message #111886] Tue, 22 March 2005 01:25 Go to previous message
Frank
Messages: 7901
Registered: March 2000
Senior Member
look at the options for f60gen: forms_doc=yes

so:
for i in `ls *.fmb`
do
  f60gen module=$i userid=$unpw forms_doc=yes batch=yes
done


or, for Windows:
for %%f in (*.fmb) do start /min /wait ifcmp60 module=%%f userid=%schema%/%pwd%@%connect% module_type=form batch=yes forms_doc=yes


hth
Previous Topic: frm-41050 y it works and don't work
Next Topic: Send Mail thru Oracle 9i Database by UTL_SMTP, plsql.jar not found
Goto Forum:
  


Current Time: Wed Sep 18 20:00:36 CDT 2024