toggle on view all records in biblio.odb

This commit is contained in:
Caolán McNamara
2012-03-14 11:13:58 +00:00
parent 60cf5b57b0
commit 9de6b045ab
2 changed files with 7 additions and 9 deletions

View File

@@ -3,19 +3,17 @@ the database inside the .odb, instead it is configured to store its data in the
per-user database/biblio/biblio.dbf and database/biblio/biblio.dbt files. i.e. per-user database/biblio/biblio.dbf and database/biblio/biblio.dbt files. i.e.
the contents of the ~/.libreoffice/3/user/database/biblio dir. the contents of the ~/.libreoffice/3/user/database/biblio dir.
If you edit biblio.odb in "base" you will really just be changing your local data If you edit biblio.odb in "base" you will really just be changing your local
store. data store.
So, to really change the bibliography the easiest thing to do is to launch writer and So, to really change the bibliography the easiest thing to do is to launch
use tools->bibliography database and edit your local one through that UI [1] writer and use tools->bibliography database and edit your local one through
that UI.
Then *copy* ~/.libreoffice/3/user/database/biblio/biblio.db* to Then *copy* ~/.libreoffice/3/user/database/biblio/biblio.db* to
extras/source/database/ in order to overwrite biblio.dbf and biblio.dbt and extras/source/database/ in order to overwrite biblio.dbf and biblio.dbt and
copy ~/.libreoffice/3/user/database/biblio.odb to copy ~/.libreoffice/3/user/database/biblio.odb to
extras/source/database/biblio.odb extras/source/database/biblio.odb
[1] a) oddly base doesn't show the same fields that the bibliography widget does, NOTE: base doesn't seem to "PACK" the dbase III files after editing, so deleted
possibly a bug worth fixing ? records still take up space in the file, possibly a bug worth fixing ?
b) oddly base doesn't seem to "PACK" the dbase III files after editing, so
deleted records still take up space in the file, possibly a bug worth
fixing ?

Binary file not shown.