Error en ListView

31/07/2003 - 11:04 por mar | Informe spam
Tengo un problema muy curioso. En algunos equipos me funciona y en otros no
y no encuentro el error.

Tengo un RecordSet con información (no contiene nulos) y lo vuelco a un
listview con el siguiente código:

dim li as listitem

listview.listitems.clear
do while not rs.eof
set li = listview.listitems.add(,,rs.fields(1))
li.listsubitems.add ,, rs.fields(4)

rs.movenext
loop

Agradezco cualquier ayuda
 

Leer las respuestas

#1 Víctor B.
31/07/2003 - 13:05 | Informe spam
¿Y cuál es el error?


"mar" escribió en el mensaje
news:#r$
Tengo un problema muy curioso. En algunos equipos me funciona y en otros


no
y no encuentro el error.

Tengo un RecordSet con información (no contiene nulos) y lo vuelco a un
listview con el siguiente código:

dim li as listitem

listview.listitems.clear
do while not rs.eof
set li = listview.listitems.add(,,rs.fields(1))
li.listsubitems.add ,, rs.fields(4)

rs.movenext
loop

Agradezco cualquier ayuda


Preguntas similares