| 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 | 
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.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 1859.1 | You need to close it | DUBSWS::EIJS | Thu Nov 26 1992 17:41 | 26 | |
|     
    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
 | |||||