Different font in detail section

  • Thread starter Thread starter Uros
  • Start date Start date
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
 
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.
 
Back
Top