T.R | Title | User | Personal Name | Date | Lines |
---|
4055.1 | fixed in PFR | IOSG::TYLDESLEY | | Wed Apr 06 1994 16:17 | 18 |
| 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.2 | info | VAXRIO::ABREU | | Wed Apr 06 1994 16:36 | 16 |
| 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 data | IOSG::TYLDESLEY | | Thu Apr 07 1994 11:24 | 17 |
| >> 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.4 | info | VAXRIO::ABREU | | Thu Apr 07 1994 16:11 | 20 |
| 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.5 | corrupt profil? | IOSG::TYLDESLEY | | Fri Apr 08 1994 15:49 | 12 |
| >>> 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.6 | | FRAMBO::HOFMANN | Stefan Hofmann, IST FiWi @FRS | Mon Apr 11 1994 08:59 | 3 |
| Hello Dave,
the Brazilian LV has an English SA-part.
Stefan
|
4055.7 | news | VAXRIO::ABREU | | Tue May 03 1994 16:37 | 12 |
| 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
|