Re: Problem in logging with LDAP and passwd, posted by Laurent Jean-Rigaud on Sun Mar 14 17:02:49 2021
|
Hi Sebastian,
Nice to hear ! |
Re: Problem in logging with LDAP and passwd, posted by scott on Tue Mar 19 16:58:52 2024
|
Hi Stefano,
I also tried to set up LDAP authentication and password file-based authentication using the same settings as yours, which is not working as expected. It |
Weird behaviour of category filter, posted by Daniel Sajdyk on Fri Jul 14 13:18:30 2017 
|
Hello.
Today I noticed that when I use category filter in the top, right of Elog I got different results, that depends on that if I select Category
and Subcategory or just Subcategory option. |
Re: Weird behaviour of category filter, posted by Andreas Luedeke on Wed Jul 19 08:58:51 2017
|
Hi Daniel,
I agree: it should. And it does in my case; it works perfectly fine for my logbooks. Maybe you should have a closer look for special characters
in you configuration? Otherwise I don't know why it does not work for you. |
messy code for chinese charactor, posted by Wenhao Huang on Fri Oct 26 08:56:59 2018
|
The Chinese character appears messy code. The encoding way is the default utf-8. How can I solve this problem? |
Re: messy code for chinese charactor, posted by Stefan Ritt on Sat Oct 27 10:51:12 2018
|
Can you post a screenshot?
[quote="Wenhao Huang"]The Chinese character appears messy code. The encoding way is the default utf-8. How can I solve this problem?[/quote] |
Calculations & Interfacing a DataBase with Elog., posted by John on Sat Jun 22 06:52:32 2019
|
Hi, I am trying to calculate two or more Elog fields and then return the value to Elog. I am currently learning Perl to do this. I realize JS can do
this.. but so can IBM Basic ;) I am savy with other db techniques like sql. My question is before I get too far along with this project, is it safe
to say the current storage of Elog data is 'Flat File' database? I also want to find out if it would be better to try and grab the data prior OR |
Re: Calculations & Interfacing a DataBase with Elog., posted by Stefan Ritt on Sat Jun 22 10:07:08 2019
|
Yes elog stores data in a flat file database. Go to your logbook directory and look for files YYMMDDa.log where you find all data. Some people do a post
submit call to scripts, other integrate JS directly on each page (e.g. via "bottom text" option where you can load a whole JavaScript file),
then pick the fields and do calculations directly in the edit window. |