From c42c96d8f4aa30c0d9e1a5cb0913af7ed8a62f8a Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Fri, 16 Aug 2019 12:25:29 +0000 Subject: [PATCH] jvcllaz: Update readme.txt of the JvTimeFramework demo. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7142 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- .../jvcllaz/examples/JvTimeFramework/readme.txt | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/components/jvcllaz/examples/JvTimeFramework/readme.txt b/components/jvcllaz/examples/JvTimeFramework/readme.txt index 2c272eff6..8dfe2f3e2 100644 --- a/components/jvcllaz/examples/JvTimeFramework/readme.txt +++ b/components/jvcllaz/examples/JvTimeFramework/readme.txt @@ -2,9 +2,14 @@ The JvTimeFrameDemo of the JVCL Lazarus port uses an SQLite3 database to store the data. In order to run this demo you must have SQLite3 installed, or you must copy the sqlite3.dll to the folder with JvTimeFrameDemo.exe. -It is also required to copy the data base file, data.sqlite, from the source -directory (the directory which contains this readme.txt) to the folder with -JvTimeFrameDemo.exe. +If you want to run with the demo's data it is also required to copy the +data base file, data.sqlite, from the source directory (the directory which +contains this readme.txt) to the folder with JvTimeFrameDemo.exe. And, since +the demo data are fairly old, you must enter the date Jan 01, 2002 in the +date field of the demo so that the control focus on this date. + +If you do not copy the data base file the demo program creates a new, empty +data base, dta.sqlite. --------------------------------------------------------------------------------