UtterAccess.com
X   Site Message
(Message will auto close in 2 seconds)

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Recommended Progress Bar Application?    
 
   
Jerimiah33
post Feb 15 2006, 07:16 PM
Post #1

UtterAccess Enthusiast
Posts: 53



Hey everyone!

I'm wondering if anyone has any input on where to find/buy a good application/plugin/activex control that will allow me to easily and quickly create progress bars within my access applications.

I realize that i can create them myself, but it's too time-consuming to try to incorporate that into my existing code. I also am having trouble with the activeX options in finding documentation and/or examples of how to use them.

I would ideally like some control or piece of code that i can put into a module then re-use with different parameters.

thanks!

mike
Go to the top of the page
 
+
schroep
post Feb 15 2006, 07:22 PM
Post #2

UtterAccess VIP
Posts: 5,200
From: Denver, Colorado [USA]



All you really need for a progress bar is a display element (a textbox formatted using a font that provides a square box, for example, or a drawing rectangle (inside a border rectangle) whose length you can adjust).

Then, all you need is a way to adjust the length of the rectangle (or the # of boxes displayed in the textbox). You can write a simple public sub to which you pass the name of the form, the name of the control, and the desired length (say, as a % of 100%) and it can do the work for you. Now, all you have to do is call that one routine, passing in the necessary parameters.

If you need help, let me know and I'll try to mock something quick up to demo this.
Go to the top of the page
 
+
schroep
post Feb 15 2006, 07:50 PM
Post #3

UtterAccess VIP
Posts: 5,200
From: Denver, Colorado [USA]



I went ahead and made a quick sample. There are two forms; one uses a textbox and WingDings font, the other a rectangle. Both call one global procedure to set the length.
Attached File(s)
Attached File  ProgressBar.zip ( 15.51K ) Number of downloads: 709
 
Go to the top of the page
 
+
freakazeud
post Feb 15 2006, 08:14 PM
Post #4

UtterAccess VIP
Posts: 31,413
From: NC, USA



Also check my sample in the code archive!
HTH
Good luck
Go to the top of the page
 
+
AccessJunkie
post Feb 16 2006, 12:43 AM
Post #5

UtterAccess VIP
Posts: 966
From: Rogue Squadron



Peter and Oliver,

I added the information provided from both of you to my Progress Bar page here:

http://home.bendbroadband.com/conradsystem...ogressbars.html

Any objections to having it there?

Thanks,
--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystem...cessjunkie.html
http://www.access.qbuilt.com/html/articles.html
Go to the top of the page
 
+
radasys
post Feb 16 2006, 06:52 AM
Post #6

UtterAccess Veteran
Posts: 458
From: austria, lake constance



thats the way i do it. posted it months ago to the samples forum but somebody thought its not good enough for the
archive (IMG:http://www.utteraccess.com/forum/style_emoticons/default/wink.gif)
i use it in all my apps.
Attached File(s)
Attached File  progressbar.zip ( 26.4K ) Number of downloads: 339
 
Go to the top of the page
 
+
freakazeud
post Feb 16 2006, 07:36 AM
Post #7

UtterAccess VIP
Posts: 31,413
From: NC, USA



All yours! (IMG:http://www.utteraccess.com/forum/style_emoticons/default/frown.gif)
Go to the top of the page
 
+
AccessJunkie
post Feb 16 2006, 04:49 PM
Post #8

UtterAccess VIP
Posts: 966
From: Rogue Squadron



Thanks Oliver!

--
Jeff Conrad
Access Junkie - MVP
http://home.bendbroadband.com/conradsystem...cessjunkie.html
http://www.access.qbuilt.com/html/articles.html
Go to the top of the page
 
+
Jerimiah33
post Mar 1 2006, 06:46 PM
Post #9

UtterAccess Enthusiast
Posts: 53



hi guys,

freakazeud - am i missing something here? i'm not altogether familiar with acc2000 but i can't seem to get to the code. what's the trick?

thanks,
mike
Go to the top of the page
 
+
Jerimiah33
post Mar 1 2006, 07:23 PM
Post #10

UtterAccess Enthusiast
Posts: 53



nevermind, i got it
Go to the top of the page
 
+
Leoa
post May 18 2011, 05:34 AM
Post #11

New Member
Posts: 1



Although the thread is old but the info inside here is useful. It really help newbie like me in progress bars creation within the access applications.
Go to the top of the page
 
+

Thank you for your support! Reply to this topicStart new topic

Jump To Forum:
 



RSS Go to Top  ·  Lo-Fi Version Time is now: 21st May 2013 - 09:19 AM