T.R | Title | User | Personal Name | Date | Lines |
---|
3980.1 | Is the file type .RTF? | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Tue Mar 15 1994 17:23 | 9 |
| Two things to check:
1. Is the file type .RTF?
2. Can you perform a CDA convert using the ALL_IN-1 CDA_CONVERT API
function?
Richard
|
3980.2 | | ROM01::KNOSSO::Negro | | Wed Mar 16 1994 09:43 | 8 |
| Do you mean the file extension?
Yes, it's .RTF
And I can also succesfully convert the document with a <CDA_CONVERT command.
Thanks.
Paola
|
3980.3 | Any messages in the Message buffer? | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Wed Mar 16 1994 13:29 | 17 |
| Yes, I meant the file type/extension, but I used RMS terminology, and .RTF
is what it should be. Also, if a:
<CDA_CONVERT 'file.rtf', 'rtf', 'file.wpl', 'wpl'
works this shows that ALL-IN-1 can call CDA, which in turn can call the RTF
front-end.
You have checked all the things I would usually check for. When you do:
<list_alt oa$curdoc_filename
are there any errors in the ALL-IN-1 message buffer?
Richard
|
3980.4 | No errors... | ROM01::KNOSSO::Negro | | Wed Mar 16 1994 13:49 | 5 |
| No errors in the buffer.
Could it be a problem in how MUPA modified OAET.MAR?
Paola.
|
3980.5 | Check the OAET CDATABLE | IOSG::NEWLAND | Richard Newland, IOSG, REO2-G/L2 | Wed Mar 16 1994 14:09 | 12 |
| It could be the CDATYPES table in OAET.MAR, because it is that which tells
ALL-IN-1 to process a '.RTF' file through the FOREIGN text dataset using
CDA. There should be an entry:
ct <.RTF>, <RTF>
in the CDATYPES table.
Richard
|
3980.6 | Encountered the same problem with RTF file | VNASWS::GACH | Robert Gach, NSTC Vienna, 754/1360 | Tue Mar 29 1994 09:45 | 12 |
| Hi all,
I got exactly the same problem. If i try to read an RTF File within ALL-IN-1
V3.0A I get only blank lines. Maybe a hint: My installation is multi-lingual.
In the OAET.MAR file is an entry for the RTF File.
Any hint is appreciated.
Regards,
Robert
|
3980.7 | generic prob with RTF?? | AIMTEC::WICKS_A | Atlanta's Most (In)famous Welshman | Tue Mar 29 1994 16:53 | 10 |
| robert,
I don't think that being multi-lingual is relevant as OAET is in
SITEOALIBR not SITEOALLV. I know many people who can't get RTF to
work even on a single-languge American v3.0A system - see the TeamlInks
conference for extensive discussion
Regards,
Andrew.D.Wicks
|
3980.8 | Problem occured after installing CDA V2.2 | VNASWS::GACH | Robert Gach, NSTC Vienna, 754/1360 | Fri Apr 01 1994 14:57 | 21 |
| Hi Andrew,
I know a lot of problem with viewing RTF files :-), but the problem occured
after installing CDA V2.2.
<CDA_CONVERT 'file.rtf', 'rtf', 'file.wpl', 'wpl'
returns the warning message %CONVERT-W-ERRSTYLNO, error parsing style number 23.
I get the same warning message if i try to view the file from VMS with
$ VIEW/INTER=CHAR/FORMAT=RTF file.rtf but the content of the file is shown.
<LIST_ALT OA$CURDOC_FILENAME
displays an empty document with only a top and a bottom line.
regards,
Robert
|