Esta consulta no me devuelve valores y estoy seguro que tiene y existe ese dato
- Code: Select all Expand view RUN
function buscart(cDato)
LOCAL oDatos := ::oCnx:Execute( "SELECT id, nombre FROM tbdistribuidores WHERE tbdistribuidores.nombre =" + AllTrim( cDato ) )
...