|
|
Welcome Guest ( Log In | Register ) · View New Posts · View Unanswered Topics
![]() ![]() |
|
|
Feb 15 2006, 07:16 PM
Post
#1
|
|
|
UtterAccess Addict 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 |
|
|
|
Feb 15 2006, 07:22 PM
Post
#2
|
|
![]() UtterAccess VIP Posts: 5,082 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. -------------------- Peter Schroeder | Microsoft Access MVP 2007, 2008
In theory, there is no difference between theory and practice. In practice, there is. |
|
|
|
Feb 15 2006, 07:50 PM
Post
#3
|
|
![]() UtterAccess VIP Posts: 5,082 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)
-------------------- Peter Schroeder | Microsoft Access MVP 2007, 2008
In theory, there is no difference between theory and practice. In practice, there is. |
|
|
|
Feb 15 2006, 08:14 PM
Post
#4
|
|
|
UtterAccess Editor Posts: 31,413 From: NC, USA |
-------------------- |
|
|
|
Feb 16 2006, 12:43 AM
Post
#5
|
|
![]() UtterAccess VIP Posts: 787 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 |
|
|
|
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 i use it in all my apps.
Attached File(s)
-------------------- |
|
|
|
Feb 16 2006, 07:36 AM
Post
#7
|
|
|
UtterAccess Editor Posts: 31,413 From: NC, USA |
All yours!
-------------------- |
|
|
|
Feb 16 2006, 04:49 PM
Post
#8
|
|
![]() UtterAccess VIP Posts: 787 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 |
|
|
|
Mar 1 2006, 06:46 PM
Post
#9
|
|
|
UtterAccess Addict 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 |
|
|
|
Mar 1 2006, 07:23 PM
Post
#10
|
|
|
UtterAccess Addict Posts: 53 |
nevermind, i got it
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 10th September 2010 - 04:57 PM |