PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [5.5] to [8] Conversion issue Re Hmodify()
[5.5] to [8] Conversion issue Re Hmodify()
Iniciado por Al, 08,jul. 2004 02:20 - No hay respuesta
Publicado el 08,julio 2004 - 02:20
G'day All
Just like to highlight an option in Hmodify().
If you are looping through a file using a filter and running hmodify() on each record it appears that you must specify the HAffectBrowse option to ensure that the hreadnext() goes to the next record in the filter. Without the HAffectBrowse option the hreadnext() is the next record number NOT the next record in the filtered browse.
This is mentioned in the help but I don't think it is given the importance it deserves. I had several 5.5 procedures work erratically after conversion before I worked out that this was the problem.
Regards
Al