Op 2010-07-09 11:25, Werner Schoenmaekers het geskryf:
> Problem: When the mainform is shown, I do not have access to this window
> and cannot select I want to see the SQL...
I'm not sure I understand you. The visual log window is only blocked for
me, when I show Modal forms. I use fpGUI toolkit and not VCL, but I think
VCL behaves the same.
If you want to set what is actually logged to that window (or to any other
log output format), you can set the initial Log Severity via something like
this (before you show the main form):
gLog.SevToLog := [
lsNormal
,lsUserInfo
// ,lsObjCreation
,lsVisitor
// ,lsConnectionPool
,lsAcceptVisitor
// ,lsQueryTiming
,lsDebug
,lsWarning
,lsError
,lsSQL
];
Regards,
- Graeme -
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
tiOPF-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tiopf-talk