Consulta
Si alguien me dijera cual es el error que le ven a este codigo de busquedad.
select * from cliente where nombre = alltrim(thisform.text1.value) into cursor cnombre
thisform.grid1.recordsource = "cnombre"
thisform.grid1.refresh
thisform.refresh
select * from cliente where nombre = alltrim(thisform.text1.value) into cursor cnombre
thisform.grid1.recordsource = "cnombre"
thisform.grid1.refresh
thisform.refresh
