Re: RTF-to-ASCII Conversion
From: Jeff Johnson [MVP: VB] (i.get_at_enough.spam)
Date: 06/24/04
- Next message: Minh: "working with dataadapter,dataset,datagrid!VB.Net"
- Previous message: Minh: "Image header information!"
- In reply to: delphis96: "RTF-to-ASCII Conversion"
- Next in thread: delphis96: "Re: RTF-to-ASCII Conversion"
- Reply: delphis96: "Re: RTF-to-ASCII Conversion"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 24 Jun 2004 14:26:14 -0400
"delphis96" <delphis96@discussions.microsoft.com> wrote in message
news:342DD5AF-1776-4159-80EC-F12D3920144D@microsoft.com...
> If a RTF field is converted to ASCII text (in order to be stored in an
> Oracle database), is formatting also saved in this string (i.e. bold,
italic,
> bullets, indent, etc.)?
Your question contradicts itself, sort of. For one thing, RTF itself is
composed of nothing but ASCII characters, so I don't know exactly what you
mean by "converted to ASCII text." For another, what most of us would think
of when we hear "ASCII text" suggests NO formatting, so your question
answers itself.
If you're using a Rich Text Box and you WANT to preserve the formatting, you
need to save the TextRTF property to a character field on Oracle and then
read that data back in to the same property. However, you didn't state that
that's what you're using, so I'm having to make guesses.
- Next message: Minh: "working with dataadapter,dataset,datagrid!VB.Net"
- Previous message: Minh: "Image header information!"
- In reply to: delphis96: "RTF-to-ASCII Conversion"
- Next in thread: delphis96: "Re: RTF-to-ASCII Conversion"
- Reply: delphis96: "Re: RTF-to-ASCII Conversion"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|