|
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
|