| Derek,
I'm assuming that either your typing has gone or you've been working
too hard because i've never heard of an address that goes backwards
like your example.
Surely it should be name@A1@node and not node@A1@name!
The form i'm assuming you're talking about is EMSREC which has one
field called DISPLAY of 79 characters it's built using the /SHOW on
form EMHEAD which is:
/SHOW='.USER:30 "( " .FULNAM:35 " )"'/USE_FORM=EMSREC
Is it the 30 character user name the customer wants expanded? Doesn't
the 35 character FULNAM give them enough information?
I'm confused as to what you're asking for
Regards,
Andrew.D.Wicks
|
| Hello,
OK, the secret is out, I am dyslexic (no kidding, I was tested in
College after considerable trouble in accounting class). I apologize
for the error, but when I am under stress, and in a hurry, these things
happen.
However, the clients problem is still the same. When in the "To:"
field they enter "GGO" and <CR>. In EMSADD they get:
1 GGONDOR AT A1 AT O
INSTEAD OF
1 GGONDOR AT A1 AT OTTJ
It would appear that the 35 character FULNAM is not getting the full
35 chars. Indeed this would be sufficent. I asked them to try it with
the /NOCUSTOM and they got the same results. This is a V3.0 system,
and the "problem" has only started since the upgrade. I looked at the
named data, and it looks to me like it is displaying inly 18 chars.
SELECT FOR OA$MAIL_ADD_ADDR WITH .USER = #EMDADDRESS
DO SEL_CHOICE OA$SEL_LINE:2 " " .USER:18 " "
.ORGUNIT1:25 " ( " .FULNAM:22 " )"
Derek Street
|
| Derek,
No problem I assumed you were running v2.4. You're right the code was
changed in v3.0 - i'm sure there was a good reason for the change but
it escapes me.
I'd customise the v2.4 named data back in personally. bear in mind that
you'll need to make the change to form EMSADD as well.
Regards,
Andrew.D.wicks
|
|
I was going to suggest the same thing but Andrew beat me to it...
At the risk of opening a rat hole, I noticed that on EMSADD,
I pressed CTRL-N to look at the named data and returned to EMSADD
only to find that the items in the scrolled region had changed!!
How odd!!
Jack
|