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.

 
Time Tested CFML Solutions: 151 - 175 of 559
 
I have just finished upgrading our entire Intranet application to CF8. The upgrade went well, and all is working as it should. However, I've recently started diving into some of the new Ajax c...
The variable #CreativeContent.Content# below, will contain the contents of a .cfm file.  When it comes to displaying the data it throws the formatting for the whole form off since I guess it i...
I basically have a set of checkboxes being populated by a query.  I want to take the comma seperated list from the checkbox value and insert each value into it's own row on a one-to-many table...
I have a form page with various radio boxes and drop downs offering the user a variety of DB filtering options (think phone book, filter by last name's initial, state, zip, etc.) When the u...
First, I apologize for the horrendous code. I know next to nothing about CF; this project was dumped in my lap. That said, I'm trying to access session variables named eventSessions_1... e...
Currently I have the below page that processes the selections a user picks to add to their agenda.  Right now the page tells the user what companies were added and if any were duplicates.  Som...
Hi, I have an access database of 250 records. I also have an admin section where the staff is viewing each record of the database. When viewing the data of the individual record, they would...
I have a results/detail page set and on my results page I have a field called remarks which is typically very lengthy 500 characters or more, I want to be able to show a preview of the remarks...
An automotive dealer listing service offers a text file as a 'data feed' - no problem. The text file is available online in the form of a .zip file - no problem. The zip file, when downloade...
I have a document I am laying out in CFM/HTML or CFM/CFDocument (undecided) to be used for printing. The document consists of 3 tables (top,middle,bottom) of information (a header, footer, and...
CAN SOMEONE please help me display the output of the query as a dropdown box in the below cfgeid? thanks <cfquery datasource="#dsn#" name="getSalesPpl">     select SalesPersonID, SalesPers...
It seems incredible to me, but once again Adobe/Coldfusion simply refuses to fix small problems. Is there something I'm just not getting here? The following code does not give me the selected ...
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...
I have to provide a new splash page to a client to host on their server for an upcoming ad campaign. The splash page runs all well and good, but there is a bit of code required on the home ...
I have a long list of data in a table.   When clicking on a row, I use cfwindow to pop-up more information about the clicked item. The problem is that when the user scrolls down the page, c...
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 ...
I already have a json output from a previous xml feed, but the nodes are normal and can be parsed easily.  The XML I have for this project is from here: http://cardatavideo.blip.tv/rss I ha...
I am looking for an opensource or freeware code documentation generator for ColdFusion code.  The generator must only require the code and not require the server or CF MX app, etc to run. ...
I have an issue with my next record code in Coldfusion. I have a database with electronics information in it at several installations...so installation 1 might have 10 pieces of electronics. I...
I started out with 2 cfgrids. I populate the first one with a query. When a row is selected in that grid I populate grid 2 with a query based on the ID column of the row selected in grid 1. As...
Does any know how to get the file size in KB from cffile?  For example I know that to get the      filename I type cffile.ServerFileName and to get the file extension I type cffile.ServerFileExt. ...
How can I create a typable dropdown menu in coldfusion. I want to have the dropdown menu pull data from a query but also have the abliltiy to free type in something new. How can I do thi...
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...
anyone know of a good way to allow someone to upload multiple files at once with coldfusion??? Like be able to select multiple photos on there computer and then click upload button and it w...
I need to index a coldfusion verity collection on a netware share. I can access a windows share using UNC paths. eg.: /servername/sharename/folder. The problem is that windows server 2003 ...