Subject Re: [IBO] Using IB Monitor
Author Helen Borrie
At 12:13 PM 26/06/2006, you wrote:
>How do I use the IB Monitor component? I've filled in the
>"ProfilterConnection" property, set "Enabled" to true and added a
>routine to the OnMonitorOutputItem, but I never seem to get any output.
>
>Do I need to implement OnMonitorOutputItem? Am I missing something else?

Do it the easy way - use TIB_MonitorDialog instead. Simply place a
call to its Show() method to get it started. If you're planning to
use it for debugging/testing purposes and not to deploy it to your
users, then you don't need a button - just place the call in the
OnShow event of the form.

Helen