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
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