2000 organizations, including eBay, Ericsson, and Lockheed Martin, now work smarter with Corporate Accounts. Save over 36%!

 

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

 
Time Tested ColdFusion Application Server Solutions: 1226 - 1250 of 1397
 
I am not sure how, but I just want to force a user to make a selection in a cfselect based combo box. The idea would be to simply not let the user submit this form unless "1" or "2" is sele...
Hi, I have an XML string, and wanted to know the following? 1. How do i determine if the XML contains an element? 2. How do i get the element if it exists. Thanks.
We are trying to put together a survey on our intranet?  We have put together a survey, but would prefer that we collect the data electronically.  There are approximately 2,000 card users, and...
I have a customer database for my onsite business, i wanted to add a map to each customers profile.  I know coldfusion can pull informaton, like stock quotes, from other websites.  If I have t...
<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 ...
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">")#"> ...
Hello, Im trying to format columns of numbers in a cfgrid. I am doing this in the cfgridcolumn call using something like this but it just displays a blank column. <cfgridcolumn name="Users...
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...
What I want to do is start by reading one directory  c:\inetpub\wwwroot\explorer\ if there are files under that then the links will open up the files. If there is more directories under that ...
i have changed the format to english format dd/mm/yy but i get this message when i click submitt, any ideas why.  "10/19/2005" is an invalid date or time string.   The error occurred in D...