ActiveDelphi - Índice do Fórum ActiveDelphi
.: O site do programador Delphi! :.
 
 FAQFAQ   PesquisarPesquisar   MembrosMembros   GruposGrupos   RegistrarRegistrar 
 PerfilPerfil   Entrar e ver Mensagens ParticularesEntrar e ver Mensagens Particulares   EntrarEntrar 

Configurar Impressora ECF Fiscal ELgin

 
Novo Tópico   Responder Mensagem    ActiveDelphi - Índice do Fórum -> Automação Comercial
Exibir mensagem anterior :: Exibir próxima mensagem  
Autor Mensagem
oziasl
Novato
Novato


Registrado: Segunda-Feira, 23 de Junho de 2008
Mensagens: 2

MensagemEnviada: Sex Jul 18, 2008 11:48 am    Assunto: Configurar Impressora ECF Fiscal ELgin Responder com Citação

Estou começando nessa área de configurar impressora ECF, e, estou fazendo assim quando o usuário escolhe a impressora Elgin modelo Elgin_Fit térmica e escolhe botão confirmar. Acontece que não dá nenhum sinal de que carregou.


if frmInicio.cboModelo.Text = 'TERMICA' then
begin
DLLHandle := LoadLibrary( pchar('Elgin.dll') );

if DLLHandle = 0 then
result:=false
else
begin
@Elgin_AberturaDoDia := GetProcAddress(DLLHandle, 'Elgin_AberturaDoDia');
@Elgin_AbreComprovanteNaoFiscalVinculado := GetProcAddress(DLLHandle,'Elgin_AbreComprovanteNaoFiscalVinculado');
@Elgin_AbreComprovanteNaoFiscalVinculadoMFD := GetProcAddress(DLLHandle,'Elgin_AbreComprovanteNaoFiscalVinculadoMFD');
@Elgin_AbreCupom := GetProcAddress(DLLHandle,'Elgin_AbreCupom');
@Elgin_AbreCupomMFD := GetProcAddress(DLLHandle,'Elgin_AbreCupomMFD');
@Elgin_AbrePortaSerial := GetProcAddress(DLLHandle,'Elgin_AbrePortaSerial');
@Elgin_AbreRecebimentoNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_AbreRecebimentoNaoFiscalMFD');
@Elgin_AbreRelatorioGerencial := GetProcAddress(DLLHandle,'Elgin_AbreRelatorioGerencial');
@Elgin_AbreRelatorioGerencialMFD := GetProcAddress(DLLHandle,'Elgin_AbreRelatorioGerencialMFD');
@Elgin_AcionaGaveta := GetProcAddress(DLLHandle,'Elgin_AcionaGaveta');
@Elgin_AcrescimoDescontoItemMFD := GetProcAddress(DLLHandle,'Elgin_AcrescimoDescontoItemMFD');
@Elgin_AcrescimoDescontoSubtotalMFD := GetProcAddress(DLLHandle,'Elgin_AcrescimoDescontoSubtotalMFD');
@Elgin_AcrescimoDescontoSubtotalRecebimentoMFD := GetProcAddress(DLLHandle,'Elgin_AcrescimoDescontoSubtotalRecebimentoMFD');
@Elgin_AcrescimoItemNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_AcrescimoItemNaoFiscalMFD');
@Elgin_Acrescimos := GetProcAddress(DLLHandle,'Elgin_Acrescimos');
@Elgin_AlteraSimboloMoeda := GetProcAddress(DLLHandle,'Elgin_AlteraSimboloMoeda');
@Elgin_AtivaDesativaVendaUmaLinhaMFD := GetProcAddress(DLLHandle,'Elgin_AtivaDesativaVendaUmaLinhaMFD');
@Elgin_AumentaDescricaoItem := GetProcAddress(DLLHandle,'Elgin_AumentaDescricaoItem');
@Elgin_Autenticacao := GetProcAddress(DLLHandle,'Elgin_Autenticacao');
@Elgin_CancelaAcrescimoDescontoItemMFD := GetProcAddress(DLLHandle,'Elgin_CancelaAcrescimoDescontoItemMFD');
@Elgin_CancelaAcrescimoDescontoSubtotalMFD := GetProcAddress(DLLHandle,'Elgin_CancelaAcrescimoDescontoSubtotalMFD');
@Elgin_CancelaAcrescimoDescontoSubtotalRecebimentoMFD := GetProcAddress(DLLHandle,'Elgin_CancelaAcrescimoDescontoSubtotalRecebimentoMFD');
@Elgin_CancelaAcrescimoNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_CancelaAcrescimoNaoFiscalMFD');
@Elgin_CancelaCupom := GetProcAddress(DLLHandle,'Elgin_CancelaCupom');
@Elgin_CancelaCupomMFD := GetProcAddress(DLLHandle,'Elgin_CancelaCupomMFD');
@Elgin_CancelaImpressaoCheque := GetProcAddress(DLLHandle,'Elgin_CancelaImpressaoCheque');
@Elgin_CancelaItemAnterior := GetProcAddress(DLLHandle,'Elgin_CancelaItemAnterior');
@Elgin_CancelaItemGenerico := GetProcAddress(DLLHandle,'Elgin_CancelaItemGenerico');
@Elgin_CancelaItemNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_CancelaItemNaoFiscalMFD');
@Elgin_Cancelamentos := GetProcAddress(DLLHandle,'Elgin_Cancelamentos');
@Elgin_CancelaRecebimentoNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_CancelaRecebimentoNaoFiscalMFD');
@Elgin_CGC_IE := GetProcAddress(DLLHandle,'Elgin_CGC_IE');
@Elgin_ClicheProprietario := GetProcAddress(DLLHandle,'Elgin_ClicheProprietario');
@Elgin_CNPJ_IE := GetProcAddress(DLLHandle,'Elgin_CNPJ_IE');
@Elgin_CNPJMFD := GetProcAddress(DLLHandle,'Elgin_CNPJMFD');
@Elgin_CodigoBarrasCODABARMFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasCODABARMFD');
@Elgin_CodigoBarrasCODE128MFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasCODE128MFD');
@Elgin_CodigoBarrasCODE39MFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasCODE39MFD');
@Elgin_CodigoBarrasCODE93MFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasCODE93MFD');
@Elgin_CodigoBarrasEAN13MFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasEAN13MFD');
@Elgin_CodigoBarrasEAN8MFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasEAN8MFD');
@Elgin_CodigoBarrasISBNMFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasISBNMFD');
@Elgin_CodigoBarrasITFMFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasITFMFD');
@Elgin_CodigoBarrasMSIMFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasMSIMFD');
@Elgin_CodigoBarrasPLESSEYMFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasPLESSEYMFD');
@Elgin_CodigoBarrasUPCAMFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasUPCAMFD');
@Elgin_CodigoBarrasUPCEMFD := GetProcAddress(DLLHandle,'Elgin_CodigoBarrasUPCEMFD');
@Elgin_ComprovantesNaoFiscaisNaoEmitidosMFD := GetProcAddress(DLLHandle,'Elgin_ComprovantesNaoFiscaisNaoEmitidosMFD');
@Elgin_ConfiguraCodigoBarrasMFD := GetProcAddress(DLLHandle,'Elgin_ConfiguraCodigoBarrasMFD');
@Elgin_ContadorComprovantesCreditoMFD := GetProcAddress(DLLHandle,'Elgin_ContadorComprovantesCreditoMFD');
@Elgin_ContadorCupomFiscalMFD := GetProcAddress(DLLHandle,'Elgin_ContadorCupomFiscalMFD');
@Elgin_ContadoresTotalizadoresNaoFiscais := GetProcAddress(DLLHandle,'Elgin_ContadoresTotalizadoresNaoFiscais');
@Elgin_ContadoresTotalizadoresNaoFiscaisMFD := GetProcAddress(DLLHandle,'Elgin_ContadoresTotalizadoresNaoFiscaisMFD');
@Elgin_ContadorFitaDetalheMFD := GetProcAddress(DLLHandle,'Elgin_ContadorFitaDetalheMFD');
@Elgin_ContadorOperacoesNaoFiscaisCanceladasMFD := GetProcAddress(DLLHandle,'Elgin_ContadorOperacoesNaoFiscaisCanceladasMFD');
@Elgin_ContadorRelatoriosGerenciaisMFD := GetProcAddress(DLLHandle,'Elgin_ContadorRelatoriosGerenciaisMFD');
@Elgin_CupomAdicionalMFD := GetProcAddress(DLLHandle,'Elgin_CupomAdicionalMFD');
@Elgin_DadosSintegra := GetProcAddress(DLLHandle,'Elgin_DadosSintegra');
@Elgin_DadosUltimaReducao := GetProcAddress(DLLHandle,'Elgin_DadosUltimaReducao');
@Elgin_DadosUltimaReducaoMFD := GetProcAddress(DLLHandle,'Elgin_DadosUltimaReducaoMFD');
@Elgin_DataHoraImpressora := GetProcAddress(DLLHandle,'Elgin_DataHoraImpressora');
@Elgin_DataHoraReducao := GetProcAddress(DLLHandle,'Elgin_DataHoraReducao');
@Elgin_DataHoraUltimoDocumentoMFD := GetProcAddress(DLLHandle,'Elgin_DataHoraUltimoDocumentoMFD');
@Elgin_DataMovimento := GetProcAddress(DLLHandle,'Elgin_DataMovimento');
@Elgin_DataMovimentoUltimaReducaoMFD := GetProcAddress(DLLHandle,'Elgin_DataMovimentoUltimaReducaoMFD');
@Elgin_Descontos := GetProcAddress(DLLHandle,'Elgin_Descontos');
@Elgin_DownloadMF := GetProcAddress(DLLHandle,'Elgin_DownloadMF');
@Elgin_DownloadMFD := GetProcAddress(DLLHandle,'Elgin_DownloadMFD');
@Elgin_EfetuaFormaPagamento := GetProcAddress(DLLHandle,'Elgin_EfetuaFormaPagamento');
@Elgin_EfetuaFormaPagamentoDescricaoForma := GetProcAddress(DLLHandle,'Elgin_EfetuaFormaPagamentoDescricaoForma');
@Elgin_EfetuaFormaPagamentoMFD := GetProcAddress(DLLHandle,'Elgin_EfetuaFormaPagamentoMFD');
@Elgin_EfetuaRecebimentoNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_EfetuaRecebimentoNaoFiscalMFD');
@Elgin_EspacoEntreLinhas := GetProcAddress(DLLHandle,'Elgin_EspacoEntreLinhas');
@Elgin_EstornoFormasPagamento := GetProcAddress(DLLHandle,'Elgin_EstornoFormasPagamento');
@Elgin_EstornoNaoFiscalVinculadoMFD := GetProcAddress(DLLHandle,'Elgin_EstornoNaoFiscalVinculadoMFD');
@Elgin_FechaComprovanteNaoFiscalVinculado := GetProcAddress(DLLHandle,'Elgin_FechaComprovanteNaoFiscalVinculado');
@Elgin_FechaCupom := GetProcAddress(DLLHandle,'Elgin_FechaCupom');
@Elgin_FechaCupomResumido := GetProcAddress(DLLHandle,'Elgin_FechaCupomResumido');
@Elgin_FechamentoDoDia := GetProcAddress(DLLHandle,'Elgin_FechamentoDoDia');
@Elgin_FechaPortaSerial := GetProcAddress(DLLHandle,'Elgin_FechaPortaSerial');
@Elgin_FechaRecebimentoNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_FechaRecebimentoNaoFiscalMFD');
@Elgin_FechaRelatorioGerencial := GetProcAddress(DLLHandle,'Elgin_FechaRelatorioGerencial');
@Elgin_FlagsFiscais := GetProcAddress(DLLHandle,'Elgin_FlagsFiscais');
@Elgin_FlagsFiscaisStr := GetProcAddress(DLLHandle,'Elgin_FlagsFiscaisStr');
@Elgin_FormatoDadosMFD := GetProcAddress(DLLHandle,'Elgin_FormatoDadosMFD');
@Elgin_GrandeTotal := GetProcAddress(DLLHandle,'Elgin_GrandeTotal');
@Elgin_GrandeTotalUltimaReducaoMFD := GetProcAddress(DLLHandle,'Elgin_GrandeTotalUltimaReducaoMFD');
@Elgin_HabilitaDesabilitaRetornoEstendidoMFD := GetProcAddress(DLLHandle,'Elgin_HabilitaDesabilitaRetornoEstendidoMFD');
@Elgin_ImprimeCheque := GetProcAddress(DLLHandle,'Elgin_ImprimeCheque');
@Elgin_ImprimeChequeMFD := GetProcAddress(DLLHandle,'Elgin_ImprimeChequeMFD');
@Elgin_ImprimeConfiguracoesImpressora := GetProcAddress(DLLHandle,'Elgin_ImprimeConfiguracoesImpressora');
@Elgin_ImprimeCopiaCheque := GetProcAddress(DLLHandle,'Elgin_ImprimeCopiaCheque');
@Elgin_ImprimeDepartamentos := GetProcAddress(DLLHandle,'Elgin_ImprimeDepartamentos');
@Elgin_IncluiCidadeFavorecido := GetProcAddress(DLLHandle,'Elgin_IncluiCidadeFavorecido');
@Elgin_IniciaFechamentoCupom := GetProcAddress(DLLHandle,'Elgin_IniciaFechamentoCupom');
@Elgin_IniciaFechamentoCupomMFD := GetProcAddress(DLLHandle,'Elgin_IniciaFechamentoCupomMFD');
@Elgin_IniciaFechamentoRecebimentoNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_IniciaFechamentoRecebimentoNaoFiscalMFD');
@Elgin_InicioFimCOOsMFD := GetProcAddress(DLLHandle,'Elgin_InicioFimCOOsMFD');
@Elgin_InicioFimGTsMFD := GetProcAddress(DLLHandle,'Elgin_InicioFimGTsMFD');
@Elgin_InscricaoEstadualMFD := GetProcAddress(DLLHandle,'Elgin_InscricaoEstadualMFD');
@Elgin_InscricaoMunicipalMFD := GetProcAddress(DLLHandle,'Elgin_InscricaoMunicipalMFD');
@Elgin_LeArquivoRetorno := GetProcAddress(DLLHandle,'Elgin_LeArquivoRetorno');
@Elgin_LeIndicadores := GetProcAddress(DLLHandle,'Elgin_LeIndicadores');
@Elgin_LeituraCheque := GetProcAddress(DLLHandle,'Elgin_LeituraCheque');
@Elgin_LeituraMemoriaFiscalData := GetProcAddress(DLLHandle,'Elgin_LeituraMemoriaFiscalData');
@Elgin_LeituraMemoriaFiscalReducao := GetProcAddress(DLLHandle,'Elgin_LeituraMemoriaFiscalReducao');
@Elgin_LeituraMemoriaFiscalSerialData := GetProcAddress(DLLHandle,'Elgin_LeituraMemoriaFiscalSerialData');
@Elgin_LeituraMemoriaFiscalSerialReducao := GetProcAddress(DLLHandle,'Elgin_LeituraMemoriaFiscalSerialReducao');
@Elgin_LeituraX := GetProcAddress(DLLHandle,'Elgin_LeituraX');
@Elgin_LeituraXSerial := GetProcAddress(DLLHandle,'Elgin_LeituraXSerial');
@Elgin_LeNomeRelatorioGerencial := GetProcAddress(DLLHandle,'Elgin_LeNomeRelatorioGerencial');
@Elgin_LinhasEntreCupons := GetProcAddress(DLLHandle,'Elgin_LinhasEntreCupons');
@Elgin_MapaResumo := GetProcAddress(DLLHandle,'Elgin_MapaResumo');
@Elgin_MapaResumoMFD := GetProcAddress(DLLHandle,'Elgin_MapaResumoMFD');
@Elgin_MarcaModeloTipoImpressoraMFD := GetProcAddress(DLLHandle,'Elgin_MarcaModeloTipoImpressoraMFD');
@Elgin_MinutosEmitindoDocumentosFiscaisMFD := GetProcAddress(DLLHandle,'Elgin_MinutosEmitindoDocumentosFiscaisMFD');
@Elgin_MinutosImprimindo := GetProcAddress(DLLHandle,'Elgin_MinutosImprimindo');
@Elgin_MinutosLigada := GetProcAddress(DLLHandle,'Elgin_MinutosLigada');
@Elgin_NomeiaDepartamento := GetProcAddress(DLLHandle,'Elgin_NomeiaDepartamento');
@Elgin_NomeiaRelatorioGerencialMFD := GetProcAddress(DLLHandle,'Elgin_NomeiaRelatorioGerencialMFD');
@Elgin_NomeiaTotalizadorNaoSujeitoIcms := GetProcAddress(DLLHandle,'Elgin_NomeiaTotalizadorNaoSujeitoIcms');
@Elgin_NumeroCaixa := GetProcAddress(DLLHandle,'Elgin_NumeroCaixa');
@Elgin_NumeroCupom := GetProcAddress(DLLHandle,'Elgin_NumeroCupom');
@Elgin_NumeroCuponsCancelados := GetProcAddress(DLLHandle,'Elgin_NumeroCuponsCancelados');
@Elgin_NumeroIntervencoes := GetProcAddress(DLLHandle,'Elgin_NumeroIntervencoes');
@Elgin_NumeroLoja := GetProcAddress(DLLHandle,'Elgin_NumeroLoja');
@Elgin_NumeroOperacoesNaoFiscais := GetProcAddress(DLLHandle,'Elgin_NumeroOperacoesNaoFiscais');
@Elgin_NumeroReducoes := GetProcAddress(DLLHandle,'Elgin_NumeroReducoes');
@Elgin_NumeroSerie := GetProcAddress(DLLHandle,'Elgin_NumeroSerie');
@Elgin_NumeroSerieMemoriaMFD := GetProcAddress(DLLHandle,'Elgin_NumeroSerieMemoriaMFD');
@Elgin_NumeroSubstituicoesProprietario := GetProcAddress(DLLHandle,'Elgin_NumeroSubstituicoesProprietario');
@Elgin_PercentualLivreMFD := GetProcAddress(DLLHandle,'Elgin_PercentualLivreMFD');
@Elgin_ProgramaAliquota := GetProcAddress(DLLHandle,'Elgin_ProgramaAliquota');
@Elgin_ProgramaArredondamento := GetProcAddress(DLLHandle,'Elgin_ProgramaArredondamento');
@Elgin_ProgramaCaracterAutenticacao := GetProcAddress(DLLHandle,'Elgin_ProgramaCaracterAutenticacao');
@Elgin_ProgramaFormaPagamentoMFD := GetProcAddress(DLLHandle,'Elgin_ProgramaFormaPagamentoMFD');
@Elgin_ProgramaHorarioVerao := GetProcAddress(DLLHandle,'Elgin_ProgramaHorarioVerao');
@Elgin_ProgramaMoedaPlural := GetProcAddress(DLLHandle,'Elgin_ProgramaMoedaPlural');
@Elgin_ProgramaMoedaSingular := GetProcAddress(DLLHandle,'Elgin_ProgramaMoedaSingular');
@Elgin_ProgramaTruncamento := GetProcAddress(DLLHandle,'Elgin_ProgramaTruncamento');
@Elgin_RecebimentoNaoFiscal := GetProcAddress(DLLHandle,'Elgin_RecebimentoNaoFiscal');
@Elgin_ReducaoZ := GetProcAddress(DLLHandle,'Elgin_ReducaoZ');
@Elgin_ReducoesRestantesMFD := GetProcAddress(DLLHandle,'Elgin_ReducoesRestantesMFD');
@Elgin_RegistrosTipo60 := GetProcAddress(DLLHandle,'Elgin_RegistrosTipo60');
@Elgin_ReimpressaoNaoFiscalVinculadoMFD := GetProcAddress(DLLHandle,'Elgin_ReimpressaoNaoFiscalVinculadoMFD');
@Elgin_RelatorioGerencial := GetProcAddress(DLLHandle,'Elgin_RelatorioGerencial');
@Elgin_RelatorioSintegraMFD := GetProcAddress(DLLHandle,'Elgin_RelatorioSintegraMFD');
@Elgin_RelatorioTipo60Analitico := GetProcAddress(DLLHandle,'Elgin_RelatorioTipo60Analitico');
@Elgin_RelatorioTipo60AnaliticoMFD := GetProcAddress(DLLHandle,'Elgin_RelatorioTipo60AnaliticoMFD');
@Elgin_RelatorioTipo60Mestre := GetProcAddress(DLLHandle,'Elgin_RelatorioTipo60Mestre');
@Elgin_ResetaImpressora := GetProcAddress(DLLHandle,'Elgin_ResetaImpressora');
@Elgin_RetornoAliquotas := GetProcAddress(DLLHandle,'Elgin_RetornoAliquotas');
@Elgin_RetornoImpressora := GetProcAddress(DLLHandle,'Elgin_RetornoImpressora');
@Elgin_Sangria := GetProcAddress(DLLHandle,'Elgin_Sangria');
@Elgin_SegundaViaNaoFiscalVinculadoMFD := GetProcAddress(DLLHandle,'Elgin_SegundaViaNaoFiscalVinculadoMFD');
@Elgin_SimboloMoeda := GetProcAddress(DLLHandle,'Elgin_SimboloMoeda');
@Elgin_StatusEstendidoMFD := GetProcAddress(DLLHandle,'Elgin_StatusEstendidoMFD');
@Elgin_SubTotal := GetProcAddress(DLLHandle,'Elgin_SubTotal');
@Elgin_SubTotalComprovanteNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_SubTotalComprovanteNaoFiscalMFD');
@Elgin_Suprimento := GetProcAddress(DLLHandle,'Elgin_Suprimento');
@Elgin_TamanhoTotalMFD := GetProcAddress(DLLHandle,'Elgin_TamanhoTotalMFD');
@Elgin_TempoOperacionalMFD := GetProcAddress(DLLHandle,'Elgin_TempoOperacionalMFD');
@Elgin_TerminaFechamentoCupom := GetProcAddress(DLLHandle,'Elgin_TerminaFechamentoCupom');
@Elgin_TerminaFechamentoCupomCodigoBarrasMFD := GetProcAddress(DLLHandle,'Elgin_TerminaFechamentoCupomCodigoBarrasMFD');
@Elgin_TotalDiaTroco := GetProcAddress(DLLHandle,'Elgin_TotalDiaTroco');
@Elgin_TotalDocTroco := GetProcAddress(DLLHandle,'Elgin_TotalDocTroco');
@Elgin_TotalLivreMFD := GetProcAddress(DLLHandle,'Elgin_TotalLivreMFD');
@Elgin_UltimoItemVendido := GetProcAddress(DLLHandle,'Elgin_UltimoItemVendido');
@Elgin_UsaComprovanteNaoFiscalVinculado := GetProcAddress(DLLHandle,'Elgin_UsaComprovanteNaoFiscalVinculado');
@Elgin_UsaRelatorioGerencialMFD := GetProcAddress(DLLHandle,'Elgin_UsaRelatorioGerencialMFD');
@Elgin_ValorFormaPagamento := GetProcAddress(DLLHandle,'Elgin_ValorFormaPagamento');
@Elgin_ValorFormaPagamentoMFD := GetProcAddress(DLLHandle,'Elgin_ValorFormaPagamentoMFD');
@Elgin_ValorPagoUltimoCupom := GetProcAddress(DLLHandle,'Elgin_ValorPagoUltimoCupom');
@Elgin_ValorTotalizadorNaoFiscal := GetProcAddress(DLLHandle,'Elgin_ValorTotalizadorNaoFiscal');
@Elgin_ValorTotalizadorNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_ValorTotalizadorNaoFiscalMFD');
@Elgin_VendaBruta := GetProcAddress(DLLHandle,'Elgin_VendaBruta');
@Elgin_VendaLiquida := GetProcAddress(DLLHandle,'Elgin_VendaLiquida');
@Elgin_VendeItem := GetProcAddress(DLLHandle,'Elgin_VendeItem');
@Elgin_VendeItemDepartamento := GetProcAddress(DLLHandle,'Elgin_VendeItemDepartamento');
@Elgin_VerificaAliquotasICMS := GetProcAddress(DLLHandle,'Elgin_VerificaAliquotasICMS');
@Elgin_VerificaAliquotasIss := GetProcAddress(DLLHandle,'Elgin_VerificaAliquotasIss');
@Elgin_VerificaDepartamentos := GetProcAddress(DLLHandle,'Elgin_VerificaDepartamentos');
@Elgin_VerificaEstadoGaveta := GetProcAddress(DLLHandle,'Elgin_VerificaEstadoGaveta');
@Elgin_VerificaEstadoGavetaStr := GetProcAddress(DLLHandle,'Elgin_VerificaEstadoGavetaStr');
@Elgin_VerificaEstadoImpressora := GetProcAddress(DLLHandle,'Elgin_VerificaEstadoImpressora');
@Elgin_VerificaEstadoImpressoraMFD := GetProcAddress(DLLHandle,'Elgin_VerificaEstadoImpressoraMFD');
@Elgin_VerificaEstadoImpressoraStr := GetProcAddress(DLLHandle,'Elgin_VerificaEstadoImpressoraStr');
@Elgin_VerificaFormasPagamento := GetProcAddress(DLLHandle,'Elgin_VerificaFormasPagamento');
@Elgin_VerificaFormasPagamentoMFD := GetProcAddress(DLLHandle, 'Elgin_VerificaFormasPagamentoMFD');
@Elgin_VerificaImpressoraLigada := GetProcAddress(DLLHandle,'Elgin_VerificaImpressoraLigada');
@Elgin_VerificaIndiceAliquotasICMS := GetProcAddress(DLLHandle,'Elgin_VerificaIndiceAliquotasICMS');
@Elgin_VerificaIndiceAliquotasIss := GetProcAddress(DLLHandle,'Elgin_VerificaIndiceAliquotasIss');
@Elgin_VerificaModoOperacao := GetProcAddress(DLLHandle,'Elgin_VerificaModoOperacao');
@Elgin_VerificaRecebimentoNaoFiscal := GetProcAddress(DLLHandle,'Elgin_VerificaRecebimentoNaoFiscal');
@Elgin_VerificaRecebimentoNaoFiscalMFD := GetProcAddress(DLLHandle,'Elgin_VerificaRecebimentoNaoFiscalMFD');
@Elgin_VerificaRelatorioGerencialMFD := GetProcAddress(DLLHandle,'Elgin_VerificaRelatorioGerencialMFD');
@Elgin_VerificaSensorPoucoPapelMFD := GetProcAddress(DLLHandle,'Elgin_VerificaSensorPoucoPapelMFD');
@Elgin_VerificaStatusCheque := GetProcAddress(DLLHandle,'Elgin_VerificaStatusCheque');
@Elgin_VerificaTipoImpressora := GetProcAddress(DLLHandle,'Elgin_VerificaTipoImpressora');
@Elgin_VerificaTipoImpressoraStr := GetProcAddress(DLLHandle,'Elgin_VerificaTipoImpressoraStr');
@Elgin_VerificaTotalizadoresNaoFiscais := GetProcAddress(DLLHandle,'Elgin_VerificaTotalizadoresNaoFiscais');
@Elgin_VerificaTotalizadoresNaoFiscaisMFD := GetProcAddress(DLLHandle,'Elgin_VerificaTotalizadoresNaoFiscaisMFD');
@Elgin_VerificaTotalizadoresParciais := GetProcAddress(DLLHandle,'Elgin_VerificaTotalizadoresParciais');
@Elgin_VerificaTotalizadoresParciaisMFD := GetProcAddress(DLLHandle,'Elgin_VerificaTotalizadoresParciaisMFD');
@Elgin_VerificaTruncamento := GetProcAddress(DLLHandle,'Elgin_VerificaTruncamento');
@Elgin_VerificaZPendente := GetProcAddress(DLLHandle,'Elgin_VerificaZPendente');
@Elgin_VersaoFirmware := GetProcAddress(DLLHandle,'Elgin_VersaoFirmware');
@Wind_AcionaGaveta := GetProcAddress(DLLHandle,'Wind_AcionaGaveta');
@Wind_AcionaGuilhotina := GetProcAddress(DLLHandle,'Wind_AcionaGuilhotina');
@Wind_AcionaGuilhotinaParcial := GetProcAddress(DLLHandle,'Wind_AcionaGuilhotinaParcial');
@Wind_AjustaLarguraPapel := GetProcAddress(DLLHandle,'Wind_AjustaLarguraPapel');
@Wind_ConfiguraCodigoBarras := GetProcAddress(DLLHandle,'Wind_ConfiguraCodigoBarras');
@Wind_EnviaBuffer := GetProcAddress(DLLHandle,'Wind_EnviaBuffer');
@Wind_EnviaBufferFormatado := GetProcAddress(DLLHandle,'Wind_EnviaBufferFormatado');
@Wind_EnviaComando := GetProcAddress(DLLHandle,'Wind_EnviaComando');
@Wind_ImprimeBitmap := GetProcAddress(DLLHandle,'Wind_ImprimeBitmap');
@Wind_ImprimeBmpEspecial := GetProcAddress(DLLHandle,'Wind_ImprimeBmpEspecial');
@Wind_ImprimeCodigoBarrasCODABAR := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasCODABAR');
@Wind_ImprimeCodigoBarrasCODE128 := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasCODE128');
@Wind_ImprimeCodigoBarrasCODE39 := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasCODE39');
@Wind_ImprimeCodigoBarrasCODE93 := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasCODE93');
@Wind_ImprimeCodigoBarrasEAN13 := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasEAN13');
@Wind_ImprimeCodigoBarrasEAN8 := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasEAN8');
@Wind_ImprimeCodigoBarrasISBN := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasISBN');
@Wind_ImprimeCodigoBarrasITF := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasITF');
@Wind_ImprimeCodigoBarrasMSI := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasMSI');
@Wind_ImprimeCodigoBarrasPDF417 := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasPDF417');
@Wind_ImprimeCodigoBarrasPLESSEY := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasPLESSEY');
@Wind_ImprimeCodigoBarrasUPCA := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasUPCA');
@Wind_ImprimeCodigoBarrasUPCE := GetProcAddress(DLLHandle,'Wind_ImprimeCodigoBarrasUPCE');
@Wind_VerificaEstadoGaveta := GetProcAddress(DLLHandle,'Wind_VerificaEstadoGaveta');
@Wind_VerificaFimPapel := GetProcAddress(DLLHandle,'Wind_VerificaFimPapel');
@Wind_VerificaPoucoPapel:= GetProcAddress(DLLHandle,'Wind_VerificaPoucoPapel');
end;
end;
Voltar ao Topo
Ver o perfil de Usuários Enviar Mensagem Particular
Mostrar os tópicos anteriores:   
Novo Tópico   Responder Mensagem    ActiveDelphi - Índice do Fórum -> Automação Comercial Todos os horários são GMT - 3 Horas
Página 1 de 1

 
Ir para:  
Enviar Mensagens Novas: Proibido.
Responder Tópicos Proibido
Editar Mensagens: Proibido.
Excluir Mensagens: Proibido.
Votar em Enquetes: Proibido.


Powered by phpBB © 2001, 2005 phpBB Group
Traduzido por: Suporte phpBB