[AccessD] Timer Event

William Hindman wdhindman at dejpolsystems.com
Thu Jun 19 21:03:11 CDT 2008


http://www.rogersaccesslibrary.com/Otherdownload.asp?SampleName='ProgressBar.mdb'

...Lambert has a pure Access code progress bar sample app that uses the API 
rather than a timer ...might be what you are looking for.

William
"Sen. McCain will bring a lifetime of experience to the campaign...  Sen. 
Obama will bring a speech that he gave." Hillary Clinton

--------------------------------------------------
From: "Rocky Smolin at Beach Access Software" <rockysmolin at bchacc.com>
Sent: Thursday, June 19, 2008 12:23 PM
To: "'Access Developers discussion and problem solving'" 
<accessd at databaseadvisors.com>
Subject: [AccessD] Timer Event

>
>
>
>
> Dear List:
>
> The client would like a progress box to display during a lengthy 
> calculation
> - can take up to a minute and I told him that some kind of indication 
> should
> appear on the form so the user knows something is happening.
>
> I implemented one solution which is OK.  I have a sub which adds a period 
> to
> a text box on the calling form.  And so I can lace calls to that routine
> throughout the calculations.  Problem is that it doesn't produce these
> periods in equal time intervals.
>
> So what he really wants now is a progress indicator that would change 
> every
> 1/4 second or so, and when it got to its maximum length would start over
> again.  Not a difficult thing to do.
>
> I thought I could use the timer event on the form that calls the
> calculation, but the calculation is in a Public module and so, while it is
> running, the timer event doesn't trigger.
>
> Is there a way around this or another approach?
>
> MTIA
>
> Rocky Smolin
>
> Beach Access Software
>
> 858-259-4334
>
> www.e-z-mrp.com <http://www.e-z-mrp.com/>
>
> www.bchacc.com <http://www.bchacc.com/>
>
>
>
>
>
>
> -- 
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com 





More information about the AccessD mailing list