A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Progress Bar on Continuous Forms



 
 
Thread Tools Display Modes
  #1  
Old April 8th, 2008, 11:19 AM posted to microsoft.public.access.forms
Surveyor In VA via AccessMonster.com
external usenet poster
 
Posts: 4
Default Progress Bar on Continuous Forms

Good morning,
I am trying to add a progress bar to each record in a continuous form. Is
this possible?

I have a query that has three fields, Name, Total Hours, Used Hours.
I would like to list the Name and then use the Total Hours as the Max of the
progress bar and the used hours as the value of the progress bar. So when
the continuous form is called I can see a visual representation of the number
of hours used on each task I have set up.

Is there a way to link these fields to the each record's progress bar?

Many thanks for any thoughts or ideas that may be given.

Regards,
CF

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200804/1

  #2  
Old April 8th, 2008, 01:03 PM posted to microsoft.public.access.forms
Daniel Pineault
external usenet poster
 
Posts: 658
Default Progress Bar on Continuous Forms

In a db I worked on I simply created a text box with a nice background color
and then set it's width to 0. Then using vba set its width based on a
multiple of the Amount of work completed/Total amount of work to be done.
--
Hope this helps,

Daniel Pineault
For Access Tips and Examples: http://www.cardaconsultants.com/en/msaccess.php
If this post was helpful, please rate it by using the vote buttons.



"Surveyor In VA via AccessMonster.com" wrote:

Good morning,
I am trying to add a progress bar to each record in a continuous form. Is
this possible?

I have a query that has three fields, Name, Total Hours, Used Hours.
I would like to list the Name and then use the Total Hours as the Max of the
progress bar and the used hours as the value of the progress bar. So when
the continuous form is called I can see a visual representation of the number
of hours used on each task I have set up.

Is there a way to link these fields to the each record's progress bar?

Many thanks for any thoughts or ideas that may be given.

Regards,
CF

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200804/1


  #3  
Old April 8th, 2008, 01:52 PM posted to microsoft.public.access.forms
Surveyor In VA via AccessMonster.com
external usenet poster
 
Posts: 4
Default Progress Bar on Continuous Forms

Thank you for the input. I understand the concept with the sizing the text
box and would not have a problem with this in a single form, but being a
continuous form I am not sure what event would be able to be utilized to
change the width of just this records text box, and not all records displayed?


Any thoughts would be greatly appreciated.


Daniel Pineault wrote:
In a db I worked on I simply created a text box with a nice background color
and then set it's width to 0. Then using vba set its width based on a
multiple of the Amount of work completed/Total amount of work to be done.
Good morning,
I am trying to add a progress bar to each record in a continuous form. Is

[quoted text clipped - 12 lines]
Regards,
CF


--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...forms/200804/1

  #4  
Old April 8th, 2008, 04:06 PM posted to microsoft.public.access.forms
Albert D. Kallal
external usenet poster
 
Posts: 2,874
Default Progress Bar on Continuous Forms

You actually might be able to simulate this affects by the following:

I would simply build a function and bind it to a text box


eg:


=(string([Value 1 to 10],"*")

The string function simply in the above will return the number of asterisks
based on the first expression. Thus, the effect would not exactly be a
progress bar, but it would be somewhat similar if you choose to square
character, or perhaps one of the dingbats characters from the keyboard.

And, you could try giving the text a control a particular color, I think you
could get the effect you're looking for.

Even if you don't get the colored bar effect you're looking for, the box
with varying numbers of * in it would give a reasonable visual affect.


--
Albert D. Kallal (Access MVP)
Edmonton, Alberta Canada



 




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:23 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.