> I've made an attempt to implement this, but can't test it. > > Could you send a code example with some default XP OLE > component which with I can test it?
Hi Viktor. you need download this package: http://www.fwi.com.br/nfe.zip after download, please run registraDLL.bat, and install .\certificados\associacao.pfx. Password is associacao now, try this test: ---cut--- oOle = Win_OleCreateObject( "NFe_Util_PL005a.Util" ) cName = "" cMess = "" oOle:PegaNomeCertificado( @cName, @cMess ) ? cName,cMess ---cut--- Thank you and best regards, Toninho. PS: you need dotnetfx.exe 2.0 or above to test. ____________________________________________________________________________________ Veja quais são os assuntos do momento no Yahoo! +Buscados http://br.maisbuscados.yahoo.com _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
