Re: Simple math within an elog form, posted by Stefan Ritt on Wed Apr 5 10:07:59 2006
|
[quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
|
Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 13:50:14 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
|
Re: Triggering Re: Triggering $shell question, posted by Steve Jones on Wed Apr 5 22:48:49 2006
|
[quote="Steve Jones"]Should this work? rev1684 now allows $shell to pass attribute contents to the shell command and whenever a new entry is submitted
or when one Edits/Replys the Subst is triggered, but I would like to be able to trigger this whenever a new value in the options pulldown is selected (assume
Risk2 and Risk3 are identical to Risk1). Being able to trigger a regular Preset works fine (like {1} preset Date = $date ) but I would like to trigger |
Re: elogd 2.6.1 program Crash is repeatable under Windows, posted by Steve Jones on Fri Apr 7 05:07:20 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]BTW, Stefan, unless you can make the most recent version of a Windows eLog available I cannot test the most recent
-- I do not have access to a Windows development environment. Solaris-Yes, Linux-Yes, Windoze-No.[/QUOTE]
|
Re: elog client authentication and attachment comment, posted by Stefan Ritt on Fri Apr 7 10:29:49 2006
|
[quote="Yoshio Imai"]Until revision 1642, it was possible to submit entries to a password-protected logbook using the elog client without supplying authentication
information. With revision 1671 this is no longer possible. In principle this is good. However, many of our run control programs use the elog client (via
[i]rsh[/i] to the elog server computer) to submit automatic entries, which fails now. In order for this mechanism to work again, we would have to change |
Re: elog client authentication and attachment comment, posted by Yoshio Imai on Mon Apr 10 20:08:02 2006
|
[quote="Stefan Ritt"]We could save the username/password in a file on the server, which is maybe readable only by the owner.[/quote]
I have discussed it with the others, and it sounds like a good idea. There is only the debate whether it should be readable by the owner or by the root
user of the elog server. I can't tell at the moment which is more favourable ... |
Re: Can a field value be calculated during display?, posted by Stefan Ritt on Thu Apr 13 09:07:24 2006
|
[quote="Sridhar Anandakrishnan"]I have a logbook which is a Calendar/Appointment book with Attributes: "Appointment DateTime", Place, etc.
I would like another Attribute called "When" whose value is calculated from Today's Date - Appointment date (so for example I could display today's appointments |
Re: Any way to move Replies from one logentry to another?, posted by Stefan Ritt on Tue Apr 18 10:01:23 2006
|
[quote="Steve Jones"]Is there anyway to reattach a reply within a logbook from one logentry to another? I guess it would be "re-associate"?[/quote]
No, this is not possible directly. You would have to make a new reply, and manually fill in the contents from the original reply. It is however possible |