Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested ColdFusion Application Server Solutions: 1126 - 1150 of 1397
 
Hi everyone, I have a verity collection of files that I'm searching through with the help of a cfsearch tag. The results also include cftags and their content (mostly cfquery content) This ...
I'm getting the following error when trying to output to an XML file. Error Occurred While Processing Request   Context validation error for tag cfif.   The start tag must have a matching...
I have a cfselect that I am trying to bind.  I placed the cfc in a folder beneath the directory where the cfselect code is.  I keep getting this error:bind: Bind failed for select box clients,...
when i run the insert query, it inserts null if there is no value selected for the field: LeaperJPD's example below: INSERT INTO table (<cfif NOT form.myDate IS "">, somedate</cfif> ) VALU...
<CFINPUT required="yes" message="Last Name Is REquired" NAME='lastname_1' TYPE='text' size="20" value="<cfif parameterexists(Login)>#select.lastname_1#</cfif>"> When I added this to my <c...
is there anyway i can to covert this code so that and it will not refresh and how can i add 3 more dropdown select.. <cfoutput>   <form name="DropDown" method="post">   <!--- query DB for...
Just wondering if anyone could relate any specific problems or blessings using Fusebox (or others) design methodology with search engine compatibility. I'm getting ready to redesign with F...
Is there a tag for / how can I format an SSN? 123456789 Formated: 123-45-6789 Thanks! Randy
cftry and cfcatch can both be used inside of cfscript. Question is... can cfthrow?
Hi, I am trying to create a page that will take in a variable table name and output the column headers and data in an excel spreadsheet. The first part is done <cfset MyNewArray = ArrayN...
Coldfusion MX, and apache 2 are both succesffuly installed and working on xp pro.   Now I am not understanding what I'm not doing right.  When I try to see my coldfusion applications in the t...
Error: Element RECORDCOUNT is undefined in CATEGORIES But it is there and word on my other site why am i getting this error now below is my code and sql! TOP-------------------------- ...
I need help with how Verity scores documents. I need my results to always be in the following order 1) All cfm pages with metadata matching search term 2) All cfm pages matching search term ...
What is best practice for CFLOGIN and multiple ROLES? I need a structure where I can change the users roles table with a FORM.   ex.. "1" or "NULL" to count a role  OR  an actual text string "...
Hello... I recently upgraded from mx6.1 to 7... and am having trouble with applets not loading now. Here is the error message as reported by the Java Console: It worked perfectly before the u...
Hi, I'm trying to establish a connection between Coldfusion MX server and ERP. The connection works perfectly between ERP and Microsoft Excel 2003 using Microsoft Query, so the ODBC Datasou...
Hi, I know how to write web pages using asp and vbscript.  I'm used to using the request.querystring object to request the info after the ? in a url.  How do I make this request in ColdFusi...
Hi, I am attempting to access Windows 2003 server active directory with the LDAP command.   I cannot find very good documentation how to do this, however I am attempting to do the following...
All, I'm trying to do a CF ReplaceNoCase() function that looks like this: <CFSET myString = "#ReplaceNoCase(myStringTemplate, "<module>", "<CFMODULE template="../../module.cfm">")#"> ...
I need to calculate the age of a user upon entering their birthdate in a form field in a CF Flash form. Birthdate: 01/01/1970  Age: ## (Age get generated.) Thanks
I have a function on a CFC that I want to run and then executre a CFM page that will mail the results of that function to the user. I tried to insert a <cfinclude> but that does not seem to wo...
hi i have a session which works find in IE when it times out, but in Firefox there is a probelm when it times out i get the following error message. this only happends in firefox!  Error...
I am getting a little frustrated here .. I trying to add a column to a query. Looking at the MM docs, using the code and it just keeps crashing. All of these are failing. ( all were tried s...
I am using <cfmail> to email the information. When I use the smtp in coldfusion it doesn't work at my work place? I am using smtp provided in coldfusion at the workplace. But when I am...
I'm just learning CF but I'm sure this is a simple one. Using the cfquery below, I get a " Variable TRACKINGREFERRER is undefined." message. I'm using CF MX7. The Access table is named "C...