× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



It sounds like a RTF syntax error. Although MS Word will attempt to fix up
subtle mistakes in RTF syntax, other programs often do not.
Make sure you start your RTF file with '{\rtf'  (without the quotes) and end
it with a closing right-bracket.

Have you considered using HTML instead of RTF? You have nearly as much basic
formatting as you do with RTF, plus MS Office will read the HTML and easily
convert it to native MS Word format.

-Bob Cozzi
www.RPGxTools.com
RPG xTools - Enjoy programming again.


-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Grizzly M
Sent: Wednesday, September 14, 2005 1:55 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: IFS codepage question

I'm trying create a .RTF file via a stream file. I'm running into
problems that I suspect are caused by the codepage I'm using. For
starters I opened the stream file with a codepage of 819 and populated
it. When I opened the .RTF file all of RTF formatting syntax showed up.
Obviously that is because all of the data was translated as text. I then
tried codepages 427 and 850, but that didn't work either. 
Can anyone tell me if all I need to do is find the correct codepage, or
is there something else I should be looking into? I suppose it's also
possible that I'm not opening the stream file correctly. I'll post the
code that I have.

// Open 
RC2=open(TempStrmFile: O_CREAT+O_WRONLY+O_CODEPAGE: S_IWUSR: 850);

// Close file
Closef(RC2);

// Open again 
Open_Flag = O_WRONLY+O_TEXTDATA;
RC2 = Open(TempStrmFile:Open_Flag);

Thanks in advance. 
P.S. I'm not using database files so CPYTOPCD isn't an alternative as
far as I know.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.