RE: Using Rich Text formating with InfoPath
- From: v-kevy@xxxxxxxxxxxxxxxxxxxx (Kevin Yu [MSFT])
- Date: Wed, 04 Jan 2006 03:33:42 GMT
Hi ssaral,
If you're using a RichTextBox to display the contents, you can get the RTF
string and store it to the SQL database. ADO is the component you use to
get data from the database. You can bind a control to the Recordset field.
Since this is a program developed in InfoPath, I suggest you post this in
microsoft public.office.developer.vba and microsoft.public.infopath
newsgroups. There will be more professionals that can help you on this
issue.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
.
- Prev by Date: Re: how to reference feild data -
- Next by Date: Re: How does ADO 2 update a SQL stored procedure recordset?
- Previous by thread: Re: Identity_Insert
- Next by thread: RE: Using Rich Text formating with InfoPath
- Index(es):
Relevant Pages
- Storing files in PostgreSQL 8.1
... I'm using Delphi 2006 to insert data into a PostgreSQL 8.1 table, containing a bytea field
which should store Word documents. ... I have decided to use ADO. ... My
problem is that if I interpret the bytea field as a String, and use a FileToStringroutine
written by me, it stores only about the first 8k of the file! ... (borland.public.delphi.database.ado) - Re: Incorrect code page conversion
... > I am seeing an incorrect conversion of data stored in SQL database with ...
> We are using ADO, but I suspect this is an OLE DB issue. ... What is the ANSI code
page on the various boxes? ... (microsoft.public.data.oledb) - Re: Please Help!How to write/read 7.5 K binary data to SQL database
... Essentially it is a binary type but allows ... to keep values bigger tan
8000 bytes. ... > Visual C++ 6.0, SQL Database, ADO. ... (microsoft.public.data.ado) - Best way to populate a form with a DataList link?
... have to learn a fair chunk of the .NET platform (VS, ADO, WebForms, C#
... the data is stored as a row in an SQL database table. ... (microsoft.public.dotnet.languages.csharp) - Re: Storing Database Result Field in a Variable.
... I have an ASP page that displays records from a SQL database, ... displaying
all the records. ... not able to store the value to a variable. ... AND CostType
= 'MT114')) AS Total, ... (microsoft.public.frontpage.programming)