|
lovduv -> RE: Is there a way to hide empty fields and the text with them? (11/17/2005 0:12:09)
|
Ok, i tried this: <% if Trim(FP_Field(fp_rs,"CommDate")) > "" then response.write("<font>Comment Posted On </font>& FP_Field(fp_rs,"CommDate")") else If len(trim(fp_field(fp_rs,"CommDate")))>0 then%><%=fp_field(fp_rs,"CommDate")%> <%End if%> And it gave me this: Microsoft VBScript compilation error '800a03ee' Expected ')' /missyblog1.asp, line 173 response.write("<font>Comment Posted On </font>& FP_Field(fp_rs,"CommDate")") -----------------------------------------------------------------^
|
|
|
|