PC Review


Reply
Thread Tools Rate Thread

Column Formats

 
 
=?Utf-8?B?am9zZXBo?=
Guest
Posts: n/a
 
      30th May 2005
Hi all
I want to show total hours worked on a task in hours only.
I'd like to show this format in both a Outlook View and a textbox in a
custom form.
Is this possible? If so, how?
Thanks in advance

Joseph

 
Reply With Quote
 
 
 
 
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==
Guest
Posts: n/a
 
      30th May 2005
If you have already added a text box to your custom Task form, display the
properties dialog for that control and click the Value tab. Then choose one
of the first two values in the Format combox box - the ones that don't say
"(Work Time)".

You can also change the display of the TotalWork column in a view by
right-clicking the column header and choose "Format Columns...", and change
the format there as well.

--
Eric Legault - B.A, MCP, MCSD, Outlook MVP
--
Try Picture Attachments Wizard for Outlook!
http://tinyurl.com/9bby8
--
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault/


"joseph" wrote:

> Hi all
> I want to show total hours worked on a task in hours only.
> I'd like to show this format in both a Outlook View and a textbox in a
> custom form.
> Is this possible? If so, how?
> Thanks in advance
>
> Joseph
>

 
Reply With Quote
 
=?Utf-8?B?am9zZXBo?=
Guest
Posts: n/a
 
      31st May 2005
Hi
Thanks for that however this hasn't resolved my question. ie Hours only.
For example When entering 0.2 h in the view column, it automatically
converts it to 12mins. I want it to remain showing the hours.'
Can this be done?

Thanks in advance



"Eric Legault [MVP - Outlook]" wrote:

> If you have already added a text box to your custom Task form, display the
> properties dialog for that control and click the Value tab. Then choose one
> of the first two values in the Format combox box - the ones that don't say
> "(Work Time)".
>
> You can also change the display of the TotalWork column in a view by
> right-clicking the column header and choose "Format Columns...", and change
> the format there as well.
>
> --
> Eric Legault - B.A, MCP, MCSD, Outlook MVP
> --
> Try Picture Attachments Wizard for Outlook!
> http://tinyurl.com/9bby8
> --
> Job: http://www.imaginets.com
> Blog: http://blogs.officezealot.com/legault/
>
>
> "joseph" wrote:
>
> > Hi all
> > I want to show total hours worked on a task in hours only.
> > I'd like to show this format in both a Outlook View and a textbox in a
> > custom form.
> > Is this possible? If so, how?
> > Thanks in advance
> >
> > Joseph
> >

 
Reply With Quote
 
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==
Guest
Posts: n/a
 
      31st May 2005
Okay, I see that the formula in the Total Work field converts to hours - the
four available formats don't do anything for representing a fraction of an
hour if the value is less than one hour. You'll have to create a custom
field, or add a text box on the form, both with this formula:

Round([Total Work]/60,2) & " hours"

--
Eric Legault - B.A, MCP, MCSD, Outlook MVP
--
Try Picture Attachments Wizard for Outlook!
http://tinyurl.com/9bby8
--
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault/


"joseph" wrote:

> Hi
> Thanks for that however this hasn't resolved my question. ie Hours only.
> For example When entering 0.2 h in the view column, it automatically
> converts it to 12mins. I want it to remain showing the hours.'
> Can this be done?
>
> Thanks in advance
>
>
>
> "Eric Legault [MVP - Outlook]" wrote:
>
> > If you have already added a text box to your custom Task form, display the
> > properties dialog for that control and click the Value tab. Then choose one
> > of the first two values in the Format combox box - the ones that don't say
> > "(Work Time)".
> >
> > You can also change the display of the TotalWork column in a view by
> > right-clicking the column header and choose "Format Columns...", and change
> > the format there as well.
> >
> > --
> > Eric Legault - B.A, MCP, MCSD, Outlook MVP
> > --
> > Try Picture Attachments Wizard for Outlook!
> > http://tinyurl.com/9bby8
> > --
> > Job: http://www.imaginets.com
> > Blog: http://blogs.officezealot.com/legault/
> >
> >
> > "joseph" wrote:
> >
> > > Hi all
> > > I want to show total hours worked on a task in hours only.
> > > I'd like to show this format in both a Outlook View and a textbox in a
> > > custom form.
> > > Is this possible? If so, how?
> > > Thanks in advance
> > >
> > > Joseph
> > >

 
Reply With Quote
 
=?Utf-8?B?am9zZXBo?=
Guest
Posts: n/a
 
      2nd Jun 2005
Where abouts in the textbox properties do I set this? (In the Initial Value??)
Where would I apply this formula set the column in the view to show hours
only?
Thanks in advance



"Eric Legault [MVP - Outlook]" wrote:

