Beginners Design Question

E

escamoteur

Hi,

before running in the wrong direction I hope you can give me some advice.

I have choosen the Task item as base for my custom item / Inspektors. I will replace the whole form region.

Now several fields of the task item solve almost the same purpose as I would need them in my Application but the names just don't
fit.
Ok, I can rename the Fields description on the Form, but what is with the explorer views. can I also rename the column titles?

Or should I add all fields I need as custom fields??

Best
Tom
 
S

Sue Mosher [MVP]

You should be able to rename the column titles using the View.XML property.
BUT that won't affect any new views or any views that the user modifies to
add those fields. Those views will still use the standard names. Therefore,
if controlling the names of the columns in all situations is important, you
should consider using custom fields.
 
E

escamoteur

Thanks Sue, this is an important point!

Sue Mosher said:
You should be able to rename the column titles using the View.XML property.
BUT that won't affect any new views or any views that the user modifies to
add those fields. Those views will still use the standard names. Therefore,
if controlling the names of the columns in all situations is important, you
should consider using custom fields.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
 

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