Re: Hanging indent via Rich Text Control?



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
> > Print
> > > 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
> > > >
> > > >
> >
> >

.



Relevant Pages

  • Lebans Rich Text Control LDB/Locking Problem
    ... I'm experimenting with Stephen Lebans' Rich Text Control for doing RTF ... data entry into a memo field. ...
    (comp.databases.ms-access)
  • Re: A problem with clsJustifyText
    ... on the same "column"(the second control beneath the first control). ... Stephen Lebans ... The memo field contains forewords from different bodies, ... Do you have any other code behind this report? ...
    (microsoft.public.access.reports)
  • Re: Access 2003 & Rich Text Fields
    ... There is no such modification required for my control. ... >> When I added the MS RTF to my accounting system back in A 97, ... >> "Stephen Lebans" ... >>> Access Code, Tips and Tricks ...
    (microsoft.public.access.modulesdaovba)
  • Re: RTF Control not displaying data
    ... displays formatted/encoded RTF text....not plain text. ... I have posted code in the past few months to add the required RTF encoding ... Email: "Stephen Lebans" ... The RTF control can only display RTF encoded text. ...
    (microsoft.public.access.forms)
  • Re: Format Text in Memo Field
    ... The control seems to accomplish what I need. ... One problem is that Stephen's control requires raw RTF code. ... I tried creating a file in Word and saving that in RTF format but was ... That means I can create a master RTF memo field once, ...
    (microsoft.public.access.reports)