Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: filipe29
  • Content: Threads
  • Order by date
  1. filipe29

    LinkedList

    Hi.I want to return a value inside of a LinkedList with the method get,i have: this.sentidoActual =(int)sentidos.get(8); sentidoActual is a integer and when i do that i receive the following error: "Formiga.java": inconvertible types; found : java.lang.Object, required: int at line 23...
  2. filipe29

    parameter is something or null

    hi i have the sql query : select * from cliente where nome like :pnome or :pnome is null pnome is a parameter and when i go to the parameters strings i have 2 parameters not one,why??
  3. filipe29

    filter

    hi i have a simple adoquery and a filter like this: if combo.text='Nome' then dm.Qry_clientesP.Filter:='Nome like'+texto.Text texto is a editbox when i do that tells me that the arguments are of incorrect type or out of range or in conflit with the others.
  4. filipe29

    filter

    How can i filter just a few words of ..like this i have a name like "Paulo Sousa" and i want to filter all the names started by "Pa" How do i do that?
  5. filipe29

    wrong sintax

    what's wrong with this syntax? select * from cliente where nome like =:p1 or like =:p2 is null
  6. filipe29

    locate doesnt work

    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...
  7. filipe29

    search just a few caracters

    Hi.How to do with a integer field what i do like strings select * from venda where nome like '%'+xxxxx+'%' nome is a string and i want to do the same with a integer field

Part and Inventory Search

Back
Top