[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

3884.0. "Form-Library stays closed after compiling (PCF) it" by TAKEOF::ERNI (Ursula Erni) Mon Feb 14 1994 14:40

    Hi
    
    Does nobody get crazy about every form-library being closed after 
    compiling it !!! 
    
    I DID, after a while.
    
    What I did, was just opening the library in the end of the procedure:
    
    .LABEL GOOD_FLC
    
            GET OA$FUNCTION = "DELETE_FILE " #CM_SAVE_FLC
            .IF #CM_STATUS EQ 3
             .THEN
              OA$FAO CM$_FLC_NO_ACL,"#CM_MSG",#CM_FLC
              GET #CM_INPUT = #CM_PCF_FLB
              GET #CM_OUTPUT = #CM_FLC
              DO CM_SET_ACL
            .END_IF
            .IF #CM_STATUS NE 1 THEN .GOTO ERROR_SAVE
    
    !BUG-fix vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
             GET OA$FUNCTION = "OA$FLO_OPEN " #CM_PCF_FLB
    !BUG-fix ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
            .IF NOT (CLI$CM_QUIET OR #CM_QUIET) THEN -
              YESNO_PROMPT CM$_FLC_OK,CM$_YESNO \OA$FLD_STAY
    
    I hope this bug will be fixed in V3.1
    
    C-ya
    
    Ursi
T.RTitleUserPersonal
Name
DateLines
3884.1It will never get fixed if you don't report it officially!IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeTue Feb 15 1994 11:330