[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

1382.0. "Spell Checker fails after OAW024 upgrade" by NWGEDU::MACKNEY () Wed Sep 09 1992 21:22

    	< Spellchecker problems after upgrade of V2.4 to WPS+ V4.0>
    
    After installing the patches:
    
    			   	A1024SUS020
    				OAW024
    			       	OAWLDUTCH024
    			       	OAWDDUTCH024
    			       	OAWLENGLISH024
    			       	OAWDENGLISH024
    
    and performing the post installation tasks - ALL-IN-1 refuses to allow
    us to choose a master dictionary - option  CMD on form SCD.
    
    The error message is:
    
    Invalid choice -re-enter
    
    Any suggestions...
T.RTitleUserPersonal
Name
DateLines
1382.1Try thisIOSG::NEWLANDRichard Newland, IOSG, REO1-D/4AWed Sep 09 1992 23:3625
Do the following:

1.  Goto the Dictionary Maintenance (SCD) form.

2.  Do CTRL/N to displayed the named data.

3.  Look for the CMD option.  The V3.0 version of SCD is shown below - the 
    2.4 version might be different.

	;;OA$_MO_CHOOSE_MASTER_DICTIONARY;; CMD

	DO MASTER\FORM LNGSPLCMD

4.  Check that the option symbol by exists by doing

	<get OA$_MO_CHOOSE_MASTER_DICTIONARY

    and that it returns the value 'CMD'.


If the option symbol does not exist check that the new versions of
OASYMMSG.MAR and OA.MSG have been used when OA$MAIN was linked.


Richard
1382.2Named data causing the errorNWGEDU::MACKNEYFri Sep 11 1992 14:2442
    The named data on my V3.0 system is as you have described.
    
    The V2.4 system looks corrupted - (see extract)
    
                  Form     SCD                                                
    ++++
    .IF OA$CURDOC_DOCNUM == "" THEN GET OA$DISPLAY=OA$_NO_CURR_DIC\\              
    FORCE\\OA$FLD_DONE ELSE DO WPLIST                                             
                                                                                  
    ;;OA$_WPL_MO_CMD;;                                                            
                                                                                  
    DO MASTER\FORM LNGSPLCMD                                                      
                                                                                  
    ;;OA$_WPL_MO_LIST_OPEN;;                                                      
                                                                                  
    DO LNGSPL_LIST_OPEN                                                           
                                                                                  
    ;;OA$_MO_OPEN_DICTIONARY;;                                                    
                                                                                  
    DO LNGSPL_OPEN_DICT                                                           
                                                                                  
    ;;OA$_MO_CLOSE_DICTIONARY;;                                                   
                                                                                  
    DO LNGSPL_CLOSE_DICT                                                          
                                                                                  
    ----
    
    As you can see there is no option for CMD (or a CD, LO, OP, CL) so the
    response `Invalid choice - re-enter'  is understandable.  The same error
    occurs when  /LANG=DUTCH is used - except you get the message:
    `Die keuze is ongeldig')
    
    (I may have forgot to mention: This is a DUTCH version with ENGLISH as
    an additional language. I do not know if the DUTCH spell checker is
    standard. In the default V2.4/WPS+3.1 DUTCH Version - no spell checker
    is included...)
    
    What do you think is the reason for this - is it a bug, or is it
    engineering's way of dissabling the SC option if you do not purchase it.
    
    What next - Patch the named data? - it is possible to call the form
    LNGSPLCMD directly (i.e. it exists)
1382.3CMD option is thereIOSG::NEWLANDRichard Newland, IOSG, REO1-D/4AFri Sep 11 1992 17:2323
The CMD option is on ALL-IN-1 V2.4/WPS-PLUS V4.0 form but it has a different
symbol called OA$_WPL_MO_CMD.  When I wrote reply .1 I did not have access
to a V2.4/V4.0 system to check the symbol name but I remembered that some
of the options symbols names changed in V3.0/V4.1. 

Does the symbol OA$_WPL_MO_CMD exist on your system?  If not this explains 
why you get the 'Invalid choice - re-enter' error message.  

Check that the file OA$LLV:OAMESS.MSG contains the entry:

	WPL_MO_CMD                  <CMD>   ! Choose Master Dictionary


and that the file OA$BUILD:OASYMSG.MAR contains the entry:

	msg    WPL_MO_CMD                 ; <CMD>   ! Choose Master Dictionary


and that these files are used when the new OA$MAIN image is created.



Richard
1382.4UTRTSC::SCHOLLAERTAJAX beats Feyenoord again and againWed Nov 18 1992 20:3126
    
    Just for the record I performed the checks Richard suggested
    on our Dutch 2.4 system. All looks and works fine. 
    

******************************
USER1:[ALLIN1V24.SOURCES]OASYMMSG.MAR;3

	$msg	WPL_MO_CMD                  ; <CMD>   ! Choose Master Dictionary
    

******************************
USER1:[ALLIN1V24.LLV_DUTCH]OAMESS.MSG;3

WPL_MO_CMD                  <KH> 
    
    
    John is going to upgrade to 3.0 soon. As a quick workaround
    I advised him to just "hardcode" the lost menu options.
    
    
    Regards,
    
    Jan
    
    
1382.5Good symbols - Bad messagesNWGEDU::MACKNEYThu Nov 19 1992 14:0615
    Thought I'd got away with an upgrade to V3.0, - but it looks like I have 
    to fix this one!
    
    I have got rid of all my message and symbol problems. - I have relinked
    both languages and reinstalled the images.
    
    Now my named data (on the SCD) form contains the right values in both
    languages. However.... the option still gives the message:
     
    Invalid choice - re-enter
    
    Any more hints.
    
    
           
1382.6Compile SITEOAFORM UTRTSC::SCHOLLAERTAJAX beats Feyenoord again and againMon Nov 23 1992 13:4714
    >Now my named data (on the SCD) form contains the right values in both
    >languages. However.... the option still gives the message:
     
    >Invalid choice - re-enter
    
    Compile SITEOAFORM again.
    
    Control/N displays menu options which are
    actually OA$mumble symbols. The compiled named data 
    for those options could be "empty".
    
    Regards,
    
    Jan
1382.7Problem solvedNWGEDU::MACKNEYTue Nov 24 1992 10:074
    Thanks for your assistance. My problem is now solved.
    
    In addition to compiling the form library OAFORM, I also had to define the
    logical name pointing to the LCI Lexicon directory.