I have to ask, how is this supposed to work?
I checked old posts in the forum and that didn't help me and your help topic doesn't help either.
I checked the Debug property of a TUniTable, UniDacVcl is in the uses clause for that Data Module and I see nothing..
Using Berlin, no updates.
thanks
Fred
Debug Property
Re: Debug Property
Please check if debug works in the UniDAC demos. You can find the UniDAC Demo projects in the %UniDACDemos%\ directory. %UniDACDemos% is the UniDAC Demo projects installation path on your computer.
Also, please specify, what kind of database do you use and what kind of application do you develop: a console one or not?
Also, please specify, what kind of database do you use and what kind of application do you develop: a console one or not?
Re: Debug Property
All worked in the Demo, nothing to do with any of the above. I finally took the time to search your code and the only ShowDebugForm is in DASQLMonitor. I have a TUniSQLMonitor in my DataModule but Active=False by default unless I need to use it.ViktorV wrote:Please check if debug works in the UniDAC demos. You can find the UniDAC Demo projects in the %UniDACDemos%\ directory. %UniDACDemos% is the UniDAC Demo projects installation path on your computer.
Also, please specify, what kind of database do you use and what kind of application do you develop: a console one or not?
Once I turned that on all worked. I don't see one in your Demo so I assume it works without TUniSQLMonitor but if one exists and is set to inactive then nothing works.
thanks
Fred
Re: Debug Property
This behavior corresponds to our architecture: if TUniSQLMonitor is used in the project and the TUniSQLMonitor.Active property is set to False, the debug window is not displayed.
Re: Debug Property
Right, might be a good line to add to the help file..ViktorV wrote:This behavior corresponds to our architecture: if TUniSQLMonitor is used in the project and the TUniSQLMonitor.Active property is set to False, the debug window is not displayed.
thanks
Fred
Re: Debug Property
Thank you for the information. We will make changes in the UniDAC help.