[ SQLB Error: SQL query must be a SELECT query. ] if (evaluate("URL.filter_#item#") NEQ "") { ArrayAppend(userWhereClause, evaluate("URL.filter_#item#")); } #sql# WHERE (#ArrayToList(userWhereClause, " AND ")#) AND #a.where# ORDER BY #a.sortBy# #a.sortOrder# #preserveSingleQuotes(mySQL)# [ SQLB Error: Improperly formatted SQL statement; #singleLineSQL# : #cfcatch.detail# ] a.showColumns = ListAppend(a.showColumns, index); bgcolor="##eeeeee"> //thisVal = ReReplaceNoCase(evaluate("Caller.#a.Name#.#index#[Caller.#a.Name#.currentRow]"), "'", "%27", "ALL"); //thisVal = ReReplaceNoCase(thisVal, """", "%22", "ALL"); //thisVal = ReReplaceNoCase(thisVal, "##", "%23", "ALL"); thisVal=URLEncodedFormat(evaluate("Caller.#a.Name#.#index#[Caller.#a.Name#.currentRow]")); ArrayAppend(functionOptions, "#index#=#thisVal#"); //thisVal = ReReplaceNoCase(addEditValues[i], "'", "%27", "ALL"); //thisVal = ReReplaceNoCase(thisVal, """", "%22", "ALL"); //thisVal = ReReplaceNoCase(thisVal, "##", "%23", "ALL"); thisVal=URLEncodedFormat(addEditValues[i]); ArrayAppend(functionOptions, "#addEditFields[i]#=#thisVal#");  edit  //thisVal = ReReplaceNoCase(URLEncodedFormat(evaluate("Caller.#a.Name#.#index#[Caller.#a.Name#.currentRow]")), "'", "%27", "ALL"); //thisVal = ReReplaceNoCase(thisVal, """", "%22", "ALL"); //thisVal = ReReplaceNoCase(thisVal, "##", "%23", "ALL"); thisVal = URLEncodedFormat(evaluate("Caller.#a.Name#.#index#[Caller.#a.Name#.currentRow]")); ArrayAppend(functionOptions, "#index#=#thisVal#"); thisVal = ReReplaceNoCase(URLEncodedFormat(addDeleteValues[i]), "'", "%27", "ALL"); thisVal = ReReplaceNoCase(thisVal, """", "%22", "ALL"); thisVal = ReReplaceNoCase(thisVal, "##", "%23", "ALL"); ArrayAppend(functionOptions, "#addDeleteFields[i]#=#thisVal#");  delete  ]*>", "", "ALL")/> #thisVal# (not in query)   ]*>", "", "ALL")/> #thisVal# (not in query)  
[ end of list ]
val=ReReplaceNoCase(evaluate("#index#.#key#"), "'", "%27", "ALL"); val=ReReplaceNoCase(val, """", "%22", "ALL"); val=ReReplaceNoCase(val, "##", "%23", "ALL"); evaluate("#index#.#key#=val"); if (key NEQ "filter_#a.sortBy#") { ArrayAppend(allURLOptionsArray, "#key#=" & evaluate("URL.#key#")); } if (key NEQ "filter_#k#") { ArrayAppend(allURLOptionsArray, "#k#=" & evaluate("URL.#k#")); }
#recordHTML# #recordHTML#

ArrayAppend(urlArray, key & "=" & evaluate("url.#key#"));
#a.sortBy#
ArrayAppend(urlArray, key & "=" & evaluate("url.#key#"));
#index#

   



[ SQLB Error: You must specify a data source name. ] [ SQLB Error: The lengths of filterColumns and filterDataTypes lists must match. ] [ SQLB Error: To enable editing links, you must also specify an editAction and an editMethod. ] evaluate(mid(collectionName, 1, 1) & ".#key#=#collectionName#.#key#");