Griaule Biometrics

Home » Forums » FINGERPRINT SDK » Other Programming Languages » Using GRFinger in Access
20 replies [Last post]
joren_m
Offline
Joined: 2008-09-26
Rate this post:
0
No votes yet
Using GRFinger in Access

I am trying to integrate GRFinger into an Access application. I am having problems getting the image to display on a form. I have run the VB6 sample successfully and see that one item in the Sub 'PrintBiometricDisplay' calls for formMain.hDC. What is the equivalent for MSAccess? Is there an Access example?

ptrckph
Offline
Joined: 2008-09-23
Rate this post:
0
No votes yet

Hello!

All our samples use Access samples. Check and study them. Our samples are programs that do the basic operations (extraction, identification, verification, connection with database).

tally
Offline
Joined: 2009-10-04
Rate this post:
0
No votes yet

Dear All, When I use your GrFingerSample.mdb with Access2007 it doesnot work, instead it giving OLE error while opening form. Anybody please send a working sample can use with Access2007. I would like to integrate this method to login security for a Daily Cash Monitoring software that I developed. Please looking for your help and working sample access 2007 file.

joren_m
Offline
Joined: 2008-09-26
Rate this post:
0
No votes yet

info@griaule.com wrote:
Hello!

All our samples use Access samples. Check and study them. Our samples are programs that do the basic operations (extraction, identification, verification, connection with database).

The samples use Access as a back-end database to store the templates. I am interested in using Access as the front-end as well. Specifically the Image control in Access behaves differently than the Image control in VB.

robertm
Offline
Joined: 2008-09-30
Rate this post:
0
No votes yet

Hi Sreschke,

Did you find out how to use the GRFinger as a frontend Access app?? I'm also looking for this for one of my app that I'm doing. Thanks.

joren_m
Offline
Joined: 2008-09-26
Rate this post:
0
No votes yet

kalehm wrote:
Hi Sreschke,

Did you find out how to use the GRFinger as a frontend Access app?? I'm also looking for this for one of my app that I'm doing. Thanks.

My Access app works just fine but I had to remove the image control and the code that fills it. I would like to have an graphical representation of the scan for people to see but I was not able to get the Access Image control to behave properly. I was going to create an Active X control using VB but I was hoping someone else had a solution that was simpler.

ptrckph
Offline
Joined: 2008-09-23
Rate this post:
0
No votes yet

Hello!

We do not have a solution for this case. However, your case was sent to our development team and they will analyze it. So this feature can be included in a future version of GrFinger.

robertm
Offline
Joined: 2008-09-30
Rate this post:
0
No votes yet

Hi again Sreschke and the Griaule personel,

I'm not interested in showing the finger scan. I'm trying to make it work just to do whatever I want when someone put the finger in the scanner. If one of you have a sample written in MS Access as a front end I will be very happy. thanks again for any help.

In case you have that example you can send it to any of these emails:

robertm
Offline
Joined: 2008-09-30
Rate this post:
0
No votes yet

Hi Sreschke again,

I was looking for the image control in Access and I found these sites that have useful data for that matter.

http://www.lebans.com/loadjpeggif.htm
http://www.lebans.com/image_faq.htm#Cannot%20Display%20OLE%20Images%20in%20Office%202003
http://www.lebans.com/loadsavejpeg.htm

I don't know if this is your problem but it's is a good start. Anyway did you or anyone have a sample database that shows how to use the scanner in MS Access?? as a front end? I need people to scan their finger and in my database to show some data. Does anyone have something that I can use???? Please!!!!!! Thanks. :wink:

joren_m
Offline
Joined: 2008-09-26
Rate this post:
0
No votes yet

I just sent an access sample to you that works. The database is for a childcare service and the fingerprint system tracks which children a person is allowed to pick up.

JRF
Offline
Joined: 2011-04-27
Rate this post:
0
No votes yet

Can I get a copy of the ms access project  referred to in the post.

Chidcare serves --

robertm
Offline
Joined: 2008-09-30
Rate this post:
0
No votes yet

Thanks for that example. Is a very nice and simple one. If you wish I can send you back the one that I'm working on when I finish it. Is a membership for a Gym that open the door when someone use the fingerprint. Let me know if you want it. And thanks again for that file.

rogerio10
Offline
Joined: 2008-10-10
Rate this post:
0
No votes yet

Hi I am Guillermo, I would like to know if you could send me the example of Access that you could get throut this forum, because I have the same problems as you.

Thanks a lot

rogerio10
Offline
Joined: 2008-10-10
Rate this post:
0
No votes yet

Hi , I would like to know if you could send me the same example of Access that you send previously to kalehm

Thanks a lot

jfrozo
Offline
Joined: 2008-10-10
Rate this post:
0
No votes yet

Sreschke wrote:
I just sent an access sample to you that works. The database is for a childcare service and the fingerprint system tracks which children a person is allowed to pick up.

I am also really interest in the MS Acess pront GUI for fingerprint customer sign in. I am really appreciate if anyone can send me a sample. Thanks alot.

jrobert3
Offline
Joined: 2008-10-10
Rate this post:
0
No votes yet

Hello!
I too am very interested in the Parent Identification database. Could you send me a copy?. I am working on a military application where our troops will sign in using their finger prints. Everyone seems to lose their ID cards or not have them when they need them LOL. You can’t lose your finger that easily. This example would be great. I am still waiting for my License activation. I can't wait to get started.
ED :)

jfrozo
Offline
Joined: 2008-10-10
Rate this post:
0
No votes yet

I am also really interest in the MS Acess pront GUI for fingerprint customer sign in. I am really appreciate if anyone can send me a sample. Thanks alot.

Thanks

claudio20
Offline
Joined: 2008-10-11
Rate this post:
0
No votes yet

Kinlene wrote:
Hello!
I too am very interested in the Parent Identification database. Could you send me a copy?. I am working on a military application where our troops will sign in using their finger prints. Everyone seems to lose their ID cards or not have them when they need them LOL. You can’t lose your finger that easily. This example would be great. I am still waiting for my License activation. I can't wait to get started.
ED :)

Kinlene my name is Rama.
I´d like to know if you received the database example because i am intersting on it!
Could you help me!
Thanks!

claudio20
Offline
Joined: 2008-10-11
Rate this post:
0
No votes yet

Sreschke wrote:
I am trying to integrate GRFinger into an Access application. I am having problems getting the image to display on a form. I have run the VB6 sample successfully and see that one item in the Sub 'PrintBiometricDisplay' calls for formMain.hDC. What is the equivalent for MSAccess? Is there an Access example?

Sreschke,
Could you send me this database sample?

dositej
Offline
Joined: 2008-10-15
Rate this post:
0
No votes yet

Would it be possible to get a copy of the database aswell?
Thank you.

Triggs

devnitb
Offline
Joined: 2008-10-22
Rate this post:
0
No votes yet

I´m interested in the database you use to check wich person is allowed to pick up a child, I want to implement something near that, If you could send me the database I will appreciate to much