Subject | Re: [IBO] TIB_Monitor |
---|---|
Author | Dennis McFall |
Post date | 2006-08-29T20:42:26Z |
At 03:17 PM 8/29/2006, you wrote:
begin
myMonitorDialog.show;
end;
Did you set the BaseConnection and DefaultTransaction properties?
./dm
>I am new to IBOBjects. I have my application up and running onprocedure TSomeForm.SomeEvent();
>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.
begin
myMonitorDialog.show;
end;
Did you set the BaseConnection and DefaultTransaction properties?
./dm