Hm I tried &a=1&b=2&c=3&d=4 and that worked ok ..... Very weird. I can't
show the error as it comes up with a load of crap inserted in a table.
I thought this was something to do with processing inside cfoutput so I
restructured the code to this
<!--- COLDFUSION INSERT --->
<cfif Get_Report_Info.recordcount lt 1>
<table border="0" width="100%" cellspacing=4 cellpadding=6>
<tr>
<td colspan=4 align=center>
<table border="0" cellpadding="0" cellspacing="0"
width="580">
<tr>
<td valign="top" align="left"
height="24" width="580" colspan="5">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<img border="0"
src="images/toplinew.gif" width="580" height="24">
<!--mstheme-->
</font>
</td>
</tr>
<tr>
<td valign="top" align="left"
height="50" width="4">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<img border="0"
src="images/boxside.gif" width="4" height="51">
<!--mstheme-->
</font>
</td>
<td valign="top" align="left" height="50"
width="8">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<!--mstheme-->
</font>
</td>
<td valign="top" align="left" height="50"
width="556">
<font face="arial, Arial,
Helvetica">
<font size="2">
<b>Sorry </b>No reports match
your search criteria
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<!--mstheme--></font>
</td>
<td valign="top" align="left" height="50" width="8">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<!--mstheme--></font>
</td>
<td valign="top" align="left" height="50" width="4">
<!--mstheme--><font face="arial,
Arial, Helvetica">
<img border="0"
src="images/boxside.gif" width="4" height="51">
<!--mstheme-->
</font>
</td>
</tr>
<tr>
<td valign="top" align="left"
height="12" width="580" colspan="5">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<img border="0"
src="images/botmlinw.gif" width="580" height="12">
<!--mstheme-->
</font>
</td>
</tr>
</table>
</td>
</tr>
</table>
<cfelse>
<table border="0" width="100%" cellspacing=4 cellpadding=6>
<tr>
<td colspan=4 align=center>
<table border="0" cellpadding="0" cellspacing="0"
width="580">
<cfoutput query='Get_Report_Info'>
<tr>
<td valign="top" align="left"
height="24" width="580" colspan="5">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<img border="0"
src="images/toplinew.gif" width="580" height="24">
<!--mstheme-->
</font>
</td>
</tr>
<tr>
<td valign="top" align="left"
height="50" width="4">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<img border="0"
src="images/boxside.gif" width="4" height="51">
<!--mstheme-->
</font>
</td>
<td valign="top" align="left" height="50"
width="8">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<!--mstheme-->
</font>
</td>
<td valign="top" align="left" height="50"
width="556">
<font face="arial, Arial,
Helvetica">
<font size="2">
<b>Report Name : </b>
<a
href='modrep_form.cfm?rip=#report_id#&mid=#form.selected_menu#&gid=3#&pid=#form.selected_phase#'>#Report_Name#</a><br>
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<!--mstheme-->
</font>
</td>
<td valign="top" align="left" height="50" width="8">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<!--mstheme--></font>
</td>
<td valign="top" align="left" height="50" width="4">
<!--mstheme--><font face="arial,
Arial, Helvetica">
<img border="0"
src="images/boxside.gif" width="4" height="51">
<!--mstheme-->
</font>
</td>
</tr>
<tr>
<td valign="top" align="left"
height="12" width="580" colspan="5">
<!--mstheme-->
<font face="arial, Arial,
Helvetica">
<img border="0"
src="images/botmlinw.gif" width="580" height="12">
<!--mstheme-->
</font>
</td>
</tr>
</cfoutput>
</table>
</td>
</tr>
</table>
</cfif>
<!--- END COLDFUSION INSERT --->
Sorry about all the indenting all over the place my emai lclient (Notes)
screws it up big time.
Anyway now I get the error that it can't see the end tag for <cfif>
Very weird ....
Regards - Paul
*************************************************************************************************
The information contained within this e-mail (and any attachment) sent by Birmingham
City Council is confidential and may be legally privileged. It is intended only for
the named recipient or entity to whom it is addressed. If you are not the intended
recipient please accept our apologies and notify the sender immediately, or telephone
+(44) 121 303 6666. Unauthorised access, use, disclosure, storage or copying is not
permitted and may be unlawful. Any e-mail including its content may be monitored and
used by Birmingham City Council for reasons of security and for monitoring internal
compliance with the office policy on staff use. E-mail blocking software may also be
used. Any views or opinions presented are solely those of the originator and do not
necessarily represent those of Birmingham City Council. We cannot guarantee that this
message or any attachment is virus free or has not been intercepted and amended.
*************************************************************************************************
--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by
activepdf.com*
*Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
*Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*
To unsubscribe, e-mail: [EMAIL PROTECTED]