Re: can attrinute fields contain more that one line, posted by Paolo Franchini on Fri Nov 20 11:20:49 2015
|
> > > Was just wondering about the status of the multi-line attributes in Elog, are
> > > they implemented in elog yet? If not is that something you are planning to do
> > > in the future?
|
Re: can attrinute fields contain more that one line, posted by Stefan Ritt on Fri Nov 20 12:41:58 2015
|
> > > > Was just wondering about the status of the multi-line attributes in Elog, are
> > > > they implemented in elog yet? If not is that something you are planning to do
> > > > in the future?
|
Re: can attrinute fields contain more that one line, posted by Paolo Franchini on Fri Nov 20 15:27:12 2015
|
> > > > > Was just wondering about the status of the multi-line attributes in Elog, are
> > > > > they implemented in elog yet? If not is that something you are planning to do
> > > > > in the future?
|
Re: calling a shell in the Options tag, posted by Steve Jones on Tue Oct 31 22:07:06 2006
|
[quote="Alexandre Lindote"]Hi,
is it possible to run a shell script in an "Options" tag, as it is with the "Preset", "Subst", and so on?
|
Re: calling a shell in the Options tag, posted by Alexandre Lindote on Wed Nov 1 09:53:05 2006
|
[quote="Steve Jones"][quote="Alexandre Lindote"]Hi,
is it possible to run a shell script in an "Options" tag, as it is with the "Preset", "Subst", and so on?
|
Re: calling a shell in the Options tag, posted by Stefan Ritt on Thu Nov 9 20:59:01 2006
|
[quote="Alexandre Lindote"]Hi,
is it possible to run a shell script in an "Options" tag, as it is with the "Preset", "Subst", and so on?
|
Re: call a shell from ELOG / new button [Submit & Notify], posted by Stefan Ritt on Mon Jan 13 11:45:18 2003
|
I put this on the wish list.
- Stefan |
Re: calculate the value of one attribute depending upon the value of other attribute., posted by Andreas Luedeke on Mon Jan 26 15:56:41 2015
|
If you have the following elogd.cfg:
Attributes = START, END, DURATION
subst DURATION = $shell( /usr/local/elog/diff.sh \"$START\" \"$END\")
Show Attributes Edit = START, |