W
|
wundebar author 7/31/2012 |
Hi to every body. I have also another problem.. in a table i have a field that is a link where i upload documents. In events "after record processed" i wrote this code
so in this way if the field is full the link become blue.
|
C
|
cgphp 7/31/2012 |
Try to remove the elseif: if($data['report']!="") |
W
|
wundebar author 7/31/2012 |
Try to remove the elseif: if($data['report']!="")
|