|
stephenXedge -> RE: Apostraphe Issues (12/11/2004 15:03:39)
|
tried that, doesn't seem to work... btw, the textbox is called 'textvalue' not 'lstname'. I'm sure that makes a difference on how it's coded... but here is the actual code, maybe you can tell me.
<!--webbot bot="DatabaseRegionStart" s-columnnames="IDNumber,lstname,fstname,mi,goesby,haddress,hcity,hstate,hzipcode,hzipend4,hareacode,hphone,dob,sexstatus,cname,caddress,ccity,cstate,czipcode,czipend4,ccountycode,cgcode,careacode,cphone,cfaxarea,cfaxnumb,email,web,lblcode,mtcode,joindate,CatCode,paidto,instplan,certif#,jtcode,jtdescri,degcode,awarddate,degmajor,institution,transcripts,application,newsletter,mlabels,mflag,mflagcheck,appdate,Web Password" s-columntypes="3,202,202,202,202,202,202,202,202,202,202,202,135,202,202,202,202,202,202,202,202,202,202,202,202,202,202,202,202,202,135,3,135,202,3,202,202,202,135,202,202,202,202,202,202,202,11,135,202" s-dataconnection="carrpmembershipmain" b-tableformat="FALSE" b-menuformat="FALSE" s-menuchoice s-menuvalue b-tableborder="TRUE" b-tableexpand="TRUE" b-tableheader="TRUE" b-listlabels="FALSE" b-listseparator="FALSE" i-listformat="0" b-makeform="TRUE" s-recordsource="member" s-displaycolumns="fstname,lstname,mi,cname,caddress,ccity,cstate,czipcode,czipend4,careacode,cphone,cfaxarea,cfaxnumb,email,web,mtcode,degcode,degmajor,institution" s-criteria s-order="[lstname] +" s-sql="SELECT * FROM member WHERE (::type:: LIKE '%::textvalue::%') ORDER BY lstname ASC" b-procedure="FALSE" clientside suggestedext="asp" s-defaultfields s-norecordsfound="No member's information matched your search criteria. Please change your search criteria and try again." i-maxrecords="0" i-groupsize="0" botid="0" u-dblib="_fpclass/fpdblib.inc" u-dbrgn1="_fpclass/fpdbrgn1.inc" u-dbrgn2="_fpclass/fpdbrgn2.inc" tag="BODY" preview="<table border=0 width="100%"><tr><td bgcolor="#FFFF00"><font color="#000000">This is the start of a Database Results region.</font></td></tr></table>" startspan --><!--#include file="_fpclass/fpdblib.inc"-->
<% if 0 then %>
<SCRIPT Language="JavaScript">
document.write("<div style='background: yellow; color: black;'>The Database Results component on this page is unable to display database content. The page must have a filename ending in '.asp', and the web must be hosted on a server that supports Active Server Pages.</div>");
</SCRIPT>
<% end if %>
<%
fp_sQry="SELECT * FROM member WHERE (::type:: LIKE '%::textvalue::%') ORDER BY lstname ASC"
fp_sDefault=""
fp_sNoRecords="No member's information matched your search criteria. Please change your search criteria and try again."
fp_sDataConn="carrpmembershipmain"
fp_iMaxRecords=0
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue=""
fp_sColTypes="&IDNumber=3&lstname=202&fstname=202&mi=202&goesby=202&haddress=202&hcity=202&hstate=202&hzipcode=202&hzipend4=202&hareacode=202&hphone=202&dob=135&sexstatus=202&cname=202&caddress=202&ccity=202&cstate=202&czipcode=202&czipend4=202&ccountycode=202&cgcode=202&careacode=202&cphone=202&cfaxarea=202&cfaxnumb=202&email=202&web=202&lblcode=202&mtcode=202&joindate=135&CatCode=3&paidto=135&instplan=202&certif#=3&jtcode=202&jtdescri=202°code=202&awarddate=135°major=202&institution=202&transcripts=202&application=202&newsletter=202&mlabels=202&mflag=202&mflagcheck=11&appdate=135&Web Password=202&"
fp_iDisplayCols=19
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
I can't seem to figure out exactly where each piece of your spooky diet would go. Please let me know, I'm dyin here! :).
|
|
|
|