Subject | Re: [IBO] Using IB Monitor |
---|---|
Author | Helen Borrie |
Post date | 2006-06-26T04:34:03Z |
At 12:13 PM 26/06/2006, you wrote:
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
>How do I use the IB Monitor component? I've filled in theDo it the easy way - use TIB_MonitorDialog instead. Simply place a
>"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?
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