From d8a83bb6de6a1e1289d80fcc56559f52d5ae1ba7 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Wed, 8 Jun 2022 19:45:05 +0000 Subject: [PATCH] TvPlanIt: Fix zeos datastore demo to work also with ZEOS 8. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8286 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/tvplanit/examples/datastores/zeos/unit1.lfm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/components/tvplanit/examples/datastores/zeos/unit1.lfm b/components/tvplanit/examples/datastores/zeos/unit1.lfm index d9d7a5cd6..f516fc693 100644 --- a/components/tvplanit/examples/datastores/zeos/unit1.lfm +++ b/components/tvplanit/examples/datastores/zeos/unit1.lfm @@ -267,9 +267,8 @@ object Form1: TForm1 end object ZConnection1: TZConnection ControlsCodePage = cCP_UTF8 - AutoEncodeStrings = True Properties.Strings = ( - 'AutoEncodeStrings=ON' + 'AutoEncodeStrings=' ) Port = 0 Left = 136