Griaule Biometrics

Home » Forums » FINGERPRINT SDK » VB Specific » Err 438, Object Does not support this method...From_FormMain.btExtract_Click
1 reply [Last post]
keopscb
Offline
Joined: 2010-10-11
Rate this post:
0
No votes yet
Err 438, Object Does not support this method...From_FormMain.btExtract_Click

I've an application in Access VBA 2003 and runs perfectly in Win XP...

But the exactly SAME aplication, in WIN7 64 bits, shows this error when use

the aplication Griaule Library:

----------------------------------------------------------

Err 438, Object Does not support this method

----------------------------------------------------------

And then when I go to the debug Code, it stops in:

' extracting template from image
    If Form_FormMain.ckBoxAutoExtract.value Then
        Form_FormMain.btExtract_Click  <<<<<<<<<<<<< THIS LINE STOPS DEBUGER
        ' identify fingerprint
        If Form_FormMain.ckBoxAutoIdentify.value Then
           btIdentify_Click
        End If
    End If

 

I've tried all but the error stills,

 

PLEASE SEE THE ATACHMENT

 

PLEASE HELP!!!

davi.st1
Offline
Joined: 2010-08-26
Rate this post:
0
No votes yet

Dear customer,

 

Could you explain everything that this function (Form_FormMain.btExtract_Click) does? Or keep debugging inside this function, and tell me where your application really stops.

 

Best regards,

 

Davi Stuart Zilli

Griaule Support Team