We are using DOA components v 3.3.1 with Delphi C/S 4.0 SP 3
I need to show all dbms_pipe meesages using TOracleEvent component. Works fine. When I use debugger TOracleEvent intersepts all messages exactly when they take place but when I want to show them in TMemo comonent it doesn't refresh until the package that sends pipe messages ends. This works only if Synchronization property on TOracleEvent is set to false.
Another problem is that as soon as I start TOracleEvent all synchronized procedures in TThread object stop working.
Please, help
Pavel Popov
Sr. Software Engineer
CarTemp USA
I need to show all dbms_pipe meesages using TOracleEvent component. Works fine. When I use debugger TOracleEvent intersepts all messages exactly when they take place but when I want to show them in TMemo comonent it doesn't refresh until the package that sends pipe messages ends. This works only if Synchronization property on TOracleEvent is set to false.
Another problem is that as soon as I start TOracleEvent all synchronized procedures in TThread object stop working.
Please, help
Pavel Popov
Sr. Software Engineer
CarTemp USA