Database Results Display

S

Stu

I have a form that submits to a database and in one of the
fields you enter in text surrounded by html code.

When I go to display this field on a results page, you can
still see the html code. This is what is use to display
the talbe column:

<%=FP_FieldVal(fp_rs,"tinfo")%>

What would this code look like if I wanted to display the
text formated from the html code around it without seeing
the code itself?
 
T

Thomas A. Rowe

Try using

<%=fp_rs("tinfo")%>

If that doesn't work, post a sample of the content that is being entered into the database field.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
J

Jim Buyens

Right-click that column in the finished Databae Results
Region.

Choose Database Column Value Properties from the shortcut
menu.

Select Column Value Contains HTML.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top