CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2001
    Posts
    15

    Crystal Reports problem

    I have a Access database and I want to display a field in multiple fonts.
    For eg :
    If a field contains 4 words then I want to display first 2 words in Arial and the other 2 words in Times New Roman.
    Is this possible? If yes how?
    Thanx in advance.


  2. #2
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: Crystal Reports problem

    To use multiple fonts in the same text box, you will need to use the rich text box.

    David Paulson

  3. #3
    Join Date
    Jan 2000
    Location
    Saskatchewan, Canada
    Posts
    595

    Re: Crystal Reports problem

    Sorry, I posted without reading your title. I don't think you can diplay different fonts within the same field. You could possibly split up the info in the database and apply it to different fields. There will be no easy way though.

    David Paulson

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured