J
Jim Shaw
Where, under which event, may I dynamically change the font specified for a
report element?
In production, my application needs to print bar codes using the 3 or 9
code. Under development, however, we want plain language to assure the
correct data is present. I'm hoping there's a way that I can go to one
place when we got to production and make the font changes with out having to
visit every report and form in the application to make the switch.
I'm thinking I can put the font name in a variable and then in the load
event for each report, do a 'mytextbox.FormName = VariableFontName' kind of
code. Then in one place I can set the variablefontName as needed. However,
attemtps to do this are not having any effect in the places I've tried.
Thanks for your help.
report element?
In production, my application needs to print bar codes using the 3 or 9
code. Under development, however, we want plain language to assure the
correct data is present. I'm hoping there's a way that I can go to one
place when we got to production and make the font changes with out having to
visit every report and form in the application to make the switch.
I'm thinking I can put the font name in a variable and then in the load
event for each report, do a 'mytextbox.FormName = VariableFontName' kind of
code. Then in one place I can set the variablefontName as needed. However,
attemtps to do this are not having any effect in the places I've tried.
Thanks for your help.