I have a TSplitter that separates elements on the left from those on the right.
I use code to move this splitter to the left or right in an KeyDown routine.
Example:
---
case Key of VK_LEFT :
begin
if Shift=[ssS
Bug report about manifest on Win10: opt "dpi aware = true/PM".
it works bad, if:
- I maximized Cudatext window on 1st monitor
- I drag window caption to 2nd monitor
On moved to 2nd mon, Cudatext window takes 0x0 size, limited to minimal
window size(?).
It is about 100x30pixels now, all content of
Made a console app which worked fine, and now the Lazarus the app
doesn't have to close the query either. Problem disappeared over night.
:-) No idea what that was, I tested repeatedly yesterday. Oh well,
sorry for bothering!
--
___
Lazarus mailing l
On Mon, 20 Mar 2017, kapibara via Lazarus wrote:
I started using TSQLQuery's new property sqoKeepOpenOnCommit instead of
CommitRetaining. When the app is closing there is now this error:
Quote
Operation cannot be performed on an active dataset
Happens only if sqoKeepOpenOnCommit is true.
I started using TSQLQuery's new property sqoKeepOpenOnCommit instead of
CommitRetaining. When the app is closing there is now this error:
Quote
Operation cannot be performed on an active dataset
Happens only if sqoKeepOpenOnCommit is true.
If the dataset is closed before exiting the applic