Sign in to follow, share, and participate in this community.
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... 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 ... Hi, I have just created simple wsdl example: My Component: <cfcomponent displayname="mytest"> <cffunction name="service_login_authentication" access="remote" output="true" return... 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... 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... 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... 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? 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... 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... 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.... 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 ... 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. How can you determine from within CF if cookies are enabled in the browser you are using?
in Advanced Techniques
BackWhen 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... 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... 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... 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... 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.&... 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... 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 ... 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...