grillas
Publicado por marina (1 intervención) el 17/03/2009 14:50:12
necesito ver los registro de una cuenta corriente
click del boton buscar: && PRIMERO IDENTIFICO EL CLIENTE
select ctacte
set order to 1
go top
scan
SET FILTER TO ctacte.codcliente==thisform.text8.Value && SI ENCUENTRA LOS CLIENTE
&& Q ME LOS MUESTRE EN OTRA GRILLA Q LO UTILIZO SOLO PARA MOSTRAR DATOS
thisform.grdcuentacorriente.column1.text1.value=ctacte.codcliente thisform.grdcuentacorriente.column2.text1.value=ctacte.fecha
thisform.grdcuentacorriente.column3.text1.value=ctacte.comp
&& un grid q utilizo para poner los datos de la cta cte.
endscan
set filter to
thisform.refresh
LO Q SUCEDE ES Q ME MUESTRA UNICAMENTE UNO SOLO Y EL ULTIMO, SI TENG VARIOS NO ME LOS MUESTRA gracias
click del boton buscar: && PRIMERO IDENTIFICO EL CLIENTE
select ctacte
set order to 1
go top
scan
SET FILTER TO ctacte.codcliente==thisform.text8.Value && SI ENCUENTRA LOS CLIENTE
&& Q ME LOS MUESTRE EN OTRA GRILLA Q LO UTILIZO SOLO PARA MOSTRAR DATOS
thisform.grdcuentacorriente.column1.text1.value=ctacte.codcliente thisform.grdcuentacorriente.column2.text1.value=ctacte.fecha
thisform.grdcuentacorriente.column3.text1.value=ctacte.comp
&& un grid q utilizo para poner los datos de la cta cte.
endscan
set filter to
thisform.refresh
LO Q SUCEDE ES Q ME MUESTRA UNICAMENTE UNO SOLO Y EL ULTIMO, SI TENG VARIOS NO ME LOS MUESTRA gracias
Valora esta pregunta


0