Re: How to compile a custom form and library?

Thanks a lot Raghu...It did solve the problem as of now. But I do see that a
form binary .fmb  has been copied to $AU_TOP/forms/US location too though I
compile a form in $XXTP_TOP/forms/US location. PLease let me know if you
have any idea on this.

On 12/1/07, Raghu Soma <raghu.soma@xxxxxxxxx> wrote:
>
>
> Hi RG,
>
>
> Library:
> 1.Copy *.pll to $AU_TOP/resource.
> 2. f60gen Module_Type=Library Module=<>.pll Userid=apps/<appspwd>
> 3. This will generate a *.plx on successful compilation.
>
> Even if it is custom library,please copy it to $AU_TOP/resource.
> If you want to avoid this, please save the file else where and make a soft
> link to it in $AU_TOP/resource.
>
> Custom Form:
> 1. Copy the form *.fmb onto the  $XXTP_TOP/forms/US.
> 2. f60gen Module_Type=Form Module=<>.fmb Userid=apps/<appspwd>
> 3. This will generate a *.fmx file on successful compilation in the same
> directory..
>
> If the library is referred in the form, please compile the libary prior to
> form compilation.
>
>
> In botth the cases, you need to give Apps Password.
>
> Hope I have answered your queries.
>
> Do let me know if you need any further help.
>
> Regards,
> Raghu.
>
>
> On 12/1/07, Apps DBA <dbaorapps@xxxxxxxxx> wrote:
> >
> > HI gurus,
> >
> > How to compile a custom form and library? I have XXTPOST.fmb and
> > XXTPOSTLIB.pll and also I have XXTP_TOP custom TOP.
> > Please let me know if the below approach is correct:
> >
> > I have doubt that Should I copy the Library file to XXTP_TOP/resource
> > and compile library (Do I need to use APPS/<APPS password>  or Product
> > owner/<Product password> )and form file to $XXTP_TOP/forms/US directory and
> > compille the form (Do I need to use APPS/APPS passwd)?
> >
> > OR
> >
> > Should both the library and form to be copied to $AU_TOP/resource/ and
> > $AU_TOP/forms/US locations and compile library first and then compile form?
> >
> >
> >    1. source the apps environment file
> >    2. export FORMS60_PATH=$FORMS60_PATH:$AU_TOP/forms/US:
> >    3. f60gen module=XXTPOSTLIB.pll userid=*(Do I need to use
> >    APPS/<APPS password>  or Product owner/<Product password> ) 
> > *output_file=$AU_TOP/resource/XXTPOSTLIB.plx
> >    module_type=library batch=no compile_all=special
> >    4. f60gen Module=XXTPOST.fmb Userid=apps/<apps password>
> >    Module_Type=FORM batch=yes Output_File=XXTPOST.fmx
> >    5. Do we need to use batch=yes/no  while compiling form and
> >    library, what could be the reason for using the same please clear my 
> > doubt.
> >
> >
> > Please clearify this , I will be grateful to you.
> >
> > Thanks,
> > RG
> >
> >
> >
> >
> > In this case Do I need to Give APPS/<APPS Password>
> >
>
>

Other related posts: