Re: 9i - A way to compile all forms?

From: Steve Rainbird <steve.rainbird_at_nospam.mssint.com>
Date: Tue, 4 Feb 2003 13:54:52 +0000 (UTC)
Message-ID: <b1ognc$l38$1_at_knossos.btinternet.com>


I
"web guy" <web-guy01_at_attbi.com> wrote in message news:y2P%9.159153$Ve4.10075_at_sccrnsc03...
> I should have specified OS and version, sorry.
>
> It is on Solaris 8, 9iAS R2.
>
> At this point I'm concerned about the .fmb only.
>
> Thanks.
>
> "Ban Spam" <ban-spam_at_operamail.com> wrote in message
> news:Xns9317BC93E16AFSunnySD_at_68.6.19.6...
> > "web guy" <web-guy01_at_attbi.com> wrote in
> > news:dwC%9.152943$6G4.16738_at_sccrnsc02:
> >
> > > Using 9i AS.
> > >
> > > I'm looking for a way to compile all the .fmb files in a directory is
> > > one swoop. Evidently this was possible in Forms 6x with Project
> > > Builder. Is there anything for 9i?
> > >
> > > I guess I could always write a script file, but I wanted to check if
> > > there was something available first.
> > >
> > > Thanks,
> > >
> > > Tim
> > >
> > >
> > >
> >
> > I did it in PERL.
> > What OS, version?
> > Which version of 9i AS; R1 or R2?
> > What about PLLs, etc.?
>
>

Tim,

I usually use a script like the following.

#!/bin/ksh

for file in *.fmb
do

   name=`basename $file .fmb`
   f60gen module=$name userid=scott/tiger done

f60gen should be replaced with the appropriate 9i name.

Obviously all the fmbs must be in the same directory.

HTH Steve

--
Steve Rainbird
Principal consultant
MSS International Ltd.
www.mssint.com

Remove "nospam" from email address to reply
Received on Tue Feb 04 2003 - 14:54:52 CET

Original text of this message