<cfset link = "location.href('index.cfm?section=Transit&action=fileDetail&FileVol=#qGetFiles.vol#');">
Then second file (
<cfquery name="qGetFileDetail" datasource="#config.DSN#"> SELECT filecode FROM Demo_CreateFile WHERE vol = '#url.FileVol#' </cfquery>
then, i call the data from database in file "B" for display using this code:
<td><cfoutput>#qGetFileDetail.filetitle#</cfoutput></td>, my database also had column "filetitle",in Demo_CreateFile table. help me to get the error and able to fix it.
The error print screen in attachment.

New Topic/Question
Reply



MultiQuote






|