|
| Iniciado por dsprosystems, 10,mar. 2019 16:35 - 1 respuesta |
| |
| | | |
|
| |
| Publicado el 10,marzo 2019 - 16:35 |
Hi all
I have an issue that i am hoping someone can help/advise on;
A process is running two individual procedures on seperate threads (using theadexecute). Within these threads, both run reports to file. It seems that if both threads/reports run at exactly the same time, then the properties of the iDestination are not respected for the individual thread. i.e. the output filename for both reports ends up being from one of the idestination calls even though they are coded as both being unique
Any help or advice would be greatly appreciated
Kind Regards Dave |
| |
| |
| | | |
|
| | |
| |
Miembro registrado 34 mensajes |
|
| Publicado el 25,marzo 2019 - 16:32 |
Hello,
Make a class that handles printing of those reports with an internal queue.
Or make use of
CriticalSectionStart("Name")
https://doc.windev.com/en-US/… |
| |
| |
| | | |
|
| | | | |
| | |
|