Hey folks,
Should be a simple task but...
In a small application the user has the ability to decide a few characteristics of the fields to be printed in a report cover (what font size, bold: yes / no, Italic: yes / no).
Problem is although I’m changing the properties for the fields (using the On Activate event trap) the final print it’s not affected, I mean, the fields print with the default properties set and not the ones changed based on the values established by the user.
By the way, the report is open using “DoCmd.OpenReport stDocName, acNormal”, so it does not show on the screen before being printed.
Any help is greatly appreciated.
LRH
L.R. Humberto
If you don't know where you are going to, doesn't matter how fast you are going, you'll never get there.
Should be a simple task but...
In a small application the user has the ability to decide a few characteristics of the fields to be printed in a report cover (what font size, bold: yes / no, Italic: yes / no).
Problem is although I’m changing the properties for the fields (using the On Activate event trap) the final print it’s not affected, I mean, the fields print with the default properties set and not the ones changed based on the values established by the user.
By the way, the report is open using “DoCmd.OpenReport stDocName, acNormal”, so it does not show on the screen before being printed.
Any help is greatly appreciated.
LRH
L.R. Humberto
If you don't know where you are going to, doesn't matter how fast you are going, you'll never get there.