ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65983
|
Mon Sep 22 21:31:36 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.7.4 | Re: Potential bug with the Quick filter |
Paul O'Shaughnessy wrote: |
I have a muliple entry field, which is defined by MOptions, which allows you to make multiple selections into one field.
My problem is that when I try to select this option from the Quick filter menu option, it brings back no entries.
When I use the search option this works fine. Any ideas on where I go from here?
|
Recently I fixed some issues with MOptions. Please update to version 2.7.5.
|
65984
|
Tue Sep 23 15:03:51 2008 |
| Paul O'Shaughnessy | paul_o'shaughnessy@inmarsat.com | Bug report | Windows | 2.7.4 | Re: Potential bug with the Quick filter |
Stefan Ritt wrote: |
Paul O'Shaughnessy wrote: |
I have a muliple entry field, which is defined by MOptions, which allows you to make multiple selections into one field.
My problem is that when I try to select this option from the Quick filter menu option, it brings back no entries.
When I use the search option this works fine. Any ideas on where I go from here?
|
Recently I fixed some issues with MOptions. Please update to version 2.7.5.
|
Many thanks, the latest version addresses this problem. |
65985
|
Thu Oct 2 19:00:25 2008 |
| Wythe IT | carwile@avwtech.com | Bug report | Windows | 2.7.4 | Random Crashes |
Running on windows server 2003.
Mysteriously from time to time i find ELOG has crashed and i must restart it.
Event log shows:
This has occurred twice so far in the month or less elog has been running. The platform is stable and i have no other issues or negative events besides incorrect ASP calls here and there. Thanks.
Faulting application elogd.exe, version 0.0.0.0, faulting module elogd.exe, version 0.0.0.0, fault address 0x0004b9c3.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. |
65986
|
Thu Oct 2 20:21:15 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Bug report | Windows | 2.7.4 | Re: Random Crashes |
Wythe IT wrote: |
Running on windows server 2003.
Mysteriously from time to time i find ELOG has crashed and i must restart it.
Event log shows:
This has occurred twice so far in the month or less elog has been running. The platform is stable and i have no other issues or negative events besides incorrect ASP calls here and there. Thanks.
Faulting application elogd.exe, version 0.0.0.0, faulting module elogd.exe, version 0.0.0.0, fault address 0x0004b9c3.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
|
Unfortunately this is not enough information for me to conclude anything. You need to be able to reproduce the crash, then tell me exactly how you did it, so that I can reproduce it. Then I have a chance to fix it. |
66122
|
Fri Dec 19 14:59:29 2008 |
| ribo | ribo1@hispeed.ch | Question | Linux | 2.7.4 | lost elogd.cfg |
Hi
I’m running SLES Linux Box with Elog 2.7.4, until yesterday everything was running perfectly. Now elog is not running anymore, because the elogd.cfg where i made changes for my use is lost.....(arghhhhh......) The logbooks ar still under /usr/local/elog/logbooks aviable.
Now i would like to upgrade to the latest version of elog. How to i made my logbooks available ?
thanks for your feedback.
ribo |
66171
|
Mon Jan 26 19:09:01 2009 |
| lisa giaime | lgiaime@cct.lsu.edu | Question | Linux | 2.7.4 | restrict a field to upper or lower case |
Is it possiblet to restrict a field so that when a new record is added, whatever the user types is automatically converted to lower case?
Thanks! |
66172
|
Mon Jan 26 19:48:42 2009 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | 2.7.4 | Re: restrict a field to upper or lower case |
lisa giaime wrote: |
Is it possiblet to restrict a field so that when a new record is added, whatever the user types is automatically converted to lower case?
|
No, this is not possible. |
66257
|
Thu Mar 19 02:50:16 2009 |
| Erik Iverson | eiverson@ornl.gov | Question | All | 2.7.4 | "Full" view formatting |
I have a logbook I use to capture machine settings. There are many (~30) different attributes defined. I've defined the "Summary" view via "List display" in such a way that not all the attributes are displayed in the summary list, because there's no practical way to fit the 30 different attributes in 30 rows across the screen, and there's no need to have every attribute shown in the summary view. I would like to define something for the "Full" view that lets me put one (or more, but not all) attributes per line; much like the single-entry view does now, just with multiple entries. So a "Full" listing would look like
ID: 1
Attribute1: Value1
Attribute2: Value2
Attribute3: Value3
Text...
ID: 2
Attribute1: Value1
Attribute2: Value2
Attribute3: Value3
Text...
rather than
ID Attribute1 Attribute2 Attribute3
1 Value1 Value2 Value3
Text...
2 Value1 Value2 Value3
Text...
etc.
Any suggestions?
Thanks as always for a wonderful piece of software! |