PC Review


Reply
Thread Tools Rate Thread

Re: message to wait

 
 
David C. Holley
Guest
Posts: n/a
 
      11th Apr 2010
You can create a form that is displayed when the code starts executing and
which is then hidden when its finished. At certain points throughout the
code you can update your users by adding a label to the form whose caption
you then update as in..

[Forms]![frmAdvisory]![lblAdvisoryText].Caption "Working on Step (2) of
(5)..."
[Forms]![frmAdvisory].Repaint

Calling the .Repaint method of the form is neccessary to show the new
caption.

"samotek via AccessMonster.com" <u15330@uwe> wrote in message
news:a660fee377164@uwe...
> is there any simple code to show some figure as sandwatch or something
> while
> my main code is running?
>
> --
> Message posted via http://www.accessmonster.com
>



 
Reply With Quote
 
 
 
 
Lance McGonigal
Guest
Posts: n/a
 
      11th Apr 2010
I use a table similar to the windows log and show it on my menu. When
code starts, stops or err I make an entry. I have a timer on the form
that refreshes every 5 sec. Works great for batch jobs and basic
functions.

"David C. Holley" <David.C.Holley> wrote:
> You can create a form that is displayed when the code starts executing
> and
> which is then hidden when its finished. At certain points throughout
> the
> code you can update your users by adding a label to the form whose
> caption
> you then update as in..
>
> [Forms]![frmAdvisory]![lblAdvisoryText].Caption "Working on Step (2)
> of
> (5)..."
> [Forms]![frmAdvisory].Repaint
>
> Calling the .Repaint method of the form is neccessary to show the new
> caption.
>
> "samotek via AccessMonster.com" <u15330@uwe> wrote in message
> news:a660fee377164@uwe...
> > is there any simple code to show some figure as sandwatch or
> > something
> > while
> > my main code is running?
> >
> > --
> > Message posted via http://www.accessmonster.com
> >

>
>
>

 
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
start /wait does not wait :( Yandos Windows XP General 3 23rd May 2007 08:54 AM
XP SP2 Please wait ... please wait ... please wait ... please wait ... PK Windows XP General 0 27th Aug 2004 12:02 AM
"Please wait while Microsoft Outlook Exits" - and wait, and wait, and wait... steŠ Microsoft Outlook Discussion 5 4th Jul 2004 05:34 PM
Best replacement for wait/notify (Monitor.Wait()/Monitor.Pulse()) on the CompactFramework? Carl Rosenberger Microsoft Dot NET Compact Framework 5 19th Sep 2003 07:31 PM
Wait does not wait in calling card dialing Jim Warren Windows XP Networking 0 19th Sep 2003 12:31 AM


Features
 

Advertising
 

Newsgroups
 


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