PC Review


Reply
Thread Tools Rate Thread

Checking a queue

 
 
LKH
Guest
Posts: n/a
 
      15th Aug 2008
Does Access/VB Code have the ability to regularly check a queue to see if
there is an item in it that needs to be processed, get the item and then
process it?
 
Reply With Quote
 
 
 
 
Klatuu
Guest
Posts: n/a
 
      15th Aug 2008
You can use a form timer event to do that. You set the Timer Interval to a
value to tell it how often to fire the timer event. 1 = 1 millisecond, so
1000 is 1 second.

Then you code the timer event of the form to do whatever needs to be done.
--
Dave Hargis, Microsoft Access MVP


"LKH" wrote:

> Does Access/VB Code have the ability to regularly check a queue to see if
> there is an item in it that needs to be processed, get the item and then
> process it?

 
Reply With Quote
 
LKH
Guest
Posts: n/a
 
      15th Aug 2008
I've never done this before so here's another question... How do I tell it
where to look (such as for a msg coming in via Outlook and getting an
attachment from the e-mail)?

"Klatuu" wrote:

> You can use a form timer event to do that. You set the Timer Interval to a
> value to tell it how often to fire the timer event. 1 = 1 millisecond, so
> 1000 is 1 second.
>
> Then you code the timer event of the form to do whatever needs to be done.
> --
> Dave Hargis, Microsoft Access MVP
>
>
> "LKH" wrote:
>
> > Does Access/VB Code have the ability to regularly check a queue to see if
> > there is an item in it that needs to be processed, get the item and then
> > process it?

 
Reply With Quote
 
Klatuu
Guest
Posts: n/a
 
      15th Aug 2008
The Outlook object model is not my strong suit, so I can't provide any useful
detail for you. I would suggest you post a new question and be specific
about what you want to do, for example:

"I want to use a form timer event to see if new emails have arrived and when
a new email arrives I want to determine if it has an attachement. If it
does, then I want to......"

You will get much better help when your questions clearly describe "What"
you want to do.
--
Dave Hargis, Microsoft Access MVP


"LKH" wrote:

> I've never done this before so here's another question... How do I tell it
> where to look (such as for a msg coming in via Outlook and getting an
> attachment from the e-mail)?
>
> "Klatuu" wrote:
>
> > You can use a form timer event to do that. You set the Timer Interval to a
> > value to tell it how often to fire the timer event. 1 = 1 millisecond, so
> > 1000 is 1 second.
> >
> > Then you code the timer event of the form to do whatever needs to be done.
> > --
> > Dave Hargis, Microsoft Access MVP
> >
> >
> > "LKH" wrote:
> >
> > > Does Access/VB Code have the ability to regularly check a queue to see if
> > > there is an item in it that needs to be processed, get the item and then
> > > process it?

 
Reply With Quote
 
LKH
Guest
Posts: n/a
 
      15th Aug 2008
I will do that - thanks for your help!

"Klatuu" wrote:

> The Outlook object model is not my strong suit, so I can't provide any useful
> detail for you. I would suggest you post a new question and be specific
> about what you want to do, for example:
>
> "I want to use a form timer event to see if new emails have arrived and when
> a new email arrives I want to determine if it has an attachement. If it
> does, then I want to......"
>
> You will get much better help when your questions clearly describe "What"
> you want to do.
> --
> Dave Hargis, Microsoft Access MVP
>
>
> "LKH" wrote:
>
> > I've never done this before so here's another question... How do I tell it
> > where to look (such as for a msg coming in via Outlook and getting an
> > attachment from the e-mail)?
> >
> > "Klatuu" wrote:
> >
> > > You can use a form timer event to do that. You set the Timer Interval to a
> > > value to tell it how often to fire the timer event. 1 = 1 millisecond, so
> > > 1000 is 1 second.
> > >
> > > Then you code the timer event of the form to do whatever needs to be done.
> > > --
> > > Dave Hargis, Microsoft Access MVP
> > >
> > >
> > > "LKH" wrote:
> > >
> > > > Does Access/VB Code have the ability to regularly check a queue to see if
> > > > there is an item in it that needs to be processed, get the item and then
> > > > process it?

 
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
Move a document from an offline printer queue to an online queue? BudV Windows Vista General Discussion 4 12th Sep 2010 03:23 AM
Software to queue up av/as apps to run on files, also queue of scanning? MitchellWmA Anti-Virus 3 19th Jan 2008 03:05 PM
Software to queue up av/as apps to run on files, also queue of scanning? MitchellWmA Anti-Virus 0 13th Jan 2008 10:38 AM
Flash drive print queue which then automatically connects to "physical" queue Jobee Windows XP Print / Fax 1 27th Jun 2006 08:11 AM
System.Collections.Generic.Queue & System.Collections.Queue Synchronized Method nhmark64@newsgroup.nospam Microsoft C# .NET 4 18th Feb 2006 11:09 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:53 AM.