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. --------------------------------------------------------------------------------