Thanks Miroslav
Ok seeing as this is not the norm i will put more detail...
Version is 3.1a
The document type in use is a custom one although putting the standard <%# Eval("####") %> pulls the column details from the DB ok.
Transformation is being used in the stadard 'ScrollingText' webpart - have tried both the transformation below and an empty one.
<div class="slide">
<h5 class="latOrd">
Latest Orders
</h5>
<div class="slidePre">
<%# Eval("PreText") %>
<!--<%# TextHelper.LimitLength(Eval("PreText").ToString(), 5, "...") %>-->
</div>
<div class="slideDate">
Ordered: <%# Eval("Dates") %>
<br />
<a href="~/Latest-Orders.aspx">See more...</a>
</div>
</div>
<div class="slideBott">
</div>
Hope this sheds some light?
Thanks