|
SerenityNet -> RE: Using a Session Variable in DRW (1/25/2002 21:53:37)
|
Spooky, Thank you so much. The diet did the trick. It's now lean and mean. But maybe too lean and mean. I used to be able to have the "additional" field display as HTML code. Now it doesn't and I really want it to do that. Is there a way to have the field display HTML in its new lean version? WhiteC00 I've pasted my working code below, if it helps. <table> <tbody> <!--#include file="_fpclass/fpdblib.inc"--> <% fp_sQry="SELECT firstname, lastname, telephone, emailaddress, additional FROM UserData WHERE account='"&Session("Account")&"' ORDER BY lastname ASC,firstname ASC" fp_sDefault="" fp_sNoRecords="<tr><td colspan=5 align=left width=""100%""></td></tr>" fp_sDataConn="kit" fp_iMaxRecords=0 fp_iCommandType=1 fp_iPageSize=0 fp_fTableFormat=True fp_fMenuFormat=False fp_sMenuChoice="" fp_sMenuValue="" fp_iDisplayCols=5 fp_fCustomQuery=False BOTID=0 fp_iRegion=BOTID %> <!--#include file="_fpclass/fpdbrgn1.inc"--> <tr> <td> <b><br><%=FP_FieldVal(fp_rs,"firstname")%> <%=FP_FieldVal(fp_rs,"lastname")%></b><br> <%=FP_FieldVal(fp_rs,"telephone")%><br> <%=FP_FieldVal(fp_rs,"emailaddress")%><br> <%=FP_Field(fp_rs,"additional")%><br><br> </td> </tr> <!--#include file="_fpclass/fpdbrgn2.inc"--> </tbody> </table> Andrew<BR>webmaster@serenitynet.net<BR> - - - - - - - - - - - - <BR>"But the fruit of the Spirit is love, joy, peace, patience, kindness, goodness, faithfulness, gentleness, and self-control..." Gal. 5:22
|
|
|
|