Re: Formatting Text on character & memo fields



One way would be to use the Microsoft RTF control. You place this on a form
and bind it to a memo field, then formatted RTF text can be stored in the
memo field. In order for this to work on reports, you would need a report
tool that can interpret RTF, such as Crystal reports.
hth
wayne
"Jack Jones" <ajack100nospam@xxxxxxxxxxx> wrote in message
news:126ilrf7nmvor88@xxxxxxxxxxxxxxxxxxxxx
Hello,

I am using VFP 6.0 - service pack 5.

I am looking for a way to format specific text that has been stored in or
will be stored in character or memo fields.

For Example;
I want to store "This is a line of text in which <this> word is in bold
and <this> word is underlined" into a character or memo field in my
database.

I would then like to take the text from the database field and print it
out using a report, with the appropriate text in bold or underlined etc.

Any ideas?

Thanks in advance
Mark Nixon



.



Relevant Pages

  • Re: RichText in a "classic" TextBox
    ... The RTF ActiveX control has a plain Text property. ... Access Code, Tips and Tricks ... > I would be able to read in a Classic Text Box bound to a Memo Field, ...
    (microsoft.public.access.forms)
  • Re: Hanging indent via Rich Text Control?
    ... The control can either be Unbound or Bound to a single Memo field, ... you would have to programmatically add the necessary RTF encoding ... >> Stephen Lebans ...
    (microsoft.public.access.reports)
  • Re: Lebans RTF2 Control Default Font Microsoft Access 2003
    ... This is the code behind my button that corrects the non RTF code with RTF ... than the system font, which when brought up in Word shows up as long thin ... The code selects memo field contents that are missing RTF ... Set mdb = CurrentDb ...
    (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)
  • Re: Formatted RTF in Memo field?
    ... use the MS RTF control or one of the various 3rd party products. ... and the whole thing is saved in the memo field of a different table. ... VFP doesn't seem to care what you put in a memo ...
    (microsoft.public.fox.programmer.exchange)