• cfprint and UPS labels

    I am trying to use CFPRINT to print UPS labels to a network printer. The starting labels (png files) are great and I can print them locally to the zebra printer and they work wonderfully. The barcodes produced by CFPR...
    Jerome32905
    created by Jerome32905
  • AJAX-Powered Related Select Boxes -

    Hi folks...I'm being driven crazy by this seemingly simple task.   I have 4 selectboxes, each AJAX-driven, grabbing items from a database, and then populating the next box in turn.  Once a submit button is ...
    SarasotaTim
    last modified by SarasotaTim
  • How to handle Coldfusion SOAP Web Service Errors

    Hi,   I have just created simple wsdl example: My Component: <cfcomponent displayname="mytest">     <cffunction name="service_login_authentication" access="remote" output="true" return...
    HaroonTyagi
    last modified by HaroonTyagi
  • Cfspreadsheet

    Hi, I have a question regarding cfspreadsheet....So I'm using cfspreadshseet to create excel spreadsheets for reporting purposes. My page allows a user to select whatever columns from the database to include in the re...
    pmlink360
    last modified by pmlink360
  • Why is cfajax.js not *initially* loading in mobile platform/version?

    I am on a team developing and supporting a CF10 web application that is used on both desktop and mobile (iPad) platforms.  I have a form with 2 CFSELECTs which are bound to CFCs.   There are views for both t...
    Golden Jet
    last modified by Golden Jet
  • Issue with .net integration

    We installed a new CF11 server on a win2008 with iis7. the .Net ver is v2.0.50727 We have this code : <cfobject   type="dotnet"   class="System.DirectoryServices.DirectoryEntry"   assembly="#dllP...
    talofer99
    created by talofer99
  • Is it possible to create and then search a collection from within a coldfusion ap?

    Is possible to search a database to limit the number of pdf's to search -- then use the output from the search to create a collection index it and then keyword search the new collection all within one coldfusion ap?
    alabamaarchives
    last modified by alabamaarchives
  • Problem with cfinput autosuggest and cfcomponent

    I am new to using cfcomponent and autosuggest.  I followed the sample given in the Adobe Help Adobe ColdFusion 9 * Using Ajax User Interface Components and Features   However, I am not getting the autosugge...
    jackhuang
    last modified by jackhuang
  • Problem using HSBCHashGenerator CFX

    Upgrading from MX7 to 10.   Got a .jar file "cpitools.jar" which I've put into /opt/coldfusion10/jre/lib   If I do a jar -tf on it, I get: com/clearcommerce/CpiTools/security/Encrypter.class com/clearcom...
    alexlake
    last modified by alexlake
  • The query column CANDIDATE ID appears in cfdump but not cfoutput query=queryname

    I've done this a thousand times.  I have a stored proc that returns data.  I give the resultset a name.  I output it with cfoutput query =queryname.  Now it's failing for every column in the query....
    roughdraft
    last modified by roughdraft
  • Error using CFWebsocket tag in ColdFusion 10

    Hi,   I'm using CF 10 and IIS.   I'm using the cfwebsocket tag in ColdFusion 10 and it works the majority of the time, but in Firefox I'm using Firebug and I get these errors randomly sometimes.  I'm ...
    WestSide
    last modified by WestSide
  • How can you determine from within CF if cookies are enabled in the browser you are using?

    I need to know if the user has cookies enabled when he logs into my website so I can tell him/her to enable them.  If they are not enabled, the SessionID will be lost and session vars will not work.
    PHRED-SE
    last modified by PHRED-SE
  • consuming webservice with input type of enum

    When trying to consume a webservice (temporarily located on a server within my intranet) I get this Cold Fusion Error: Web service operation "getIndustries" with parameters {CareerStart} could not be found. This...
    eight_is_great
    last modified by eight_is_great
  • Connecting to Exchange

    I am trying to test out the new cfexchange tags in Colldfusion 8 so that I can integrate in with our intranet at some point but am having some difficulty. I am just testing by using the tag: <cfexchangeconne...
    voltairesMuse
    last modified by voltairesMuse
  • Clearing Session and/or App variables with Log-out Page?

    Greetings   I have 3 distinct user types for my app- admins, appraisers and clients.   All have their own directories and each directory has it's own Application.cfm:   1) <cfapplication name="app...
    seasonedweb
    last modified by seasonedweb
  • In CF 9 can I create a custom page URLs, similar to Wordpress?

    I would like to create a function for my clients to create a custom page URL similar tot what Wordpress can can do. So my client's can customize the page URL info for example http:/www.novospa.ca/guinot-skin-care-prod...
    fulcrumdesign
    last modified by fulcrumdesign
  • Problem with Application Scope

    We use dynamic text on our websites.   The dynamic text available in different languages is stored in structures in the Application scope.  Each resource bundle has its own variable to store its variables.&...
    Giambattista Scivoletto
    last modified by Giambattista Scivoletto
  • General problem communicating with SOAP-API

    Hello,   does anybody know whats wrong with this basic code? Whatever I post to this API, I always get back the API itself.. Strange. Maybe someone could try this code?   <cfhttp method="POST" url="htt...
    smork777
    last modified by smork777
  • displaying coldfusion reports thru Asp.Net site

    I am new to coldfusion and have inherited a project from work that involves  coldfusion apps that produces reports. I want to create a ASP.Net App with a new front end that will link to the coldfusion  apps ...
    dusable
    created by dusable
  • Disable cffunction accepting undeclared arguments?

    I have a lot of function calls with long lists of arguments and sometimes they can get mismatched (invoke with invokeargument status, function argument status_code). Coldfusion allows this to happen and makes the unde...
    bradleythall
    last modified by bradleythall