|
| Inicio → WINDEV 2024 → Big WINDEV EXE files using HFSQL Classic files can be unexpectedly very slowed |
| Big WINDEV EXE files using HFSQL Classic files can be unexpectedly very slowed |
| Iniciado por dufossetfelix, 01,jun. 2015 11:46 - No hay respuesta |
| |
| | | |
|
| |
Miembro registrado 6 mensajes |
|
| Publicado el 01,junio 2015 - 11:46 |
Big WINDEV EXE files using HFSQL Classic files can be unexpectedly very slowed. Unexpectedly because the slowness doesn't exist in test mode (GO from the editor).
This problem only concerns projects using Classic files. The reason is that every HFSQL file access first searches the file in the WDL (library). When your WDL contains hundreds of files (windows, reports, images, etc) this search takes time.
If you are experiencing this problem, this line in your project code will fix it.
HChangeLocation("*", hDisk)
-- felix |
| |
| |
| | | |
|
| | | | |
| | |
|