| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 4034.1 | should be Y/N? | IOSG::TYLDESLEY |  | Wed Mar 30 1994 16:11 | 12 | 
|  |     Hello Marcia.
    OA$PROFIL_COVER_NOTE is a Profile Special symbol created in code, and
    initialized when you enter ALL-IN-1 (read-only). Its value is extracted
    direct from the Profile.
    
    The fact that some of your sites have this returning 'S' suggests that
    something is wrong with the Profil in those translated systems. From a
    system that has OA$PROFIL_COVER_NOTE as 'S', could you please let us
    know the named data for the corresponding field on PROFIL.FLX?
    i.e. under ;;COVER$NOTE;;
    Cheers
    DaveT                    
 | 
| 4034.2 | more info | VAXRIO::ABREU |  | Wed Mar 30 1994 21:16 | 24 | 
|  |     Hi Dave ,
    
       I think you misunderstood me .. The correct value for
    OA$PROFIL_COVER_NOTE in the ALL-IN-1 Brazilian is 'S' ... because OA$Y
    is 'S' ... Here at my site I have the correct symbol defined .. My
    problem is that at one of my customer sites , the value is 'Y' despite
    of having OA$Y with the correct value ('S') .. it seems ALL-IN-1 is 
    not considering the value of OA$Y at my customer site.
    
    I didn't understand exactly what you asked so I'm putting below the
    named data of the form EMFWRD that has a part for COVER$NOTE .. anyway
    ... if I log in in ALL-IN-1 and execute as the first command <GET
    OA$PROFIL_COVER_NOTE , I see the wrong value ( at the customer site ..
    here I see the correct one).
    
    Thanks .. Marcia
    
    
    ;;COVER$NOTE;;
    
    /PRE='GET #CASE = ""'
    /VALID=OA$YN/GET_SAVE=OA$PROFIL_COVER_NOTE/PUT_SAVE=$COVER_NOTE
    /RECOG=<GET OA$DISPLAY=OA$_GBL_SEL_YesNo/HARD=OA$_GBL_COVER_NOTE
    
 | 
| 4034.3 | sorry, memory failure | IOSG::TYLDESLEY |  | Thu Mar 31 1994 09:12 | 8 | 
|  |     Sorry - yes - I thought the oa$profil_ symbols were returned
    untranslated, but a check on a German system here, does indeed 
    show that oa$profil_cover_note is 'J', so the code must do the
    translation. What I asked for was to see the named data under 
    COVER$NOTE on form Profil. Do <FORM PROFIL, Inquire, and CTRL N
    to see the named data.
    Cheers
    DaveT
 | 
| 4034.4 | some news ! now .. another problem ! | VAXRIO::ABREU |  | Tue Apr 05 1994 13:59 | 34 | 
|  |     Hi,
    
       I realized that the form PROFIL was customized because when
    administrators were acessing MUA E or MUA R , the fields that should be
    shown as "Y" were being translated to "S" what made  the entries not
    valid and the administrators had to type Y again in all of them when
    they change something.  Now I came back to the original form  and
    the problem with the cover note is gone .. I have the original problem
    that is the "S" being shown in the MUA E  (only when is executed by
    ADM) ... I realized that the form is SA$PROFILE and it's completely
    different from PROFIL. 
    
    Any ideas .. what can be done to avoid the translation is 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 
 |