PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → iDestination and Threads
iDestination and Threads
Débuté par Dave Summers, 10 mar. 2019 16:35 - 1 réponse
Posté le 10 mars 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
Membre enregistré
34 messages
Popularité : +3 (3 votes)
Posté le 25 mars 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/…