725 Topics
![]() | |
Hi, I have installed the Google Analytics code on static HTML pages, but I have never done it on a Coldfusion (cfm) website. Is there a big difference between putting the tracking code for Google Analytics on an HTML site vs. a Coldfusion site?? If anyone could help me with … | |
I am trying to load the configurations of coldspring and modelglue dynamically using one environment.xml.cfm file. Following are my three files 1- environment.xml.cfm: [code] <environments> <!-- Values for all portal environments --> <default> <config> <!-- Default main vars --> <property name="companyName">ABC</property> <property name="applicationPath">C:/inetpub/wwwroot/websites/test</property> <property name="subdomainName">test</property> </config> </default> <environment id="myDevelopmentPortal"> <patterns> … | |
I am using a Flash file that calls gallery.xml its hardcoded into the flash and i cant edit the flash file. the code in my page looks like [code=Coldfusion] <cfsavecontent variable="gallery"> <?xml version="1.0" encoding="UTF-8" standalone="no"?> <gallery frameColor="0xFFFFFF" frameWidth="15" imagePadding="20" displayTime="6" enableRightClickOpen="true"> <image> <url>http://www.modelproductions.com/proimages/avatar9.jpg</url> <caption><![CDATA[<font size="50">Example Gallery</font><br>An example large format <u><a … ![]() | |
I have problem when cfdocument must return pdf that contains 450 pages and more. I get this error: The request has exceeded the allowable time limit Tag: CFLOOP How to solve this problem, any ideas? N | |
Hi, I have created a pdf using cfdocument that displays the results of a submitted form. This works fine in IE and Firefox in Windows, but on the Mac & in Safari, it does not recognize the pdf because it is a cfm file. Any help is much appreciated. | |
Hello I am trying to validate a textbox using the OnSubmit setting. <cfinput type="text" required="yes" validateat="onsubmit"> the validation of the above text field works properly by throwing me a alert box when there is an error and when i test on my localhost server. But when i transfer the mysite … | |
Hi, I have a problem with cfldap tag used in CF8. I have a cfldap tag defined in my application which works fine on CFMX7. But the moment I installed CF8, it gives me an error - "Connection to LDAP server failed." My cfldap tag goes as below:- [code][CFLDAP NAME="qLDAP" … | |
I'm creating an input form for users so that they can input various bits of info into a db. One of the fields is so that they can upload a file, which puts the file onto the web server and the path to it into the db. The problem is … | |
Could someone tell me why when some of the fields on my form are replacing blank with a "+" ? I'm kind of new to ColdFusion. Thanks ahead. :) | |
Hello friends i want help for parsing a resume in .doc format and to auto populate a form. i have read the file using poi utility. Any body have done something like this?? pleas help me i think i will have to use regular expression.please help me... daleen | |
I have a SQL Query build as a string but i cant seem to pass it into to the <cfquery> But it does not work any one can help me? [ICODE] <cfif ISDEFINED ('member')> <CFSET SQL = "SELECT * FROM precontract "> <CFSET SQL_Coubr = 0 > <cfif form.member neq … | |
I recently updated our servers to CF 8.0.1 and now none of my AJAX code works. I checked the XHR response in Firebug and instead of returning the requested data, it returns the HTML code for my site's home page. All of this was working before the update and I … | |
Hi, I developed a Flex application which communicates with ColdFusion to send a mail to a mail address. When i run that Flex application it shows this error [faultCode:InvokeFailed faultString:'[MessagingError message='Destination 'ColdFusion' either does not exist or the destination has no channels defined (and the application does not define any … | |
I am having a problem with autosuggest. That creates a list with ',' in them. Example the list values of my query is. 6-7 Reading (AMS, BMS, RMS) 6-7 Teaching Reading (CMS, KMS, NMS) 6-8 BD 6-8 Computer Applications & Computer Integrators But when I am typing in my box … | |
Hi, i have problem to send cfmail to @yahoo. I am using simple contact us page and another page to send emails. contactus.cfm [code] <form id="form2" name="form2" method="POST" action="send-email.cfm"> <input name="username" type="text" id="username" size="40" /> <label> <input name="email" type="text" id="email" size="40" /> </label> <label> <input name="subject" type="text" id="subject" size="40" /> … | |
I'm working in a CFMX 7 development environment inside our company's firewall. I've developed a coldfusion front-end to access and pass data to a .net web service (also inside the firewall). It's a simple program (.cfm) that allows a user to browse and upload a file to the web service. … | |
I have data for a drop down box that is up to 250 digits. This places the drop down box outside the range of the screen. I need to limit the drop down box to 150 digits on the screen but also need to display the extra 100 digits somehow. … | |
hi all, i want to know how to Implement encrypted transmission of data using ColdFusion Scripting, in asp.net, and, how to Use Cold Fusion for developing web pages. thank u | |
I have a web app that allows user to upload doc or docx files and converts it to HTML. I have CFMX 7 in a unix environment. Is there a custom tag that I could use for this conversion? I tried the cfx_word2html tag .. it converts .doc not docx. … | |
Can someone please help me figure out what I am doing wrong? Basically I have a form where users enter a bunch of values. On submit, the form values are dumped into a table in the DB. The process is as follows: Users enter a set of values TWICE for … | |
I want to say thanks in advance for any help. I have searched the many cfdirectory results and can not get what I need. I am doing a simple CFDIRECTORY tag. See below. [icode]<cfdirectory directory="MyDirectory\Statements\" action="list" name="Get_Statements" filter="*.pdf" recurse="no">[/icode] Then I am making a query of the directory list. [code=coldfusion]<cfquery … | |
I currently have Coldfusion running on IIS on our webserver. I need to install Apache for a website I am working on. I've been doing research on how to handle Coldfusion for both servers but I'm not sure what the best way is. 1. I could install Apache on Port … | |
Hi ...how to solve this problem........In a form there is a Cfbutton which is of submit type.when the user click this button i want a insertquery to be executed which collects datat from a dynamic table.I dont want to reload the whole page when the user clicks this button. [code=coldfusion]<table … | |
I need to pass variables from forms to another page. I need one for a user login that passes to a frame and one that passes to a form. Any suggestions? I have about a week to make this stuff work. | |
Hi can anyone please help me I am pretty much stuck. I want to add coldfusion counter on page , simple or advanced i can type whatever I want, that is not an issue. I tried i think 7-10 different types(I made all of them) of Coldfusion counter and something … | |
<code> Hi there. I am trying to use soap in my access database and am following [url]http://www.aspfree.com/c/a/VB.NET/Calling-a-Web-Service-using-VB6-with-SOAP-30/2/[/url] to help me learn it. I followed the tutorial exactly and when I run my access forum, I get object required on Option Compare Database Private Sub Command1_Click() Dim client As Object Set … | |
I have users insert text on pages. When they do a copy paste from word. With a bullet point or a '. It shows up on the pages as []. Can someone help. Is there a safe html insert for coldfusion or a safe text insert. That would strip out … | |
I'm able to get cftree working, but it looks like you have to set the vertical and horizontal sizes? How can I use this control and allow it to dynamically change the vertical size of the page when someone expands or collapses the tree? (I'm running MX8) | |
I've installed coldfusion and its server. I have two major questions and am completely new to CF. 1. I copied a folder from our website (our hosting company put it together for us) into the wwwroot folder. I am able to access only one of the pages of that folder--the … | |
hi i have been lumbered with trying to find out the problem with our coldfusion website. the site was developed using a 3rd party developer, and he has not been able to identify the issue we are currently experiencing. my experience on Coldfusion is very limited. the problem with our … | |
I am having trouble resizing images. It works with normal smaller images. I am resizing them to 400 x 600. If someone uploads a 1000 x 1000 photo it works. But some people are uploading images 2300 x 3000 and it doesn't work. I've used this but it doesnt seem … | |
[code=coldfusion] First part: When i type document numbers/alphabet inside the text box and click submit, i need to download the document file based on a select query with the doc_no and display results on my right frame. My search_engine.cfm frame is on the left side whereas the search_results.cfm is on … | |
I'm a newbie on coldfusion so please someone help me. [code=coldfusion]<CFset today = NOW()> <cfif not isDefined("Form.fileupload") OR Form.fileupload EQ ""> <cfquery datasource = "technology"> INSERT INTO sharex_2007 VALUES('#Form.title#', #CreateODBCDateTime (Form.date#, '#Form.presenter#', '#Form.group#', '#Form.remarks#', '#Form.ClientFile#', #Form.audience#) </cfquery> <cfelseif> <cffile action="upload" filefield="fileupload" destination="d:\intranet_info\sharing\shared_x\newsharex\2007\" nameconflict="overwrite"> <cfquery datasource = "technology"> INSERT INTO sharex_2007 … | |
Hi, I have an oracle sql query that return many rows. The result will be shown in an html table in column format. I have html table that with the static header. I need to generate dynamic rows depending upon the result of the queries. Thanks, Reuben | |
I am getting the following error sometimes. When the user load gets heavy I'll receive the following error. Would puting cftransaction around my update statements work? ODBC Error Code = 40001 (Serialization failure) DiagnosticsODBC Error Code = 40001 (Serialization failure Microsoft ODBC SQL Server Driver SQL Server Transaction (Process ID … | |
Here's the problem: One of my scripts allows users to upload MS-Excel files. When uploading the file, users are also required to enter details related to the file - details like start date, stop date, a description of what the file contains, and the file ID#. This Excel file contains … | |
I'm not a developer so I won't even pretend to know what I'm talking about. I just loaded CF 8.0 & DWCS3 and i'm trying to load an existing website that uses CF. I'm trying to set a data source and was sucessful with one of the sites that uses … | |
Hi all, I have a good one here and i am hoping there is an answer for this. I have a form which displays a profile. Each profile has multiple rows of data, each row consists of a sort order, an operation name and a delete flag, which when saved … | |
Newbie: I am executing a query that outputs mutiple lines and pages of potential players for a golf match. The name is displayed and a checkbox. If the checkbox is checked, an email is to go to the person on the line that has been checked. Being a newbie, I … | |
I am interested in finding out how I can build a website using Coldfusion and an excel spreadsheet. I used to work for a company that did this and i am now looking to see how to do it. No geekspeak here: I know that the Coldfusion would take the … | |
I have downloaded CF successfully and have been successful in connecting to my own database. However, I am following the Developer Center Tutorial for creating a record set and table to display the query in DreamWeaver. It all works as advertised however I am only getting the first entry in … | |
Hi Guys! I have one question, Is there any free streaming server avaliable. if yes, please tell me. I am currently hosted on Shared host. can i remotely access the free streaming server to work with my website. if yes, how can i set that stuff. where my files will … | |
Hello everybody! My name is melvin. I new in the forum. Please i need support on my coldfusion server..... After using the developer edition of my coldfusion 8. I decided to upload to the host server for my domain. I kept receiving: [B]Error occur while resquesting Data Source cant be … | |
Could someone help me figure out how to disable user accounts in ColdFusion? What I am trying to achieve is this: When a user makes 5 successive invalid attempts, his/her account will be temporarily locked for 20 minutes, after which they can try logging in again. If after the first … | |
[code=coldfusion] <cfoutput> <cfform name="input" ENCTYPE="multipart/form-data"> Data Source: <cfif isDefined("database")> <cfinput type="text" name="database" size="25" value="#database#"><br> <cfelse> <cfinput type="text" name="database" size="25" value=""><br> </cfif> Query: <cfinput type="text" query="SQL" name="query" size="130" value=""><br> Output: <cfinput type="text" name="output" size="100" value=""><br> <input type="submit" value="Submit" /> </cfform> </cfoutput> <cfif isDefined("database")> <cfquery name="SQL" DataSource="#database#"> #query# </cfquery> <cfoutput>#query#</cfoutput> <cfoutput query="SQL"> … | |
I am working on LOGIN Module and all my code is ok. on my localserver: the code works exactly fine. it gets login and gets logs out.. On my Host using sql server 2005.. I just try to login and it does not get logged in. no case sestiveness applied … | |
Hello everyone, I am switching my host and have cf setup and reading/verifying test connection in the program my host uses, which is Plesk. When I go to the site to test it at [url]http://64.38.48.124/[/url] i get the following error message; [COLOR="Red"]Error Occurred While Processing Request The datasource named urbanposters … | |
Hello, How can i produce the following output from a query: <group1> <value="100"> <-- This value is in a table <value=""> <--The null ones are not in a table <value=""> <value=""> <group2> <value=""> <value="230"> <value=""> <value=""> <group3> <value=""> <value=""> <value="154"> <value=""> <group4> <value=""> <value=""> <value=""> <value="300"> We always no how … | |
Hi, I have one Code in my URL: as: localhost/project1/index.cfm?catID=1&siteName=http://www.sqlserver.com I want to extract only: [url]http://www.sqlserver.com[/url] how can i do that, i try using the listfunctions but no help. | |
Hey guys, complete noob, been trying to figure out how to wrap my head around cffile for a couple of weeks now. I can get a file to upload to the server, even change the name once saved. But i am having problems entering the data into my database.any help … |
The End.