L
L
Is it possible for the No Records found message to be displayed after the
user clicks the submit button. Currently, when I load the page, the message
appears.
Below is the code that I am using:
<%
fp_sQry="SELECT * FROM tblCompany WHERE (Password = '::txtPassword::' AND
Username = '::txtUsername::')"
fp_sDefault="txtPassword=isisvar&txtUsername=isis9009"
fp_sNoRecords="No Records"
fp_sDataConn="VAR_Admin"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue="
fp_sColTypes="&CompanyID=3&CompanyName=202&ContactName=202&ContactAddress=202&ContactCity=202&ContactState=202&ContactZip=202&ContactPhone=202&ContactEmail=202&ContactURL=203&Username=202&Password=202&"
fp_iDisplayCols=3
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>
user clicks the submit button. Currently, when I load the page, the message
appears.
Below is the code that I am using:
<%
fp_sQry="SELECT * FROM tblCompany WHERE (Password = '::txtPassword::' AND
Username = '::txtUsername::')"
fp_sDefault="txtPassword=isisvar&txtUsername=isis9009"
fp_sNoRecords="No Records"
fp_sDataConn="VAR_Admin"
fp_iMaxRecords=256
fp_iCommandType=1
fp_iPageSize=0
fp_fTableFormat=False
fp_fMenuFormat=False
fp_sMenuChoice=""
fp_sMenuValue="
fp_sColTypes="&CompanyID=3&CompanyName=202&ContactName=202&ContactAddress=202&ContactCity=202&ContactState=202&ContactZip=202&ContactPhone=202&ContactEmail=202&ContactURL=203&Username=202&Password=202&"
fp_iDisplayCols=3
fp_fCustomQuery=False
BOTID=0
fp_iRegion=BOTID
%>