Subject Re: [IBO] error open
Author Helen Borrie
At 12:52 PM 30/09/2003 +0200, you wrote:
>Do you mean TIB_Monitor component? if so, how to use it to see all going
>events/data (it creates logs or opens new window?)?

Use TIB_MonitorDialog (on the Tools palette)

1. drop it on a form or datamodule in your app
2. in the OnShow event of that form, code
IB_Monitor_Dialog.show;

That's all.
Helen