-
Total de ítens
106 -
Registro em
-
Última visita
-
Days Won
1
Community Answers
-
Oneide Luiz Schneider's post in Retorno Nfse Betha was marked as the answer
Acertei.
era aquela UNIT do delphi. Soap.SOAPHTTPTrans.pas.
Adicionar esse caminho no PATH do delphi :
C:\Program Files (x86)\Embarcadero\Studio\14.0\source\soap\
e apos substituir a mesma.
-
Oneide Luiz Schneider's post in Erro De Estrutura Nfe3.1 Conjugada was marked as the answer
Sim foi postado ontem a noite.
Obrigado.
-
Oneide Luiz Schneider's post in Erro Provedor Betha was marked as the answer
Excelente pessoal, deu certo.
->So adicinar o path o caminho : C:\Program Files (x86)\Embarcadero\Studio\14.0\source\soap\
->Alterar a UNIT Soap.SOAPHTTPTrans.pas
DE :
{$IFDEF UNICODE}
HttpSendRequest(Request, nil, 0,
DatStr.Bytes, DatStr.Size);
{$ELSE}
HttpSendRequest(Request, nil, 0,
@DatStr.DataString[1],
Length(DatStr.DataString));
{$ENDIF}
RetVal := HandleWinInetError(GetLastError, Request, True);
PARA:
{$IFDEF UNICODE}
WinInetResult := HttpSendRequest(Request, nil, 0,
DatStr.Bytes, DatStr.Size);
{$ELSE}
WinInetResult := HttpSendRequest(Request, nil, 0,
@DatStr.DataString[1],
Length(DatStr.DataString));
{$ENDIF}
if not WinInetResult then
RetVal := HandleWinInetError(GetLastError, Request, True);
e criar a variavel WinInetResult : Boolean;
Que var dar certo.
Obrigado a todos pela ajuda.
-
Oneide Luiz Schneider's post in Erro Ao Assinar Ultima Versao was marked as the answer
A principio esta OK novamente.
-
Oneide Luiz Schneider's post in Número Da Nfs-E "cortando" Na Impressão Fr was marked as the answer
ja corrigi isso e ja foi feito o merge pelo italo, segunda vez que posto isso hoje....
topico ->
->
últimos comentários.
-
Oneide Luiz Schneider's post in Erro De Validacao Do Xml - Maravilha-Sc was marked as the answer
Ultima alteração adiciona por italojjr.