mathlopes 22 Report post Posted March 14 Boa Tarde No dia 14/03/2019 fiz atualização dos pacotes ACBr através do SVN TortoiseSVN, porem a atualização me causou problemas na compilação do código o erro que esta me dando e este [dcc32 Error] udm_MDFe.pas(1085): E2250 There is no overloaded version of 'Create' that can be called with these arguments. Não sei o porque está acontecendo. function Tdm_MDFe.getSegMDFe(AOwner: TMDFe; tr: TIBTransaction; MDFeId: Variant): TSegCollection; var cdsSeg, cdsAverb : TClientDataSet; itSeg : TSegCollectionItem; begin str_MDFeSeguro.MacroByName('ID_MDFE').Value := MDFeId; cdsSeg := dm_dados.ExecutaBlocoSqlRetCDS(tr, str_MDFeSeguro); if cdsSeg.RecordCount = 0 then Exit; Result := TSegCollection.Create(AOwner); // Neste ponto e onde e mostrado o erro que foi mensionado. Share this post Link to post Share on other sites
Daniel Simoes 7,392 Report post Posted March 14 Use a força, leia os fontes... Se você usar Ctrl+click no método Create, verá que o parâmetro Owner foi removido 3 Daniel Simões de Almeida Ajude o Projeto ACBr crescer - Assine o SAC (15) 2105-0750 (15)99790-2976. Share this post Link to post Share on other sites
mathlopes 22 Report post Posted March 20 Obrigado, desculpe eu estou aprendendo as funcionalidades tando do ACBR como a Delphi. Consegui solucionar o problema. 2 Share this post Link to post Share on other sites
Juliomar Marchetti 2,836 Report post Posted May 13 Em 20/03/2019 at 12:55, mathlopes disse: Obrigado, desculpe eu estou aprendendo as funcionalidades tando do ACBR como a Delphi. Consegui solucionar o problema. Veja atualizou os fontes mas recompilou os componentes. siga a sugestão do Daniel leia os fontes use a força 1 Juliomar Marchetti Ajude o Projeto ACBr crescer - Assine o SAC skype: juliomar telegram: juliomar http://www.juliomarmarchetti.com.br Share this post Link to post Share on other sites
mathlopes 22 Report post Posted May 14 Consegui resolver eu recompilei os fontes é consegui remover este erro. Foi só recompilar os fontes como foi dito. Obrigado. 1 Share this post Link to post Share on other sites
Juliana Tamizou 3,608 Report post Posted May 14 Obrigado por reportar. Fechando. Para novas dúvidas, criar um novo tópico. Juliana Tamizou Ajude o Projeto ACBr crescer - Assine o SAC (15) 2105-0750 (15)99790-2976. Projeto ACBr - A maior comunidade Open Source de Automação Comercial do Brasil Share this post Link to post Share on other sites