Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/12/2005, 13:58
VHid@lgo
 
Fecha de Ingreso: octubre-2005
Mensajes: 23
Antigüedad: 18 años, 7 meses
Puntos: 0
filtrar un dataenvironment

Código HTML:
DataEnvironment1.rsCommand1.Filter = "ciudad = '" & ReporteGuias.txtciudad.Text & "'"
If DataEnvironment1.rsCommand1.Status = 0 Then
    DataEnvironment1.rsCommand1.Close
    datareport1.Show
    Else
    datareport1.Show
    DataEnvironment1.rsCommand1.Close
End If