Tuesday, May 19, 2009

Another Office Tip: Format painter (Office)

FormatPainter The Format Painter tool replicates the formatting from one part of a document to another. So instead of manually redoing all the formatting yourself, you can use the Format Painter.

1. select the text whose formatting you want to replicate.

2. click the Format Painter toolbar button.
3. select the text you want to imbue with the format.

For bonus points,
1. select the text whose formatting you want to replicate

2. double-click the Format Painter toolbar button.
3. select the multiple texts you want to imbue with the format

Source: http://office.Microsoft.com

Tuesday, May 5, 2009

Business Rule Engine and Static .net Classes

When using static classes together with the Rule Engine you will get an error when testing the policy

Fact unrecognized.

The solution is explained in the following link, in a few words,Business Rule Engine needs an instance of a class and don’t know how to work with Static classes but by changing a parameter it can be solved.

http://geekswithblogs.net/cyoung/articles/111169.aspx


Thanks to Jean-Francois Philagor for pointing this article.