ID |
Date |
Icon |
Author |
Author Email |
Category |
OS |
ELOG Version |
Subject |
65987
|
Fri Oct 3 15:29:01 2008 |
| Ben Shepherd | bjs54@dl.ac.uk | Question | Linux | Windows | 2.7.2-2041 | Summary lines spill over |
Hi,
I've set up my ELOG configuration to display one summary line in the list view. However, a word from the next line creeps in from time to time. You can see this in my logbook - look at the 'Text' column for entries 805, 802 and 800 for instance. The word 'Shift' is from the second line of the entry, but it has been added to the summary text for some reason. Any ideas how I can fix this?
ben |
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. |
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. |
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. |
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.
|
65982
|
Mon Sep 22 16:46:32 2008 |
| Paul O'Shaughnessy | paul_o'shaughnessy@inmarsat.com | Bug report | Windows | 2.7.4 | Potential bug with the Quick filter |
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?
Thanks,
Paul |
65981
|
Thu Sep 18 14:39:17 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Linux | | Re: Moving individual messages in a thread |
Eoin Butler wrote: |
It is possible that the Move to... and Copy to... commands can be configured so that when they operate on a message that is part of a thread, that only that message will be moved, instead of the whole thread?
|
This has not been implemented on purpose. Assume you have a thread with
A
B
C
So A links to B, B links back to A and so on. If you would move now B into another logbook, A and C would point to an entry which does not exist any more. Furthermore, C may contain some sentences which are a reply to something which has been said in B. So even if the "Move To" mechanism would re-link A to C and C to A, the entry C would maybe make no sense any more if B is missing. That's why you only can move threads as a whole. If you want to move individual messages, don't use replies. You can actually disable the reply command in the configuration file. |
65980
|
Wed Sep 17 22:41:18 2008 |
| Stefan Ritt | stefan.ritt@psi.ch | Question | Windows | 2.7.4-2111 | Re: Default list option |
George Chisholm wrote: |
How do I set a default list option?
I have an attribute called Active with options yes, no
When I do a list I want to see just the records having yes.
When required, the quick filter allows me to see records with option = no or all the records.
Thanks
|
There is a trick. Use
Start page = ?Active=yes
and use a quick filter on "Active". This will always start with a list where Active=yes. |