Subject | Re: [IBO] TIB_Monitor |
---|---|
Author | Jack Engleman |
Post date | 2006-08-29T21:58:27Z |
Thanks for the prompt response.
It's all working. I was trying to make things more complicated than it was.
I did have the BaseConnection and DefaultTransaction properties set, but
I was trying an execute rather than a show.
Thanks for the Help
Jack
Dennis McFall wrote:
It's all working. I was trying to make things more complicated than it was.
I did have the BaseConnection and DefaultTransaction properties set, but
I was trying an execute rather than a show.
Thanks for the Help
Jack
Dennis McFall wrote:
>
> 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
>
>