Re: Help me please I can't uplode Attach file, posted by Stefan Ritt on Thu Apr 17 08:27:27 2008
|
Samrit wrote: |
Dear All
I can't uplode Attach file. It have Error
Error: Filename "D:\aaa.doc" contains invalid character |
Please use your browser's back button to go back |
Thank you very much
Joe..
|
The problematic part is the "\" in the filename, which is not correctly recognized as a directory. I will fix this in the next release. For now, just click on the Browse button, navigate to d:\, and then select there the file aaa.doc. |
Re: Problems with elog client, posted by Yoshio Imai on Thu Apr 17 19:11:36 2008
|
I have tried your sample config file, and this one also works for me.
The problem arises when using top groups. I have produced a minimal config file including a top group, of the form
[global]
logbook tabs = 1
SSL = 1
Theme = default
Top group testgroup = demo1, demo2
Show top groups = 1
[global testgroup]
Attributes = Author, Subject, Type
Options Subject = ThisOne{1}, Shift info {2}, ThatOne{3}
{1} Options Type = OneType1, OneType2, OneType3
{2} Options Type = Shift start {a}, Shift end {b}, Info
{3} Options Type = TwoType1, TwoType2, TwoType3
Required Attributes = Author, Subject, Type
{2&a} Preset Text = shift_checklist.txt
{2&b} Preset Text = shift_summary.txt
[demo1]
Comment = DemoLog 1
[demo2]
Comment = DemoLog 2
Although the conditional attributes work for the logbooks demo1 and demo2, the preset text does not work. It works when the Preset Text= statement is (also) places in the individual logbook sections. Can you check if it behaves the same on your side?
Yoshio |
Re: Custom Links in each column, in the display list?, posted by Stefan Ritt on Thu Apr 17 20:22:30 2008
|
Don Perrea wrote: |
Using the "Link Display =" I can turn of the link to each individual entry, however, I would like to have a custom link in one of my columns. Is this possible?
|
What you can do is to define an attribute (let's call it 'link'), then substitute this (maybe empty) attribute after submit with
Subst link = http://www.google.com
so this attribute will contain this link. You can also combine the value of the attribute with the link, like
Subst link = http://www.google.com/search?q=$link
this will produce a link to google search where it searches for the value of the attribute:

|
Re: Problems with elog client, posted by Stefan Ritt on Thu Apr 17 21:23:06 2008
|
Yoshio Imai wrote: | The problem arises when using top groups. |
Uff, that was a tough one. Thanks to your detailed analysis I could reproduce the problem. It indeed only happens with conditional 'preset text' under a top group (which is so exotic I have never tried it before). I fixed that in SVN revision 2103, please download and test it. |
Re: conditional options are not working in find , posted by Stefan Ritt on Thu Apr 17 22:17:05 2008
|
Arno Teunisse wrote: |
Would be nice if the user can search with the same items he used entering the data into the form.
|
I finally found some time to implement conditional attributes in the find form. This new feature is contained in SVN revision 2104 and in the Windows version 2.7.3-3. |
Re: conditional options are not working in find , posted by Arno Teunisse on Thu Apr 17 22:40:12 2008
|
Stefan Ritt wrote: |
Arno Teunisse wrote: |
Would be nice if the user can search with the same items he used entering the data into the form.
|
I finally found some time to implement conditional attributes in the find form. This new feature is contained in SVN revision 2104 and in the Windows version 2.7.3-3.
|
Hello Stefan
Just downloaded the windows version. It is working great !! Thanks, for this quick solution.. and you're time..
Just like elog more and more...
|
Re: conditional options are not working in find , posted by Arno Teunisse on Thu Apr 17 23:20:50 2008
|
Arno Teunisse wrote: |
Stefan Ritt wrote: |
Arno Teunisse wrote: |
Would be nice if the user can search with the same items he used entering the data into the form.
|
I finally found some time to implement conditional attributes in the find form. This new feature is contained in SVN revision 2104 and in the Windows version 2.7.3-3.
|
Hello Stefan
Just downloaded the windows version. It is working great !! Thanks, for this quick solution.. and you're time..
Just like elog more and more...
|
Just noticed that in IExplorer and Firefox when creating a new entrie i got a popup with the following text in it : Unknown toolbar item "ShowBlocks"
When clicking OK : everything is working. Think it has to do with FCKedit, but I'm not shure.
|
Re: conditional options are not working in find , posted by Stefan Ritt on Fri Apr 18 07:47:54 2008
|
Arno Teunisse wrote: |
Just noticed that in IExplorer and Firefox when creating a new entrie i got a popup with the following text in it : Unknown toolbar item "ShowBlocks"
When clicking OK : everything is working. Think it has to do with FCKedit, but I'm not shure.
|
There must be an old version of FCKedit. Maybe just clear your browser's cache and try again. You can also try to download elog273-3.exe again (the one from yesterday I built at home on my laptop, so maybe something went wrong...). The current one (dated April 18th) I build at the institute. |