> Okay, I see that the formula in the Total Work field converts to hours - the
> four available formats don't do anything for representing a fraction of an
> hour if the value is less than one hour. You'll have to create a custom
> field, or add a text box on the form, both with this formula:
>
> Round([Total Work]/60,2) & " hours"
>
> --
> Eric Legault - B.A, MCP, MCSD, Outlook MVP
> --
> Try Picture Attachments Wizard for Outlook!
> http://tinyurl.com/9bby8
> --
> Job: http://www.imaginets.com
> Blog: http://blogs.officezealot.com/legault/
>
>
> "joseph" wrote:
>
> > Hi
> > Thanks for that however this hasn't resolved my question. ie Hours only.
> > For example When entering 0.2 h in the view column, it automatically
> > converts it to 12mins. I want it to remain showing the hours.'
> > Can this be done?
> >
> > Thanks in advance
> >
> >
> >
> > "Eric Legault [MVP - Outlook]" wrote:
> >
> > > If you have already added a text box to your custom Task form, display the
> > > properties dialog for that control and click the Value tab. Then choose one
> > > of the first two values in the Format combox box - the ones that don't say
> > > "(Work Time)".
> > >
> > > You can also change the display of the TotalWork column in a view by
> > > right-clicking the column header and choose "Format Columns...", and change
> > > the format there as well.
> > >
> > > --
> > > Eric Legault - B.A, MCP, MCSD, Outlook MVP
> > > --
> > > Try Picture Attachments Wizard for Outlook!
> > > http://tinyurl.com/9bby8
> > > --
> > > Job: http://www.imaginets.com
> > > Blog: http://blogs.officezealot.com/legault/
> > >
> > >
> > > "joseph" wrote:
> > >
> > > > Hi all
> > > > I want to show total hours worked on a task in hours only.
> > > > I'd like to show this format in both a Outlook View and a textbox in a
> > > > custom form.
> > > > Is this possible? If so, how?
> > > > Thanks in advance
> > > >
> > > > Joseph
> > > >

 
Reply With Quote
 
=?Utf-8?B?RXJpYyBMZWdhdWx0IFtNVlAgLSBPdXRsb29rXQ==
Guest
Posts: n/a
 
      2nd Jun 2005
Okay, here's what you do:

Create a new custom field (either by using the New button on the Field
Chooser dialog while in the Task folder, or the New button on the All Fields
tab of your custom form) called Total Work (hours), of type Formula. Enter
this for the formula value:

Round([Total Work]/60,2) & " hours"

Now drag that field onto the form and into the view for the Task folder.

--
Try Picture Attachments Wizard for Outlook!
http://tinyurl.com/9bby8
--
Eric Legault - B.A, MCP, MCSD, Outlook MVP
Job: http://www.imaginets.com
Blog: http://blogs.officezealot.com/legault/


"joseph" wrote:

> Where abouts in the textbox properties do I set this? (In the Initial Value??)
> Where would I apply this formula set the column in the view to show hours
> only?
> Thanks in advance
>
>
>
> "Eric Legault [MVP - Outlook]" wrote:
>
> > Okay, I see that the formula in the Total Work field converts to hours - the
> > four available formats don't do anything for representing a fraction of an
> > hour if the value is less than one hour. You'll have to create a custom
> > field, or add a text box on the form, both with this formula:
> >
> > Round([Total Work]/60,2) & " hours"
> >
> > --
> > Eric Legault - B.A, MCP, MCSD, Outlook MVP
> > --
> > Try Picture Attachments Wizard for Outlook!
> > http://tinyurl.com/9bby8
> > --
> > Job: http://www.imaginets.com
> > Blog: http://blogs.officezealot.com/legault/
> >
> >
> > "joseph" wrote:
> >
> > > Hi
> > > Thanks for that however this hasn't resolved my question. ie Hours only.
> > > For example When entering 0.2 h in the view column, it automatically
> > > converts it to 12mins. I want it to remain showing the hours.'
> > > Can this be done?
> > >
> > > Thanks in advance
> > >
> > >
> > >
> > > "Eric Legault [MVP - Outlook]" wrote:
> > >
> > > > If you have already added a text box to your custom Task form, display the
> > > > properties dialog for that control and click the Value tab. Then choose one
> > > > of the first two values in the Format combox box - the ones that don't say
> > > > "(Work Time)".
> > > >
> > > > You can also change the display of the TotalWork column in a view by
> > > > right-clicking the column header and choose "Format Columns...", and change
> > > > the format there as well.
> > > >
> > > > --
> > > > Eric Legault - B.A, MCP, MCSD, Outlook MVP
> > > > --
> > > > Try Picture Attachments Wizard for Outlook!
> > > > http://tinyurl.com/9bby8
> > > > --
> > > > Job: http://www.imaginets.com
> > > > Blog: http://blogs.officezealot.com/legault/
> > > >
> > > >
> > > > "joseph" wrote:
> > > >
> > > > > Hi all
> > > > > I want to show total hours worked on a task in hours only.
> > > > > I'd like to show this format in both a Outlook View and a textbox in a
> > > > > custom form.
> > > > > Is this possible? If so, how?
> > > > > Thanks in advance
> > > > >
> > > > > Joseph
> > > > >

 
Reply With Quote
 
