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!!!