ok, it is now printing out the text from the tcf, unfortunately it is formatting it so that tags are not interpreted by the browser.  For instance i do @@local$resultset in the tcf and in the browser it reads as if im looking at the html code...it shows <table border=1><tr><td>Test!</td></tr></table> like that.  In the source of the page it looks like:
 
&lt;table border=1&gt;
&lt;tr&gt;
&lt;td&gt;
Test!
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
Anyone have any ideas how to fix this one?

Reply via email to