[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

4055.0. "Translation during ADM MUA E " by VAXRIO::ABREU () Wed Apr 06 1994 15:01

    Hi,
    
    I have an ALL-IN-1 3.0 Brazilian and when an administrator tries to
    edit an account, all the fields that should appear with "Y" (YES) ,
    are translated to "S" ( that is the first letter of the word YES in
    Portuguese). But this letter is not valid because this should not be
    translated at this point. If I use the option ADM MUA R , to read the
    account information , the "S" are shown too.
    
    I realized that the form is SA$PROFILE and that if I edit an account
    without using the ADM option (just SM MUA E ) , then evrything works
    fine. But the forms are different.
    
    Any ideas .. what can be done to avoid the translation in the ADM MUA E
    and ADM MUA R ?
    
    An example of a field in the SA$PROFILE And PROFIL is shown below.
    
    Thanks ... Marcia
    
    From SA$PROFILE : (EXample NOTIFY )
                        
    ;;NOTIFY;;
    
    /HARD=OA$_SA_HRD_NEW_MAIL_NTFY/VALID=OA$YN:SA$_YN
    /RECOG=<GET OA$DISPLAY=OA$_SA_SEL_YESNO
    
    From PROFILE :
    
    ;;NOTIFY;;
    
    /HARD=OA$_GBL_HRD_NEW_MAIL_NTFY
    /VALID=OA$TABLE:"S,N"
    /LANGUAGE="S,N/Y,N"
    /RECOG=<GET OA$DISPLAY=OA$_GBL_SEL_YESNO\FORCE 
    
T.RTitleUserPersonal
Name
DateLines
4055.1fixed in PFRIOSG::TYLDESLEYWed Apr 06 1994 16:1718
    Marcia.
    This problem has been seen, and fixed in a possible future release
    (PFR). I cannot simply give you the new files, because the PFR has 
    different fields on the form. I think the best you can do is edit 
    SA$PROFILE.FLX as the following example shows:
     
    ;;NOTIFY;;                                
        /HARD=OA$_SA_HRD_NEW_MAIL_NTFY/VALID=OA$YN:SA$_YN
        /RECOG=<GET OA$DISPLAY=OA$_SA_SEL_YESNO
 >>>    /LANGUAGE=SA$_LANG_YES_OR_NO
    
    Check first that SA$_LANG_YES_OR_NO is set up on your system (on a V3.0 
    German system, it appears to be OK - set as J,N/Y,N).
    
    Note it is not sufficient to do it on the Notify field alone; you must
    do it on all Profile Y/N flag fields on SA$PROFILE, and SA$GLOBAL$EDIT.
    Regards,
    DaveT
4055.2infoVAXRIO::ABREUWed Apr 06 1994 16:3616
    Hi Dave,
    
       What do you mean in editing SA$PROFILE.FLX file. I guess that is to
    edit the named data of the form .. is that right ?
    
    Anyway , I 've done a test that was to copy the SA$PROFILE and all the
    forms of this formset to development area .. then I edited the named
    data of the SA$PROFILE and included the line /LANG="S,N/Y,N" .. I
    changed just for two fields to check if they were going to work but it
    didn't work. I precompiled the form lib ...I don't know if this is 
    what you suggested or not.
    
     Marcia
    
    
   
4055.3.flx == named dataIOSG::TYLDESLEYThu Apr 07 1994 11:2417
    >> What do you mean in editing SA$PROFILE.FLX file. I guess that is to
    >> edit the named data of the form .. is that right ?
    ----
    Yes.
    
    >> I edited the named data of the SA$PROFILE and included the line 
    >> /LANG="S,N/Y,N" ...I don't know if this is what you suggested or not.
    ----
    Yes - approximately - I suggested using the equivalent SA$_ symbol.
    Have you checked that you are actually picking up the correct (changed)
    named data in when you call SA$PROFILE? Do ADM MUA E and CTRL N to view
    the named data. The header should show you the form library that it is
    called from.
    
    Lastly, what do you mean exactly when you say  "..it didn't work"?
    Cheers
    DaveT
4055.4infoVAXRIO::ABREUThu Apr 07 1994 16:1120
    Hi Dave ,
    
       I checked and I 'm really using the form modified .. he is in
    SITEADMIN.FLB . I just changed the NOTIFY And Printer port fields to
    check if they were going to work . and they didn't .. it means the 'S'
    is still being shown. 
    
    I put below the change I made .. I just included the line /LANG.
    
    ;;PRINTER_PORT;;
    
    /HARD=OA$_SA_HRD_DEF_PRINT
    /VALID=OA$YN:SA$_YN
    /LANGUAGE="S,N/Y,N"
    /OPTIONAL
    /RECOG=<GET OA$DISPLAY=OA$_SA_SEL_YESNO
    
    Any ideas  ?? 
    
    Thanks .. Marcia
4055.5corrupt profil?IOSG::TYLDESLEYFri Apr 08 1994 15:4912
    >>> I just changed the NOTIFY And Printer port fields to check if they 
    >>> were going to work . and they didn't .. it means the 'S' is still 
    >>> being shown.
    ----
    Then possibly one of your earlier attempts to edit has corrupted the
    data file - there is an 'S' stored in profil.dat. Go into the Manager
    account and <get profil.notify["username"] to see what is on file.
    
    Also, please tell us if your Admin system is translated or should it 
    work in English? Please try using the SA$_ symbol as we suggested 
    earlier.
    DaveT
4055.6FRAMBO::HOFMANNStefan Hofmann, IST FiWi @FRSMon Apr 11 1994 08:593
    Hello Dave,
    the Brazilian LV has an English SA-part.
    	Stefan
4055.7news VAXRIO::ABREUTue May 03 1994 16:3712
    Hi Dave ,
    
       I executed the <get profil.notify["USERNAME_CHOSEN"] and I always
    see 'S' ... I tried many accounts including manager and the letter
    shown is always 'S'. I edited the profile.dat and I found 'Y' there ..
    there is no 'S' written is the profile.dat .
    
    As  Stefan explained , the SM and ADM parts are in English.
    
    I'm going to try the /LANGUAGE=SA$_LANG_YES_OR_NO .
    
    Thanks .. Marcia