home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Micrsoft / VJ / COMMON / WIZARD98 / VIWZ1.DLL / 1033 / HTMX / 5714 < prev    next >
Text File  |  1998-02-24  |  408b  |  13 lines

  1.     <TR>
  2.         <TD BGCOLOR=#FFFFCC COLSPAN=3>
  3.             <FONT SIZE=-1>  
  4.             <% 
  5.             If IsEmpty(Session("rs<%#TableShortName#%>_Filter")) Or Session("rs<%#TableShortName#%>_Filter")="" Then
  6.                 Response.Write "Current Filter: None<BR>"
  7.             Else
  8.                 Response.Write "Current Filter: " & Session("rs<%#TableShortName#%>_FilterDisplay") & "<BR>"
  9.             End If 
  10.             %>
  11.             </FONT>
  12.         </TD>
  13.     </TR>