PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV 2024 → iDestination and Threads
iDestination and Threads
Iniciado por Dave Summers, mar., 10 2019 4:35 PM - 1 resposta
Publicado em março, 10 2019 - 4:35 PM
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
Membro registado
34 mensagems
Popularité : +3 (3 votes)
Publicado em março, 25 2019 - 4:32 PM
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/…