COMPLEX REPORT IN ACCES ( HTML REPORTS) 
Author Message
 COMPLEX REPORT IN ACCES ( HTML REPORTS)

HI,
I Have a simple Access Database containing a table with a field named
"description".
this field hold a string that contains some HTML simple tags :  <b> ,
<i> , <u> ,</b>,</i>,</i>.
I some string like:
<B>My name is</B>: <I>Mehdi</I>, I work as a <U>Programmer</U>
there are no nested tags there.
the work I want to do is to gererate a REPORT  in order to print  this
field with the properties of  ITALIC,UNDERLINE,BOLD.
in the print  I don't want the tags to be printed.
if  the text begins with <B> and finishs with </B> ,  I want  the  text to
be
printed BOLD.
I appreciate your great help.
Best Regards,
Mehdi


Fri, 21 Nov 2003 18:21:22 GMT  
 COMPLEX REPORT IN ACCES ( HTML REPORTS)
In Access 97, you need to split this text into several textbox controls,
because you cannot apply multiple format properties to one string. (Can't
you? Be sure and check out www.lebans.com I can't remember)

Use the fontbold, fontunderline and fontitalic properties for the
formatting. Maybe the property names are a bit off, I'm writing this off my
head.

--
Regards,
Bas Cost Budde
website at http://utopia.knoware.nl/users/hegedu



Quote:
> HI,
> I Have a simple Access Database containing a table with a field named
> "description".
> this field hold a string that contains some HTML simple tags :  <b> ,
> <i> , <u> ,</b>,</i>,</i>.
> if  the text begins with <B> and finishs with </B> ,  I want  the  text to
> be
> printed BOLD.



Sat, 22 Nov 2003 00:41:29 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. crystal reports, how to create complex reports

2. Reports, reports, reports, reports.....REPORTS!

3. Help needed with complex report

4. How to export complex reports into PowerPoint

5. How to export complex reports to PowerPoint

6. Complex Report Please Help!!! THX

7. Create complex report with VB DataReport ?

8. Crystal Reports and Acces Mdb

9. How to open crystal report in VB which the acces database contains password

10. Open Acces Report from within VB app

11. Create complex report with VB DataReport ?

12. Printing an Acces report ?

 

 
Powered by phpBB® Forum Software