Subject Re: [IBO] TIB_Monitor
Author Dennis McFall
At 03:17 PM 8/29/2006, you wrote:
>I am new to IBOBjects. I have my application up and running on
>IBOBjects and I am wanting to use the ib_monitor function to look at
>activity to the database. I put the TIB_MonitorDialog icon on my main
>form and tried to execute it and I get a crash on my application. Can
>anybody send a snippet of code showing how they call and setup this
>function.

procedure TSomeForm.SomeEvent();
begin
myMonitorDialog.show;
end;


Did you set the BaseConnection and DefaultTransaction properties?

./dm