Dynamic Font Specification

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.
 

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