Subject Re: [IBO] Locate method generate a exception when dont find a information
Author
This is not my SQL, this is what IBO component show me on the screen when generate exception, my SQL in the true is above.


SELECT PK_ORCS_VENDAS
     , "DATA"
     , NUMERO_PEDIDO_NO_ERP
     , CLIENTE_NOME
     , CLIENTE_EMAIL
     , CLIENTE_TELEFONE
     , RETORNAR_LIGACAO_EM
     , VALIDADE_ORCAMENTO
     , OBSERVACOES
     , FRETE
     , OUTRAS_DESPESAS
     , HISTORICO_PEDIDO
     , MODALIDADE_FRETE
     , HISTORICO_NEGOCIACAO
     , CONTATO
FROM ORCAMENTOS_VENDAS
where (data between :P00 and :P01)