-
Are you sure? The current url works for me (though it does not seem to work for everyone), whereas the one you provided does not work here.
Cheers.
2009-11-11 18:51:24 UTC in Bibus Bibliographic software
-
Hi, I corrected the code on the wiki page. It was not easy to find the correct tag to keep the correct indentation.
Should now work.
Have a good week-end
Hilaire.
2009-09-04 14:45:37 UTC in Bibus Bibliographic software
-
Hi,
Pierre is right: on the webcam, I had to change tabulations for spaces (otherwise wiki syntax was not recognized) so you have to change back spaces for tabulations when pasting the code in your file. Sorry for that.
I can send you my files but I don't know how to attach files on the forum.
Hilaire.
2009-09-04 14:19:51 UTC in Bibus Bibliographic software
-
Hi, the code is not readable in my previous page... Have a look at this page
http://bibus-biblio.sourceforge.net/wiki/index.php/Considering_a_column_as_numeric_to_sort_the_database#since_bibus_1.4
Hilaire.
2009-09-04 12:52:20 UTC in Bibus Bibliographic software
-
Sorry, I forget to update the doc (I am going to do that immediately). You just have to update the functions getRefKey and getAllRef (not __getAllRef) as follows (example for the field custom 2)
def getRefKey(self,key_id,collist=BIB.LIST_DISPLAY,order=BIB.LIST_ORDER,how=BIB.LIST_HOW,short=False):
"""Return the references corresponding to the key with key_id""".
2009-09-04 12:35:48 UTC in Bibus Bibliographic software
-
It hope it will be corrected because this problem is really annoying and it is the only problem that prevents me from using mdbtools in a larger extent.
Excluding this bug, mdbtools is a really good tool and work like a charm!
2009-08-24 08:50:20 UTC in MDB Tools
-
Muchas gracias para su ayuda. Añadí hiperenlaces hacia su pagina principal en las paginas en otra idioma.
Cordialmente,
Hilaire.
2009-08-24 07:44:52 UTC in Bibus Bibliographic software
-
Hi,
When I try to update my ubuntu repositories (sudo apt-get update), I get the following errors related to bibus repository:
Impossible de récupérer http://switch.dl.sourceforge.net/sourceforge/bibus-biblio/./fr.bz2 J'ai une simple ligne d'en-tête au-dessus du caractère 360
Do you have an idea? Thank you by advance!
Cheers,
Hilaire.
2009-08-15 10:12:04 UTC in Bibus Bibliographic software
-
Hi,
I try to export an access 2003 database to mysql using mdbtools under ubuntu 9.04. I compiled the mdbtools sources from cvs. mdb-export seems to work, except some numerical values which are improperly converted. In my case the field in access is Numeric with precision = 28 and scale =6 and for example the value 3375.000000 in access is converted in -000000000000000000919.967296. The error...
2009-07-29 09:58:07 UTC in MDB Tools
-
Hi Oliver,
I can try to give you the corresponding sqlite syntax (be sure to make a backup copy before to use them)
*deleting the content of all "notes", without deleting the column
update bibref set Note=""
*in the URL field, search a directory and replace by another
update bibref set url = replace(url,"oldirectory","newdirectory"...
2009-07-22 08:30:46 UTC in Bibus Bibliographic software