Re: RichText in continuous form

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Stephen Lebans (ForEmailGotoMy.WebSite.-WWWdotlebansdotcom_at_linvalid.com)
Date: 09/09/04


Date: Thu, 9 Sep 2004 19:54:31 -0300

If I understand you correctly, just stick an RTF control on a seperate
form. From the Double Click event of the TextBox bound to the Memo field
on the form set to Continuous view, simply popup the RTF form passing
the current Memo field's contents to the unbound RTF control.

--
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
"Alain" <alain.teyssedre-NoSpam@libertysurf.fr> wrote in message
news:OGrVJNrlEHA.2612@TK2MSFTNGP15.phx.gbl...
> Thank you for answering me Stephen
>
> It is precisely because it is not possible to use ActiveX control in a
> continuous form that I am trying to imagine an other solution.
>
> Your exemple RixhTextClipboard is quite close from what I am looking
for: In
> your "CreateRichtext" Form you display
> RixhText in the "txtPlainText" text zone (after clicking), without
RichText
> enhancement like in a classic memo field.
>
> I would like to have such a "txtPlainText" in a continuous view form
in
> order to be able to read the contend of my "Rich text / memo"
> from a table (even if it is limited to 256 caraters) like an ordinary
memo
> field in Access.
> To have the full use/functionallity of a memo selected  on the form my
idea
> was to open another form in a simple mode to be able to view and write
with
> full rich text functionnality.
> Do you think it is possible ?
>
> best regards
> Alain
>
>
>
> "Stephen Lebans"
<ForEmailGotoMy.WebSite.-WWWdotlebansdotcom@linvalid.com> a
> écrit dans le message de news:uDFZB4plEHA.3356@TK2MSFTNGP14.phx.gbl...
> > You cannot use ActiveX controls in a form set to Continuous view.
THere
> > is no workaround.
> >
> > --
> >
> > HTH
> > Stephen Lebans
> > http://www.lebans.com
> > Access Code, Tips and Tricks
> > Please respond only to the newsgroups so everyone can benefit.
> >
> >
> > "Alain" <alain.teyssedre-NoSpam@libertysurf.fr> wrote in message
> > news:#ossd5olEHA.896@TK2MSFTNGP12.phx.gbl...
> > > Hello
> > >
> > > I have Found on Stephen's Leban Web site some very interesting
> > examples
> > > integrating Rich Text to be diplayed on forms or reports.
> > >
> > > As I do not know how to modify these exemple in order to have the
> > following
> > > property, I would be happy if someone could help me.
> > >
> > > I would like be able to have some Rich text in a memo designed in
the
> > detail
> > > section of a form in continuous mode.
> > > As it does not work directly, I imagine having in my form a Text
zone
> > > showing like an ordinary memo field my text, and when I dble click
on
> > it
> > > open a form showing the RichText version.
> > >
> > > Many thanks for  helping me to solve my problem
> > >
> > > best regards
> > >
> > > Alain
> > >
> > >
> >
>
>


Relevant Pages

  • Re: HELP!!! Corrupt data table
    ... The table stores only a pointer to the location where the memo field is ... Change it to a Make Table query. ... Open the new table in design view, and add the memo field. ... General tips on recovering from corruption: ...
    (microsoft.public.access.formscoding)
  • Re: HELP!!! Corrupt data table
    ... > The table stores only a pointer to the location where the memo field is ... Create a query into your table. ... Open the new table in design view, and add the memo field. ... > General tips on recovering from corruption: ...
    (microsoft.public.access.formscoding)
  • Re: Pasting 1st line of memo field to a text field (revisited)
    ... the first line of memo field into a text field, ... This will not have a CR/LF at the end. ... Then change the table name and memo field name in the code below. ... Dim r As DAO.Recordset ...
    (comp.databases.ms-access)
  • Re: How do I insert date and time before typing a new note in Access 2
    ... view I set up a memo box so employees of my company can type notes into the ... all other employees aware of that. ... timestamp - all in one memo field, I'd VERY strongly suggest using a one to ... This table should have a foreign key field ...
    (microsoft.public.access.gettingstarted)
  • Re: RichText in continuous form
    ... Because I won't be able to read/answer newsgroup this week, ... I would like to "stick an RTF control on a seperate form. ... Click event of the TextBox bound to the Memo ...
    (microsoft.public.access.formscoding)