Subject Re: [IBO] SQL Monitor - HELEN
Author Helen Borrie
At 03:28 PM 15/01/2003 +0000, you wrote:
>I connect the TIB_DialogMonitor to the database connection, but when
>I open the dialog, I can't see the SQL statments that were executed
>previous! How can I do this?
>
>The idea is to open the TIB_DialogMonitor and see the SQL statments
>that were executed in server.
>
>I cheched the item "SQL Statements", but I didn't see anything.

It will begin monitoring as soon as the dialog opens.

As someone else told you, you make this happen by calling the dialog's Show
method. You can achieve this by adding a button, or you can call it in the
FormCreate handler of the the form or datamodule that contains your
connection object.

Helen