[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
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 |
3603.0. "force MAIL CREATE to use WPSPLUS" by CROCKE::YUEN (Banquo Yuen, Darwin Australia) Tue Nov 30 1993 09:04
Hello
In an ALL-IN-1 application, it provides READ, PRINT & SEND option
on an object (in particular is an activity log in the customer site).
In the customer environment, some nodes have WordPerfect and some don't,
but they all have WPSPLUS. Some users choose EDT as default, some choose
WPSPLUS and some WPCORP.
I have created a boilerplate so that READ and PRINT and hopefully SEND
can use it.
For READ, the following line works fine
LIST <MERGE CHCL_BODY
For PRINT, in order to maintain the attribute of the
the text of that object (bold, underline ... etc), I have to change
everything to WPSPLUS format like this
...
MERGE CHCL_BODY,OA$TEMP:CHCL_PRINT.WPL\
GET #PRINT_FILE = "OA$TEMP:CHCL_PRINT.WPL"\
DO WPPRINT\
...
However, for SEND, how can I force the mail to be in WPSPLUS format,
I do this
MAIL CREATE/OPEN/NOSEND/TEMPLATE=CHCL$LIB:CHCL_BODY.WPL/NOEDIT
It doesn't work, the document type for that mail is the default editor
for that user.
??? How can I force the mail to be in WPSPLUS format without changing
the user's default editor in between?
??? In ALL-IN-1 Application Programming Reference Volume 2 Page 361,
the description of /EDT[=edit-ini-spec] qualifier for MAIL CREATE
said:
The /EDT qualifier uses the ALL-IN-1 editor. ....
What is "the ALL-IN-1 editor"?
It is ALL-IN-1 V3.0-1 or V3.0A I am talking about.
Thanks
Banquo
% ====== Internet headers and postmarks (see DECWRL::GATEWAY.DOC) ======
% Received: by us1rmc.bb.dec.com; id AA14308; Tue, 30 Nov 93 03:00:03 -0500
% Received: by inet-gw-1.pa.dec.com; id AA12608; Mon, 29 Nov 93 23:56:39 -0800
% Received: from AARNet.ncom.nt.gov.au by mulga.cs.mu.OZ.AU with SMTP (5.83--+1.3.1+0.50); id AA04106 Tue, 30 Nov 1993 18:55:15 +1100 (from DIGITAL_BNY%[email protected]
% Received: from MailHub.ncom.nt.gov.au by aarnet.ncom.nt.gov.au (PMDF V4.2-12 #4927) id <[email protected]>; Tue, 30 Nov 1993 17:21:06 C
% Received: from DECNET-MAIL (DIGITAL_BNY@NMDL01) by mailhub.ncom.nt.gov.au (PMDF V4.2-12 #4927) id <[email protected]>; Tue, 30 Nov 1993 17:25:01 C
% Date: Tue, 30 Nov 1993 17:25:00 -0600 (CST)
% From: BANQUO YUEN 897134 <DIGITAL_BNY%[email protected]>
% Subject: NOTE QUESTION
% To: CROCKE::YUEN
% Message-Id: <[email protected]>
% X-Vms-To: NMDF02::PMDF%"[email protected]"
% X-Vms-Cc: DIGITAL_BNY
% Mime-Version: 1.0
% Content-Transfer-Encoding: 7BIT
T.R | Title | User | Personal Name | Date | Lines |
---|
3603.1 | Try /FNAME | IOSG::MAURICE | Insufficient hair for flower | Tue Nov 30 1993 09:25 | 16 |
|
Hi,
The /EDT parameter is no good for you - it forces an ASCII file. But
what about the /FNAME parameter. With this you specify the filename,
and you can give it a .WPL file extension.
I tried:
MAIL CREATE/OPEN/NOSEND/fname=x.wpl/TEMPLATE=OA$TEMP:CHCL_PRINT.WPL/NOEDIT
and it seemed to work.
Cheers
Stuart
|