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

Conference ilbbak::ibi_focus

Title:FOCUS, from INFORMATION BUILDERS
Moderator:ZAYIUS::BROUILLETTE
Created:Thu Feb 19 1987
Last Modified:Mon May 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:615
Total number of notes:1779

58.0. "pesky messages" by TOLKIN::HOLLOCHER () Fri Apr 15 1988 14:51

    
    
    I am a fairly new FOCUS programmer attempting to put together
    some user interactive data entry screens.  The problem I am
    having is whenever I use the  ON MATCH REJECT statement I
    get the error message (FOC405) TRANSACTION MATCHES DATABASE RECORD.
    
    The .fex is doing what it is supposed to but this message may be
    confusing to the users.  
    
    Is there any way to turn this off ?  SET MSG=OFF does not work
    in this situation.
    
                   Any help would be greatly appreciated.
T.RTitleUserPersonal
Name
DateLines
58.1Use LOG in Ch.5 of users manualILO::MCKNIGHTMike Mcknight 890-2516 IRM ESDC.Mon Apr 18 1988 05:0811
    All that's happening here is FOCUS is generating sucessful transaction
    messages. They can be supppressed in the following manner
     e.g LOG INVALID MSG OFF
    	 LOG DUPL MSG OFF
    
    I think you can use  LOG TRANS MSG OFF which will suppress all messages
    and you can substitute your own instead of FOCUS's messages by using
    ON INVALID TYPE " " e.t.c
    
    		Mike.