Change multiple Column Fonts and Columnheader Color

Hi guys,

I want to change all column fonts in a view to one size and one font type ( non bold ). And this without opening every of the 150 views.

How can I achieve this ??? I have found multiple links to www.Jagre.com but this site is absent and no more on this site and the new address www.jagre.net is not found, where are the good tools from Jagre ?

Has anyone suggestions for me ?

Thank

M. Weller

Subject: Change multiple Column Fonts and Columnheader Color

Hello Marco,

You can find information about Jagre Font X-Change and Color X-Change on the reactivated Jagre Web site at http://www.jagre.net.

If you have any questions about the products, post a message on the Web site by clicking the Contact Us link.

James Greene

Jagre Incorporated

Subject: Change multiple Column Fonts and Columnheader Color

New read/write properties in R6 notesViewColumn class:

notesViewColumn.HeaderFontFace = face$

notesViewColumn.HeaderFontPointSize = size%

notesViewColumn.FontFace = face$

notesViewColumn.FontPointSize = size%

New color properties as well.

Check out the Designer help in R6.

Subject: RE: Change multiple Column Fonts and Columnheader Color

Thanks for the fast answer, but I think we are talking about two different things.

I want to change the properties one time at all views, not every time I open a view ( problems for index-task ==> some side-effects).

Tools like Jagre Font X-Changer do that on the selected views with on setting and button click.

Thanks

M. Weller

Subject: RE: Change multiple Column Fonts and Columnheader Color

It sounded to me like you needed to make a design change across 150 views and didn’t want to do it through the IDE (which would be slow going). Hence I was implying you could programmatically change the font property on a given column.

e.g. loop through the (150) views, find the column & change the style.

I do not see how the properties would be changing everytime you open the view.

Subject: RE: Change multiple Column Fonts and Columnheader Color

I’m totally sorry, I misunderstood your statement. I thought you will change the view properties in the queryopen event of the view.

Thanks for the tip

M. Weller