=?Utf-8?B?am9zZXBo?=
Guest
Posts: n/a
 
      7th Jun 2005
Thanks Eric
That worked great. Although I would've liked to be able to enter the value
in hours or minutes and automatically display it in hours instead of adding
an extra formula field.
Thanks for your help:-)



"Eric Legault [MVP - Outlook]" wrote:

> Okay, here's what you do:
>
> Create a new custom field (either by using the New button on the Field
> Chooser dialog while in the Task folder, or the New button on the All Fields
> tab of your custom form) called Total Work (hours), of type Formula. Enter
> this for the formula value:
>
> Round([Total Work]/60,2) & " hours"
>
> Now drag that field onto the form and into the view for the Task folder.
>
> --
> Try Picture Attachments Wizard for Outlook!
> http://tinyurl.com/9bby8
> --
> Eric Legault - B.A, MCP, MCSD, Outlook MVP
> Job: http://www.imaginets.com
> Blog: http://blogs.officezealot.com/legault/
>
>
> "joseph" wrote:
>
> > Where abouts in the textbox properties do I set this? (In the Initial Value??)
> > Where would I apply this formula set the column in the view to show hours
> > only?
> > Thanks in advance
> >
> >
> >
> > "Eric Legault [MVP - Outlook]" wrote:
> >
> > > Okay, I see that the formula in the Total Work field converts to hours - the
> > > four available formats don't do anything for representing a fraction of an
> > > hour if the value is less than one hour. You'll have to create a custom
> > > field, or add a text box on the form, both with this formula:
> > >
> > > Round([Total Work]/60,2) & " hours"
> > >
> > > --
> > > Eric Legault - B.A, MCP, MCSD, Outlook MVP
> > > --
> > > Try Picture Attachments Wizard for Outlook!
> > > http://tinyurl.com/9bby8
> > > --
> > > Job: http://www.imaginets.com
> > > Blog: http://blogs.officezealot.com/legault/
> > >
> > >
> > > "joseph" wrote:
> > >
> > > > Hi
> > > > Thanks for that however this hasn't resolved my question. ie Hours only.
> > > > For example When entering 0.2 h in the view column, it automatically
> > > > converts it to 12mins. I want it to remain showing the hours.'
> > > > Can this be done?
> > > >
> > > > Thanks in advance
> > > >
> > > >
> > > >
> > > > "Eric Legault [MVP - Outlook]" wrote:
> > > >
> > > > > If you have already added a text box to your custom Task form, display the
> > > > > properties dialog for that control and click the Value tab. Then choose one
> > > > > of the first two values in the Format combox box - the ones that don't say
> > > > > "(Work Time)".
> > > > >
> > > > > You can also change the display of the TotalWork column in a view by
> > > > > right-clicking the column header and choose "Format Columns...", and change
> > > > > the format there as well.
> > > > >
> > > > > --
> > > > > Eric Legault - B.A, MCP, MCSD, Outlook MVP
> > > > > --
> > > > > Try Picture Attachments Wizard for Outlook!
> > > > > http://tinyurl.com/9bby8
> > > > > --
> > > > > Job: http://www.imaginets.com
> > > > > Blog: http://blogs.officezealot.com/legault/
> > > > >
> > > > >
> > > > > "joseph" wrote:
> > > > >
> > > > > > Hi all
> > > > > > I want to show total hours worked on a task in hours only.
> > > > > > I'd like to show this format in both a Outlook View and a textbox in a
> > > > > > custom form.
> > > > > > Is this possible? If so, how?
> > > > > > Thanks in advance
> > > > > >
> > > > > > Joseph
> > > > > >

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Copying formats - column widths, formats, outlining to worksheets =?Utf-8?B?RGF2aWRCcjMxOA==?= Microsoft Excel Worksheet Functions 4 14th Aug 2009 06:03 AM
Copy Column Formats Risky Dave Microsoft Excel Programming 1 28th Jun 2009 12:43 AM
set all column formats to Text =?Utf-8?B?R2VycnlN?= Microsoft Excel Worksheet Functions 3 23rd Feb 2006 05:12 AM
Default column formats =?Utf-8?B?Wm9ya2ZvYg==?= Microsoft Excel Misc 5 4th Mar 2005 02:23 AM
Outlook Column Formats Steve Leeke Microsoft Outlook Discussion 1 18th Nov 2003 05:11 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:06 AM.