Re: Find in multiple logbooks returns wrong pages, posted by Stefan Ritt on Mon Mar 6 13:06:59 2006
|
This problem has been fixed in SVN revision 1671. |
Re: Access to global configuration in v2.6.1, posted by Giorgio Croci Candiani on Tue Mar 14 17:11:10 2006
|
> > or maybe browser cookies.
>
> That rings a bell. If you change user permissions (like password file/no password file/rename logbooks) you might be
|
Simple math within an elog form, posted by Steve Jones on Tue Apr 4 06:18:18 2006
|
This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned an integer value via
OPTIONS, and then take the selected values and perform some simple math and display the result. For example:
|
Re: Simple math within an elog form, posted by Stefan Ritt on Tue Apr 4 08:15:29 2006
|
[quote="Steve Jones"]This may sound a little strange but I am trying to determine if it is possible to create a series of attributes that may be assigned
an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. [/quote]
|
Re: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 00:00:14 2006
|
[quote="Stefan Ritt"][quote="Steve Jones"]This may sound a little strange but I am trying to determine if it is possible to create a series of attributes
that may be assigned an integer value via OPTIONS, and then take the selected values and perform some simple math and display the result. [/quote]
|
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: Simple math within an elog form, posted by Steve Jones on Wed Apr 5 18:56:48 2006
|
[quote="Steve Jones"][quote="Stefan Ritt"][quote="Steve Jones"]
[code]
Subst TotalRisk = $shell(echo $Risk1 + $Risk2 + $Risk3 > /tmp/elog_out)
|