Pues eso, ando con esto de mostrar
solo los últimos 5 Registros en un xbrowse
Lo estoy haciendo en un filtro con ADS
- Code: Select all Expand view
ADSClearAOF()
cCad := "TABPESOS->ARTICULO='"+AllTrim((cFile)->ARTICULO)+"' .AND. TABPESOS->PESO>=17 .AND. TABPESOS->OPCION == ''"
IF !ADSSetAOF(cCad)
?"No se realizo el filtro...",cCad
ENDIF
DbGoBottom()
con este filtro me funciona muy bien, solo que ahora quiero mostrar los últimos 5 registros
de este filtro.
Alguien sabra como ??
Saludos.