|
aipnit -> sorting columns... I know, I know... (1/16/2007 14:30:59)
|
Hi all, I know that there are quite a few posts on this subject. I truly have read, I swear, every dang one of them. I have tried several, several different times all of the ones that I have found. I even went through the tutorial that uses the Northwind database... to no avail. It still comes up with DRW error. Here is my code from my website... any help would be greatly appreciated! And a huge thanks in advance! AP <!--webbot bot="DatabaseRegionStart" s-columnnames="CourseTrainingName,StartDate,ClassDayEve,Location1,CARESApplicable" s-columntypes="202,135,202,202,202" s-dataconnection="CARES_DB" b-tableformat="TRUE" b-menuformat="FALSE" s-menuchoice="CourseTrainingName" s-menuvalue="CourseTrainingName" b-tableborder="TRUE" b-tableexpand="TRUE" b-tableheader="TRUE" b-listlabels="TRUE" b-listseparator="TRUE" i-listformat="0" b-makeform="FALSE" s-recordsource s-displaycolumns="CourseTrainingName,StartDate,ClassDayEve,Location1,CARESApplicable" s-criteria s-order s-sql="SELECT CourseTrainingName, StartDate, ClassDayEve, Location1, CARESApplicable FROM viewclasses ORDER BY ::SortColumn:: ASC" b-procedure="FALSE" clientside suggestedext="asp" s-defaultfields="SortColumn=CourseTrainingName" s-norecordsfound="No records returned." i-maxrecords="0" i-groupsize="0" botid="0" u-dblib="_fpclass/fpdblib.inc" u-dbrgn1="_fpclass/fpdbrgn1.inc" u-dbrgn2="_fpclass/fpdbrgn2.inc" tag="TBODY" preview="<tr><td colspan=64 bgcolor="#FFFF00" width="100%"><font color="#000000">This is the start of a Database Results region.</font></td></tr>" b-UseDotNET="FALSE" CurrentExt sa-InputTypes b-DataGridFormat="FALSE" b-DGridAlternate="TRUE" sa-CritTypes b-WasTableFormat="TRUE" 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 CourseTrainingName, StartDate, ClassDayEve, Location1, CARESApplicable FROM viewclasses ORDER BY ::SortColumn:: ASC" fp_sDefault="SortColumn=CourseTrainingName" fp_sNoRecords="<tr><td colspan=5 align=""LEFT"" width=""100%"">No records returned.</td></tr>" fp_sDataConn="CARES_DB" fp_iMaxRecords=0 fp_iCommandType=1 fp_iPageSize=0 fp_fTableFormat=True fp_fMenuFormat=False fp_sMenuChoice="CourseTrainingName" fp_sMenuValue="CourseTrainingName" fp_sColTypes="&CourseTrainingName=202&StartDate=135&ClassDayEve=202&Location1=202&CARESApplicable=202&" fp_iDisplayCols=5 fp_fCustomQuery=True BOTID=0 fp_iRegion=BOTID %>
|
|
|
|