Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
vba code skips ahead unless I add a msgbox (when using fingerprint scanner)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
RCGUA  
View profile  
 More options Nov 4, 12:16 am
Newsgroups: microsoft.public.access
From: RCGUA <stv.nels...@gmail.com>
Date: Tue, 3 Nov 2009 05:16:58 -0800 (PST)
Local: Wed, Nov 4 2009 12:16 am
Subject: vba code skips ahead unless I add a msgbox (when using fingerprint scanner)
I have an Access 2003 form where I am using a finger print scanner to
enter the users name.
The finger print scanner is Eikon Digital Privacy Manager for PC with
their Protector Suite software.

When I click a button on a form clear the form, I want it to make the
"lstEmployeePayments" listbox invisible >> then >  open the finger
print scanner (PassportManger) bit which will get the next persons
finger print.   But, the code below completely ignores the first line
and skips ahead to open the finger print thing.   If I put a msgbox
after the first line, then it works perfectly.

Forms![frmCASA-4payments].lstEmployeePayments.Visible = False
Set MyPassMgr = CreateObject("PSuiteAX.VtPassportManager")
Set MyPassport = MyPassMgr.OpenPassport("", False)
i = MyPassport.UserName
Me.cboWorkerName = ""

http://www.upek.com/solutions/eikon/default.asp


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John Spencer  
View profile  
 More options Nov 4, 1:19 am
Newsgroups: microsoft.public.access
From: John Spencer <spen...@chpdm.edu>
Date: Tue, 03 Nov 2009 09:19:28 -0500
Local: Wed, Nov 4 2009 1:19 am
Subject: Re: vba code skips ahead unless I add a msgbox (when using fingerprint scanner)
Try inserting a DoEvents call after you change the visible property.

Forms![frmCASA-4payments].lstEmployeePayments.Visible = False
DoEvents
Set MyPassMgr = CreateObject("PSuiteAX.VtPassportManager")
Set MyPassport = MyPassMgr.OpenPassport("", False)
i = MyPassport.UserName
Me.cboWorkerName = ""

John Spencer
Access MVP 2002-2005, 2007-2009
The Hilltop Institute
University of Maryland Baltimore County


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
RCGUA  
View profile  
 More options Nov 4, 1:55 am
Newsgroups: microsoft.public.access
From: RCGUA <stv.nels...@gmail.com>
Date: Tue, 3 Nov 2009 06:55:45 -0800 (PST)
Local: Wed, Nov 4 2009 1:55 am
Subject: Re: vba code skips ahead unless I add a msgbox (when using fingerprint scanner)
On Nov 3, 8:19 am, John Spencer <spen...@chpdm.edu> wrote:

Excellent !   Thank you,  that seems to work.    I don't have the
fingerprint scanner with me right now so I can't fully test it until
this evening, but it seems to work, I will test it with the finger
print scanner and write back this evening.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
RCGUA  
View profile  
 More options Nov 6, 3:17 pm
Newsgroups: microsoft.public.access
From: RCGUA <stv.nels...@gmail.com>
Date: Thu, 5 Nov 2009 20:17:38 -0800 (PST)
Local: Fri, Nov 6 2009 3:17 pm
Subject: Re: vba code skips ahead unless I add a msgbox (when using fingerprint scanner)
On Nov 3, 8:55 am, RCGUA <stv.nels...@gmail.com> wrote:

I tested this with the fingerprint scanner and everything works
fine.    DoEvents     fixed the problem.

Thanks Again !


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rudolf Lamour  
View profile  
 More options Nov 7, 2:43 am
Newsgroups: microsoft.public.access
From: "Rudolf Lamour" <rudolflam...@freenet.de>
Date: Fri, 6 Nov 2009 16:43:32 +0100
Local: Sat, Nov 7 2009 2:43 am
Subject: Re: vba code skips ahead unless I add a msgbox (when using fingerprint scanner)

"RCGUA" <stv.nels...@gmail.com> schrieb im Newsbeitrag
news:93c1207a-d04c-47d4-9f79-14314efd2eb1@z41g2000yqz.googlegroups.com...
On Nov 3, 8:55 am, RCGUA <stv.nels...@gmail.com> wrote:

I tested this with the fingerprint scanner and everything works
fine.    DoEvents     fixed the problem.

Thanks Again !


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google