>Okay. I hope someone will post portable test code for this >feature and I can look at it further, this way it's only >shot in the dark.
Hi Viktor, if you want to test, please download this package (http://www.fwi.com.br/nfe.zip) and don't install anything, only you need is dotnetfx.exe and you need register dll, because is OLE. There are a registraDLL.bat file in package. to test: --cut--- local oOle, nRet := 0, QtdErros := 0, Mensagem := "" oOle = Win_OleCreateObject( "NFe_Util_PL005a.Util" ) oOle:ValidaXMLXHarbour( "", 1, @Mensagem, @QtdErros, @nRet ) ? Mensagem, QtdErros, nRet ---cut--- The result is: ---cut--- Erro: Arquivo de Schema Inexistente 0 3 ---cut--- Thanks again, Best regards, Toninho. __________________________________________________ Faça ligações para outros computadores com o novo Yahoo! Messenger http://br.beta.messenger.yahoo.com/ _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
