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
This commit is contained in:
wp_xxyyzz 2019-08-16 12:25:29 +00:00
parent b57f815355
commit c42c96d8f4

View File

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