[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

1757.0. "Modify OAMESS.MSG" by ROM01::NEGRO (Paola Negro EIS-Swas Roma) Wed Nov 11 1992 15:54

    I'm trying to customize a message in OAMESS.MSG, in ALL-IN-1 3.0: I did
    it in version 2.3, and Im trying to do same things with this version,
    but it doesn't work.
    
    What I did in 2.3 was:
    
    - modify message in oamess
    - compile message file to object without text
    - replace in OA$BUILD_SHARE:OALIBR
    - compile message file to object with text
    - replace in OA$LLV:OALLV
    - relink ALL-IN-1
    
    What's new in this version?
    
    Thanks in advance.
    
    Paola Negro
T.RTitleUserPersonal
Name
DateLines
1757.1Adding messages in V3.0IOSG::BILSBOROUGHJust testing. Please ignore!!! Wed Nov 11 1992 16:0827
    
    
    CM  (Customisation Management)
    ABE (Access Base Elements)
    SEL 
    element SITEOA type A1MSG 
    
    CO (Copy to development)
    
    Exit screen to CM main menu
    
    Edit the SITEOA A1MSG file and add the symbols
    
    MLA (Mark for moving to live)
    AM (Application Maintainer)
    PME (Process marked elements)
     
    Enter SITEOA as the element and press return
    
    Enter ML (Move element to live)
    
    And that's it.
    
    HTH,
    
    Mike
    
1757.2CM doesn't do everything yet!AIMTEC::WICKS_ALiverpool 4 Norwich 1Wed Nov 11 1992 17:1621
    Re .1
                  
    Mike sorry but that's not necessarily true!
    
    CM in v3.0 only supports customisation of the new .A1$MSG files that
    contain messages that used to be in OASYMMSG.MAR.
    
    Any messages that are in VMS message files (.MSG extension) still
    need to be customised by hand aT DCL level as they were in previous
    releases and OAMESS.MSG falls into this category - this applies
    to all messages called from code-level I believe.
    
    I don't see off hand why what Paolo is doing doesn't work if he really
    is changing a code-level message that is.
    
    regards,
    
    Andrew.D.Wicks
    
    The procedure that the 
    
1757.3SITE Versions too....IOSG::PYEGraham - ALL-IN-1 Sorcerer's ApprenticeWed Nov 11 1992 18:0215
    You need to update the site versions of the object liobraries too,
    which are searched first unless you tell A1LINK to do a "/NOCUSTOM"
    link with an option I've forgotten.
    
    	$ dir oa$build:site*.olb
    
    	Directory DISC:[ALLIN1.SITE.SOURCES_ENGLISH]
    
    	SITEOALLV.OLB           506  25-OCT-1992
    
    	Directory DISC:[ALLIN1.SITE.SOURCES_SHARE]
    
    	SITEOALIBR.OLB          859  25-OCT-1992
    
    Graham
1757.4A recap...CESARE::EIJSAll in 1 PieceWed Nov 11 1992 18:5941
Hi Paola,

Re .0)

So, combining all the previous replies, do:

    - copy oamess.msg to oa$site_build_<language>	! For insiders, yes,
						        !  I use 'language', 
							!  but it's late already
    - modify message in copied oamess
    - compile message file to object without text
    - replace in OA$SITE_BUILD_SHARE:SITEOALIBR.OLB
    - compile message file to object with text
    - replace in OA$SITE_BUILD_<language>:SITEOALLV
    - relink ALL-IN-1
	(by default it will take your modifications,
	 specified with 'Options N' (Re .3) links without modifications)
    

Re .1)
    
    > element SITEOA type A1MSG 

    Element is called SITE$OA type A1MSG
    
    > Enter ML (Move element to live)
    > 
    > And that's it.

    No, the Application Manager should compile the message file via the
    options SM CSZ CMF.

Ciao,

	Simon


PS Who looks picky, is picky, but just to set information straight (and just
   to remind Mike he owes me... ;-)

1757.5ThanksROM01::NEGROPaola Negro EIS-Swas RomaThu Nov 12 1992 12:481