Kaydet (Commit) 9de6b045 authored tarafından Caolán McNamara's avatar Caolán McNamara

toggle on view all records in biblio.odb

üst 60cf5b57
...@@ -3,19 +3,17 @@ the database inside the .odb, instead it is configured to store its data in the ...@@ -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 ?
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment