Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Top CFML Solutions: 1 - 25 of 223
 
I'm struggling to understand and read WSDL files.  I've attached simple examples below. MyWs.cfc is a simple webservice.  MyWsConsume1.cfm tries to consume it. The first method passes in th...
Is there anything wrong with this query? I keep getting a error saying Macromedia][SQLServer JDBC Driver][SQLServer]Incorrect syntax near the keyword 'IF'.    
ColdFusion 8 MS SQL Server 2005 Hi. I'm working with a form in ColdFusion. I'm trying to get a form checkbox to output Yes or No -- "Yes" when the checkbox is checked, "No" when the checkb...
How can you find out what week number of the total weeks of the current month we are in?  I know how to get the week of the year Week(date). For example:  September 15, 2008 - Week 3 of 4
I have a coldfusion form with text boxes, drop downs and select boxes. Is there a way to disable the submit button on the form until everything is filled out on the form? Once all has been fil...
I have a form that requires a date input, can anyone tell me how to change the dateformat from mm/dd/yyyy to dd/mm/yyyy. cheers
Can anyone provide me with the correct CFML to check a user's input from a field and compare it to the current server date? What I'm trying to do is insert a different subject into an email...
I have a client who would like an automated user login, preferably without the use of cookies. An IP based login system has been suggested, but I feel that it would be too flawed from a sec...
HI all, I've included a simple cf form that is a basic template for some larger forms I'm creating. Currently I'm validating my form and posting the missing field information in a div above...
I need to bind the selection of a query built cfselect to a text box. Client Name:<cfselect name="toname" query="qindivs" display="Iname2" selected="#QGetSurveyInfo.Iname#" value="Iname3"> ...
I'm using CF8 (although I had this problem in CF7 as well). I have the only hotfix installed. When I use CFDocument, the header and footer are smaller in scale than the body. Here is exa...
this is the opposite function of my last request ( http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/Cold_Fusion_Markup_Language/Q_23660201.html#a22261658 ) Sometimes ...
HI Experts I am trying to modify (due to a bug detected) a CF template (programmed previously by another programmer). I dont know much about CF, but can understand the existing code. In my a...
I want to export data from my MySQL database into a .csv file and then import the .csv file into Excel. One of the fields in my database is a comments field where the users have included line...
need a solution in coldfusion if possible: I'm creating a booking form that requires a dynamically generated reference number. A random number generator may be appropriate but a perfect sol...
Hi guys, I  im using cfc file function I dont know how to CFINVOKE  and get my resultset  in cfm file this is my code if u guys can help me out <cfcomponent> <!--- Get Main Categorie...
I have a function, gleaned from an earlier ExEx thread, that takes html code from a database and shows it in plain-text format in a textarea. Everything is working fine, except I want to ha...
How do I reference the coldFusion session variable in javascript. My attempt is shown below.
Can anyone see what I may be doing wrong in this code? According to the documentation, it seems that each section should show a different header and footer. In this sample code, the same h...
I am using cffile for file uploads, see (attached). Now this coldfusion tag already creates an upload textfield, as well as a browse button. Users can currently either use the browse button to...
I am trying to query a table with this WHERE clause WHERE datetime_column = <cfqueryparam cfsqltype="cf_sql_date" value="#now()#"> I am just trying to find all the entered datetimes in a...
I'm using coldfusion to search and display data from an Oracle DB. I've included the code snippet for my search form, its a basic text input search facility and it works pretty well for wha...
How do I use the CFINPUT tag and require a 'minimum' length for a string entered? I do not want to wait until they post to validate it with a simple cfif statement like Len(form.field) is 8...
How to count the number of files by file type in one directory when not only one file type is searched but two or more file types, e.g.: .jpg,.gif,.png The file types are not fixed but provid...
My hosting company upgraded to the latest version of CF 8.  My image upload was working fine, and now it gives me this error: Ensure that the destination directory exists and that Coldfusion ...