Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

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

 
Time Tested ColdFusion Application Server Solutions: 251 - 275 of 1397
 
Hi All, I am currently building an auction website in coldfusion. The user can input various things like location, title etc for their auction. One of the things that I am having a bit o...
Hi, Was not sure whether to post this question here or SQL Server Area.... For some reason I get this error: Database Error: [Macromedia][SQLServer JDBC Driver][SQLServer]Line 35: Inc...
This little <CFIF> statements works, except when the getRetailQty.Available is NULL.  I added the "desired" code below but it does not work.   There must be a smile answer to this. Thank...
With the code below I am attempting to open an excel file when the submit button of a form is pressed by I keep getting a page with the following on the first line: '); } } function writeCl...
Using CGI or Coldfusion how can I get the page name I'm on? For example if I'm at http://www.test.com/page1.cfm how can I get the variable "page1.cfm" I did this before but can't remember h...
I have a client who has a website in coldfusion.  And I know nothing about it.  how do I run it?  do I have to pay to run coldfusion websites?  Adobe said I have to pay 1,000 just to run coldf...
I see that in the jvm.config file for JRun, there are variables being set and referenced like this: java.home=/global/appsvrdg/d01/app/jrun/jrun01/runtime/jre # # Arguments to VM java.ar...
I am having a hard time using a query of query with a date comparison.  For example, <cfquery name="GetTotalArrestsByDay" dbtype="query">      SELECT ArrestCount      FROM GetAllArrestsForEnfPer...
Hi I am tearing my hair out over an inconsistent problem with dates when using an MSAccess query with ColdFusion.  The query looks like this: <CFQUERY NAME="UpdateList" DATASOURCE="DB1">...
Hey! I have a really easy question on clearing text fields inside a form. I want text to appear in a textbox...eg type search here and when the user clicks to type a search in the text w...
I saw this progress bar script in the Cold Fusion Contruction Kit.  I just want to know where this script is being made to wait 5 seconds as noted in the comments of the script? I just do not ...
Trying to do this Select * from my table where datereceived between datefrom and dateto. using an access DB the datereceived field is a datetime field. however when I run the query...
We just upgraded from CF7 to CF8 (8.0.1).  We run Enterprise Edition across 2 servers with 4 CF instances on each. In the course of the upgrade we backed up our CF7 settings to CAR files an...
I have set up a datasource in CF Server 8 using other jdbc and OracleDriver. I am using the standard version of CF 8. It has no native Oracle drivers. After i set up the datasource it will tes...
hi all the testing people has scanned the application i.e.,,(machine test) and found  that The test successfully embedded a script in the response, and it will be executed once the page is l...
In an Internal application I've written I have an audit.cfc that is responsible for writing actions taken into an audit table.  Very frequently (many times a day) multiple pages that call this...
A client's MLS company offers realty listing information in the form of RETS xml data. I've done several xml-based sites, usually reading the xml data into a mySQL database, but from what I...
Hello, I am in the process of designing a module that will write a NACHA file to send to the bank and then read in the returns files. The tricky part is parsing the return files. Has anyone...
I'm doing something wrong with the combo of CFTRANSACTION, CFTRY, CFCATCH, CFLOCK, and CFABORT, but I'm not sure what. Basically, I want to undo the database changes if either of the DB querie...
There are three parts to the tab. A right side, a middle and a left side. I can get every part of the tab to change on hover except the right side.   What is wrong with the syntax? div...
Hi, I'm trying to loop through a list of my customers and email them if they have been checked off in a form. I get an error if one is not checked that it is not defined. Code is below, ...
I'm outputting data to a html table  with colfusion and saving that with cfcontent and cfheader.. All works except there are no grid lines. If I add to the table border=1 - only the data...
Trying to delete a specific variable match within a struct...having problems understanding this... <<< I need to delete this specific element >>> masterOrder[itemCount].items[masteritemCou...
could anyone help me out with this error?  Security: The requested template has been denied access to D:\dcCom\components. The following is the internal exception message: access denied ...
Here is the query  I am working with for CF.... INSERT INTO GroupData (GroupID, MemberID, StaffID) SELECT GroupID, #MemberID#, #StaffID#       FROM Groups, MemberID, StaffID table Where ...