Re: Delphi Example Code - WeOnlyDo Discussion board

Re: Delphi Example Code (General questions)

by wodSupport, Wednesday, September 07, 2005, 17:56 (6811 days ago) @ Bret

Bret,

the way you use it (sequentially, line per line..) you need to set Blocking property to True and it will work. Currently component works in async way and you cannot execute methods until previous completes. Blocking should solve that. Can you try?


Complete thread: