Hi .I have a locate to a query like this:
if vendas_em_divida.Locate('IDVenda',qry_vendasidvenda.Value,[])=true then
showmessage(vendas_em_dividaidvenda.AsString);
and for some reason the message is not displayed.The sintax is correct and i have in vendas_em_divida the value (qry_vendasidvenda.Value)
why doesnt locate??
My database is sql server with ADO querys
if vendas_em_divida.Locate('IDVenda',qry_vendasidvenda.Value,[])=true then
showmessage(vendas_em_dividaidvenda.AsString);
and for some reason the message is not displayed.The sintax is correct and i have in vendas_em_divida the value (qry_vendasidvenda.Value)
why doesnt locate??
My database is sql server with ADO querys