Re: Hanging indent via Rich Text Control?
- From: "Stephen Lebans" <ForEmailGotoMy.WebSite.-WWWdotlebansdotcom@xxxxxxxxxxxx>
- Date: Tue, 14 Jun 2005 21:17:26 -0300
The control can either be Unbound or Bound to a single Memo field ,
period. You can certainly use cocatenation to build an RTF string but
you would have to programmatically add the necessary RTF encoding
yourself.
If you have multiple MEMO fields containing RTF encoded text then you
could programmatically fill a single RTF control with the contents of
the multiple fields.
--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Brucels" <Brucels@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:0DCD8F21-5D50-42F8-8705-E18A400BF3F8@xxxxxxxxxxxxxxxx
> Stephen,
>
> I would like the RTF control to be bound to concatenation of a number
of
> what are currently text fields. If I changed them to memo fields,
would the
> concatenation work?
>
> Thanks,
> Bruce
>
> "Stephen Lebans" wrote:
>
> > The Print Preview issue is a known bug but the contents do render
> > correctly when physically printed.
> >
> > If you are not seeing the contents of the control at all are you
sure
> > you have the RTF control bound to a MEMO field in your table
containing
> > RTF encoded text?
> >
> > --
> >
> > HTH
> > Stephen Lebans
> > http://www.lebans.com
> > Access Code, Tips and Tricks
> > Please respond only to the newsgroups so everyone can benefit.
> >
> >
> > "Brucels" <Brucels@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > news:C2CA8E83-A177-4051-9B07-A5447804EA9D@xxxxxxxxxxxxxxxx
> > > Thank you, Stephen. I tried that, but although I did not get any
error
> > > messages about the format of the new control, it was not visible
in
> > > Preview or on the printout. Any insights?
> > >
> > > Bruce
> > >
> > > "Stephen Lebans" wrote:
> > >
> > > > You would have to remove your TextBox control and replace it
with
> > the MS
> > > > Rich Text ActiveX control.
> > > >
> > > > --
> > > >
> > > > HTH
> > > > Stephen Lebans
> > > > http://www.lebans.com
> > > > Access Code, Tips and Tricks
> > > > Please respond only to the newsgroups so everyone can benefit.
> > > >
> > > >
> > > > "Brucels" <Brucels@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> > > > news:7AC53BEE-70C8-41DF-B5B5-B7F4480A5288@xxxxxxxxxxxxxxxx
> > > > > I need to indent the second and succeeding lines of a text box
> > > > ("hanging
> > > > > "indent") in an Access 2003 report. I found a great deal of
> > > > information on
> > > > > Rich Text Box controls at
> > > > >
> > > > >
> > > >
> >
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rtfbox9
> > > > 8/html/vbobjrichedit.asp
> > > > >
> > > > > EXCEPT how to actually create the control. What do I need to
do to
> > > > either
> > > > > change my current text box to a Rich Text Box or replace it
with
> > an
> > > > RTB?
> > > > >
> > > > > Thanks,
> > > > > Bruce
> > > >
> > > >
> >
> >
.
- References:
- Hanging indent via Rich Text Control?
- From: Brucels
- Re: Hanging indent via Rich Text Control?
- From: Stephen Lebans
- Re: Hanging indent via Rich Text Control?
- From: Brucels
- Re: Hanging indent via Rich Text Control?
- From: Stephen Lebans
- Re: Hanging indent via Rich Text Control?
- From: Brucels
- Hanging indent via Rich Text Control?
- Prev by Date: Re: Unable to have multiple queries feeding a single report
- Next by Date: Re: report footer
- Previous by thread: Re: Hanging indent via Rich Text Control?
- Next by thread: filtering with a date range
- Index(es):
Relevant Pages
|