Different font in detail section

U

Uros

I n my report user define the type of font (bold, italic,...) for separately
record in detail section. Setings (True/False) is stored in database table
for each data record separately. On Detail_Format I check settings and set
properties for myDataField like this:

Me!myDataField.FontItalic = Me!Italic ........

When report is printing setting is change concerning on settings but all
record have same formating. Its logical on one side, the field is one and
settings is set right .....

Is possible formating each record in detail section separately (font, bold,
italic, uderline), depend on settings in database on some way?

Thanks
 
U

Uros

Yes it's possible :)

I have made a mistake with hidden fields for formating data (true/false for
Bold, Italic,....).

I put these field in 'Report Header' section!?!?!? :(

These fields MUST be in 'Detail' section, then all works fine and each
record have the right format.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top