![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/10/2006, 08:28
|
| | Fecha de Ingreso: mayo-2004 Ubicación: Guadalajara, Jalisco, México
Mensajes: 724
Antigüedad: 20 años, 8 meses Puntos: 6 | |
Dim dr as datarow()
dr = tudataset.tables("tutabla").select("Id = 15")
dr sería una colexion de rows...
asi q pa recorrerlo:
for each d as datarow in dr
'//+codigo
next |