PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → [5.5] to [8] Conversion issue Re Hmodify()
[5.5] to [8] Conversion issue Re Hmodify()
Started by Al, Jul., 08 2004 2:20 AM - No answer
Posted on July, 08 2004 - 2:20 AM
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