1
I use Acbrsat in a box front, it happens that after updating Acbrsat by SVN my project does not compile more, gives error in the following lines
if ACBrSAT1.Modelo = mfe_Integrador_XML then
begin
TACBrSATMFe_integrador_XML(ACBrSAT1.SAT).PastaInput := 'C:\Integrador\Input\';
TACBrSATMFe_integrador_XML(ACBrSAT1.SAT).PastaOutput := 'C:\Integrador\Output\';
TACBrSATMFe_integrador_XML(ACBrSAT1.SAT).Timeout := 30;
end;
It complains that it does not find the property Pastainput / Pastaoutput and Timeuot
Does anyone know which properties have been replaced?
Some other lines that gave error in other properties I managed to hit, but these I did not find in Unit
I already solved the problem, I’m waiting for the timeout so I can answer the question.
– Marcelo