|
FOROS PROFESIONALES WINDEV, WEBDEV y WINDEV Mobile |
| | | | | |
| Iniciado por guest, 12,feb. 2015 09:55 - 2 respuestas |
| |
| | | |
|
| |
| Publicado el 12,febrero 2015 - 09:55 |
HiIam testn my app an ran into a bit of a problem I ran the audit andther is framework proces that takes 8 seconds
the test
I put approx 10000 records in my ledger line table. This is the table that holds all the mutations. I use a treeview to acces the navigation of this
the treeview loads appox 5000 lines. the loading of the tree view takes almoast 8 seconds. Then when clicking on an item it goes fast. For one not i put in like 3500 rows this takes a view milliseconds more to load a mutation. So that works fine
when I save a record it takes about 8 seconds as well. This is verry irritating. When I run the profileer i can see that it is the hreadseekfirst proces that is the issue so I cannot do anything about that.
Is this normal behavior?
regards
allard |
| |
| |
| | | |
|
| | |
| |
| Publicado el 12,febrero 2015 - 12:47 |
Hi
solved the issue. I now load the tree partially. Yeh loading the notes when clicking a on a row. Yeh lightnig fast. saving records instantly
windev rocks
regards
Allard |
| |
| |
| | | |
|
| | |
| |
| Publicado el 12,febrero 2015 - 15:39 |
Hello Allard
HSetMemo() may be of use to you also.
Regards Al |
| |
| |
| | | |
|
| | | | |
| | |
| | |
| |
|
|
|