PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WM - Access Violation (GPF)
WM - Access Violation (GPF)
Iniciado por guest, 25,oct. 2015 08:21 - 2 respuestas
Publicado el 25,octubre 2015 - 08:21
Hi All,

I got an error Access Violation (GFP) when I try to filter the 80,000 rows of data in the Handheld device. I tried to used Hfilter and While Not Hout but the same problem.

But in windows emulator I don't have any issues but when I run the application in the handheld device and used the filter option its giving me that kind of error.

Any advice and help.

Thanks,
Ech
Publicado el 26,octubre 2015 - 11:07
Hi Ech,

I try to avoid using HFilter; I now use (SQL) queries whenever possible. It might involve a bit of re-design of your system but it's worth it?
Publicado el 26,octubre 2015 - 14:17
Thanks for the help DarrenF. I used the query command and now its working fine.