[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

1859.0. "DEVELOP before USER ..??.." by TAV02::CHAIM (Semper ubi Sub ubi .....) Thu Nov 26 1992 13:15

V2.4

A user who also has application privs wants to have his own modified version of
the BA form in his USER.FLB. If however, this form is currently under
customization and resides in DEVELOP.FLB, he gets the form from DEVELOP and not
his own from USER. 

Any way around this?

Thanks,

Cb.
T.RTitleUserPersonal
Name
DateLines
1859.1You need to close itDUBSWS::EIJSThu Nov 26 1992 17:4126
    
    Hi Chaim,
    
    Flow:
    
    	- ALL-IN-1 is started and [SITE]MEMRES is opened
        - If PRVAPP set, OA$SITE_DEV_xxx:DEVELOP.FLB is opened
        - If FRMLIB set, those libraries are opened
    	- [SITE]OAFORM is opened
    
    (This is probably not the order, but just to get the idea)
    
    Any form library opened afterwards is opened after OAFORM.FLB. So,
    USER.FLB (in the utmost situation) will be opened right after
    DEVELOP.FLB.
    
    The only way to obtain form BA is to close DEVELOP.FLB (OA$FBT_CLOSE),
    dump form BA, and then call it again. 
    
    DEVELOP.FLB not necessarily need sto be open. It only needs to be open
    in case you want to call forms after modifying them. CM will still find
    them to modify, even when DEVELOP.FLB is closed.
    
    Ciao,
    
    	Simon