[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

4034.0. "OA$PROFIL_COVER_NOTE wrog value" by VAXRIO::ABREU () Wed Mar 30 1994 16:14

    Hi,
    
      I have a customer who has ALL-IN-1 Brazilian V3.0 and a symbol that
    is read only , OA$PROFIL_COVER_NOTE has a wrong value.
    This symbol should have the value of OA$Y or OA$N .. OA$Y is correct ..
    The value is "S" (because is the first letter of the word Yes in
    portuguese) . But the OA$PROFIL_COVER_NOTE has a value of "Y". 
    The symbol is not defined in any of the message files , I've already
    checked. How can I correct this ?
    
    This happens only at this site.
    
    Thks .. Marcia
    
T.RTitleUserPersonal
Name
DateLines
4034.1should be Y/N?IOSG::TYLDESLEYWed Mar 30 1994 17:1112
    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.2more infoVAXRIO::ABREUWed Mar 30 1994 22:1624
    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.3sorry, memory failureIOSG::TYLDESLEYThu Mar 31 1994 10:128
    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.4some news ! now .. another problem !VAXRIO::ABREUTue Apr 05 1994 14:5934
    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