Home » Developer & Programmer » Forms » Forms Compiling
Forms Compiling [message #82643] Mon, 16 June 2003 23:10 Go to next message
mani
Messages: 105
Registered: September 1999
Senior Member
Pls. tell me the solution for converting all the fmb into fmx, my FMB are developed in Developer 6i for window and hosted in Sun Solaris, so pls give me an idea of compiling all the fmb into fmx thru a batch file or script

Thankx in advance
Re: Forms Compiling [message #82647 is a reply to message #82643] Tue, 17 June 2003 03:40 Go to previous messageGo to next message
Shailender Mehta
Messages: 49
Registered: June 2003
Member
Use ifcmp60

You may have to write a batch file to read all fmbs and pass the fmb as the module to be compiled.
Re: Forms Compiling [message #83198 is a reply to message #82643] Thu, 21 August 2003 00:09 Go to previous messageGo to next message
prashant
Messages: 122
Registered: September 2000
Senior Member
Try Using project bulider. I think that shud wrk
Re: Forms Compiling [message #83201 is a reply to message #82643] Thu, 21 August 2003 00:53 Go to previous message
Scott Lamb
Messages: 6
Registered: August 2003
Junior Member
If you're interested, I have a wrapper around ifcmp60 that hides some "quirks" of the Oracle tools. It's intended to:

# Compile an Oracle Forms/Reports Developer module and
# - leave cached compiled stuff in the "source" unchanged, so that version
#   control tools like CVS and Subversion are happy.
# - force a full recompile every time, eliminating many bugs.
# - return success/failure and show errors on stderr.
# - handle references (library attachments) relative to the source module,
#   regardless of cwd
# - use a consistent syntax across module types (form, menu, PL/SQL library,
#   report definition)


It's written in Perl. We've tested it under Windows with ActivePerl. I see no reason it shouldn't work under Solaris also.
Previous Topic: TAB CANVAS(very urgent)
Next Topic: Forms Date format
Goto Forum:
  


Current Time: Wed Apr 24 21:18:34 CDT 2024