T.R | Title | User | Personal Name | Date | Lines |
---|
2671.1 | More information please | MOLAR::ROBERTS | Keith Roberts - DECmcc Toolkit Team | Thu Apr 02 1992 11:14 | 13 |
| RE: .0
> A customer which use DECMCC 1.2 (b.l 4) on Ultrix 4.2 have a pb to
> create a message.
> In fact, i try several thing, and latin1 string seems to be ok, but
> this format does not understand the RETURN key.
>
> Have you a solution, or can we try to do a MCCmessage ?
Could you provide a bit more information? What exactly is your
customer trying to do? I am not sure what the "RETURN key" is.
/keith
|
2671.2 | | LFOIS1::ALIE | | Thu Apr 02 1992 11:30 | 8 |
| We are trying to create our own message ...
So we try with latin1string but there are no way to do a carriage
return.
Everything is on the same line.
|
2671.3 | Are you trying to 'force' message formatting? | TOOK::MCPHERSON | Save a tree: kill an ISO working group. | Thu Apr 02 1992 13:14 | 12 |
| > <<< Note 2671.2 by LFOIS1::ALIE >>>
>
> We are trying to create our own message ...
>
> So we try with latin1string but there are no way to do a carriage
> return.
>
> Everything is on the same line.
Are you trying to embed a carriage return character in the message (<CTRL>M )
to 'force' message formatting?
|
2671.4 | try imbedding a "\n" | TOOK::CALLANDER | MCC = My Constant Companion | Fri Apr 24 1992 15:38 | 29 |
| we don't handle imbedded control sequences in the latin1string
(at least not explicitly), but from the FCL at least, we use
printf to put the strings to the display so if you have a "\n"
in the latin1string it will cause a carraige returen (and
the FCL will even handle the indentation alignment).
From my tester module:
!!!!!!!!!!!!!! Alarm, 24-APR-1992 11:34:14 !!!!!!!!!!!!!! [1]
Domain: LOCAL_NS:.jill Severity:
Indeterminate
Notification Entity: EventGenerator LOCAL_NS:.eventgenerator
Event Source: EventGenerator LOCAL_NS:.eventgenerator
Event Data Returned:
Event: NotifGeneralEvent
StringData = "AbCdEfGh
AbCdEfGh
AbC
The string data was created using an input latin1string of:
"AbCdEfGh\nAbCdEfGh\nAbC"
I haven't tried this from the IM PM to see what it does; sorry.
|