I igon Member² Apr 4, 2000 #1 When using debug = true - instead of a simple showmessage can you use more of a memo that can scroll so that long queries will no go off the screen and we could cut the query to clipboard for testing
When using debug = true - instead of a simple showmessage can you use more of a memo that can scroll so that long queries will no go off the screen and we could cut the query to clipboard for testing
Marco Kalter Administrator Staff member Apr 6, 2000 #1 You can use the InternalDebug hook to accomplish this. A demo can be downloaded here: http://www.allroundautomations.nl/download/debugunit.zip This is a Delphi unit that you can include in you project to handle the debug information. You can modify it to meet your requirements. ------------------ Marco Kalter Allround Automations
You can use the InternalDebug hook to accomplish this. A demo can be downloaded here: http://www.allroundautomations.nl/download/debugunit.zip This is a Delphi unit that you can include in you project to handle the debug information. You can modify it to meet your requirements. ------------------ Marco Kalter Allround Automations