A
|
amirgulamali author 7/16/2006 |
Guess its impossible... |
![]() |
kujox 7/16/2006 |
I would guess that you have to write some code in the export routine to strip out the code for the email field, I cant see anywhere in the events to put it. |
![]() |
Alexey admin 7/17/2006 |
Amir, $format="Email Hyperlink"; to: $format="";
|
A
|
amirgulamali author 7/17/2006 |
Thanx, |
![]() |
Alexey admin 7/18/2006 |
Amir, if($format==FORMAT_CHECKBOX) and replace them with: if($format==FORMAT_CHECKBOX || $format==FORMAT_HYPERLINK || $format==FORMAT_EMAILHYPERLINK)
|
A
|
amirgulamali author 7/18/2006 |
thanx alexey.. that works!!! |