Re: Limited access to an attribute, posted by Stefan Ritt on Mon Jun 15 22:00:40 2015
|
No.
Michael
Cianci wrote:
Is there a way to limit access to an attribute "Reviewed by" |
Re: Limit number of characters for "login user" parameter string ?, posted by Stefan Ritt on Tue Jan 10 11:13:02 2017
|
There is a limit of 100 options per line, so you probably run against that. This is defined in elogd.h with MAX_N_LIST and MAX_N_ATTR. You can try to
increase these and recompile, but at some point you will hit the stack size limit of your operating system and elogd will crash.
Christine |
Re: Limit elog e-mail to only people involved with an entry, posted by Stefan Ritt on Fri Mar 12 08:57:07 2010
|
Paul Paquette wrote:
Can I limit an elog entry mails to only go to my e-mail, my supervisor and the person who is entering |
Re: Let the user decide which columns should be displayed, posted by Stefan Ritt on Mon Jan 22 12:15:26 2024
|
There is a general display option "List display", but that applies for all users. For the download, you can load the CSV file into a spreadsheet
program and then delete some columns.
Stefan |
Re: Latest windows version vs 2.9.2.2455, posted by Stefan Ritt on Tue Jun 4 17:09:44 2013
|
UlfO wrote:
|
Re: Latest windows version vs 2.9.2.2455, posted by UlfO on Tue Jun 4 17:14:25 2013
|
Stefan Ritt wrote:
|
Re: Last default = <n>, posted by Stefan Ritt on Mon Apr 29 13:12:56 2019
|
Indeed the description of the "Last default = <n>" option is not clear. I just updated that. If you have a quick filter "Date",
then you have different options there like "Last day", "Last 3 days", "Last week", "Last month", "Last 3 months",
"Last 6 months", "Last year". Each of these options has an underlying number of days, which are 1, 3, 7, 31, 92, 182, 364. In the "Last |
Re: Last default = <n>, posted by Alan Grant on Mon Apr 29 17:48:13 2019
|
I just changed to Last default = 31 and even restarted elogd.exe but it still finds a given string older than 31 days. Also the default Select Period
box value next to the QF's remains at All Entries. My understanding is it shoud behave like Find, where Show Last Default = 31 should default
the display to Month, and also only search within the last month of entries. |