702 Topics

Member Avatar for
Member Avatar for teedoff

Hi, I know you can edit the htaccess file I think to allow php scripts to run and be parsed in html files. I was wondering if that was possible with coldfusion code. What I have is a small bit of coldfusion code and ajax that just returns some data …

Member Avatar for osekmedia
0
186
Member Avatar for leemyers

Hi there, I have a error with my signup page anyone know what this could be [url]www.signup.123-backup.com[/url] error is ------- Element SYSUSER is undefined in REQUEST. ----- after fillering out form and clicking signup

0
80
Member Avatar for mary123

hi, I'm a web developer and very new to Cold Fusion. I understand its abilities and wanted to show management how data can be tracked for one of our programs. In the code below the employee name, division, branch_section_office, date, and title of meeting are required. After that I would …

Member Avatar for mary123
0
143
Member Avatar for nameunknown

hi everyone We have been analyzing the performance of our cms lately and have found that our udf collection is way too big and when it is included it slows our apps down. What I would like to do is scan our application for any un used Udfs so we …

0
83
Member Avatar for antoniokp

I am totally new to posting here and dealing with Coldfusion. Hello ALL. I have an application built by a past employee over 4 years ago that is just now showing errors on a regular basis. I have tried to explore the files associated with the errors when I catch …

Member Avatar for arrgh
0
133
Member Avatar for kumarsamy

Hi Thanks for the replies for my previous question. I m beginner to coldfusion and I will explain my whole problem in detail now. My client had developed an application in coldfusion and we are using that. Actually there is no login system for that application.The user can enter into …

Member Avatar for arrgh
0
84
Member Avatar for kumarsamy

Hi Thanks for the replies for my previous question. I m beginner to coldfusion and I will explain my whole problem in detail now. My client had developed an application in coldfusion and we are using that. Actually there is no login system for that application.The user can enter into …

0
91
Member Avatar for fiju

Could any one provide me a simple login page in coldfusion , which uses SESSION AND COOKIES. And while copying the URL (I mean URL after successful login) to another browser it should point to login page.This will be much helpful.

0
77
Member Avatar for azgold472

This is what im trying to do. A pdf is uploaded to my uploads directory. Named abc activity.pdf or abc page2.pdf the pdf could be from different clients. so I want to pull the ABC or a certain amount of char out of the name to populate the destination `#Property#` …

Member Avatar for arrgh
0
134
Member Avatar for phpcode

Good Evening: I am trying to implement session management on a website I am building with coldfusion. Currently, the site authenticates via IIS 7 using the "Requires Authentication" setting that requires users to log into the web server before any page is served. This, however, is not ideal. It appears …

Member Avatar for sdow
0
1K
Member Avatar for kloupe

I would like to implement the Galleon Forum on my website but my hosting company does not allow createObject tag. If someone has converted the Galleon coldfusion forum to use on goaddy hosting please let me know how. Can someone please let me know how to convert this statement to …

Member Avatar for arrgh
0
222
Member Avatar for melek@2011

I have a page that displays all movie of various cat. and i designed it to help people in my community click any old movie want to watch and it will send it through a URL parameter to the view video page. So any movie clicked is filtered on the …

Member Avatar for arrgh
0
319
Member Avatar for fiju

While redirecting using the cflocation tag it is successfully passing to specified URL. But the thing is I couldnt understand the use of ADDTOKEN attribute in this tag.Because redirection occurs independent of the Yes/No values of that attribute . Please can any one help me by providing a simple example? …

Member Avatar for arrgh
0
630
Member Avatar for BaSk

Okay, so I have button that onclick it displays a div. Inside of this div I have a cfform and a cfdiv. [CODE]<div id="test" style="display:none;"> <cfform> <cfinput name="tinput1" type="text"> </cfform> <cfdiv bind="url:tests.cfm?InputText={tinput1}" ID="theDiv"/> </div>[/CODE] This works but it works only if I click off of the input, is there a …

Member Avatar for arrgh
0
87
Member Avatar for kumarsamy

Hi, I had a site developed by me in coldfusion using which customers can raise online orders here.But i have some problem with cookies because everytime when user delete cookies in their system they have to register again to access the page.I have to delete the previous userid also from …

Member Avatar for teedoff
0
145
Member Avatar for teedoff

I have a page builder that I have built. One of the form fields is for creating a filename for the page being built. This was working correctly until a few hours ago and for the life of me I cant figure out how it got messed up, nor what …

0
88
Member Avatar for teedoff

Ok I am completely brain dead on this...and the sad thing is I've done this before! I have built a custom page builder in CF. I want to create a shortcut to the page builder home page, which is a .cfm file, on my desktop so that someone can open …

Member Avatar for arrgh
0
119
Member Avatar for lse123

is any way in CFML send cfmail not code but rather a page.cfm... one way is convert page.cfm (and server side code) to code lines and append in cfmail? if yes, how this? or any other way for first?

Member Avatar for arrgh
0
70
Member Avatar for leemyers

Hi i have this sign up page backupserver1.123-backup.com:8080/client/signup.cfm When i enter all the details i get this error in the next cfm page call insert-user.cfm Error as follows Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Operand type clash: text is incompatible with tinyint I think the problem something to with a …

Member Avatar for arrgh
0
207
Member Avatar for Cheesecake87

[CODE]<cfquery name="Sort" datasource="JD8989776555"> SELECT * FROM ResMenuItems ORDER BY "ItemOrder" ASC </cfquery> <p>Output</p> <cfoutput query="Sort"> #ItemOrder# - #ItemName#<br /> </cfoutput> <p>loop</p> <cfloop query="Sort"> <cfoutput>#ItemOrder# - #ItemName#<br /></cfoutput> </cfloop>[/CODE] I am honestly not joking :S That code there, is here : [url]http://jadedragon-co-uk.securec12.ezhostingserver.com/admin/MenuManager/TEST.cfm[/url]

Member Avatar for Cheesecake87
0
158
Member Avatar for mmonclair

I've been looking around online for a while and haven't been able to find a solution available with the resources at my disposal. Here's the scenario: I have an online training site I manage and do development for. We've been offering surveys to get feedback at the time that a …

Member Avatar for mmonclair
0
92
Member Avatar for leemyers

Hi I have the below code and when i open it in I.E i get this error Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Invalid object name 'Language'. Do i need to enter a database @ the datasource= [code]<!--- GetLanguage ---> <cfquery name="qLanguage" datasource="#request.DSN#"> Select LanguageID, LanguageCode, LanguageName from Language </cfquery> …

Member Avatar for leemyers
0
257
Member Avatar for pirula

I want to create a custom search engine(SE) friendly 404 page to handle 404 (Not found) and 404-like content. In theory everything should be done in application.cfc page with a few lines of code. Here is what I have in mind. CF code needs to recognize the 404s, redirect to …

Member Avatar for Spiderant
0
153
Member Avatar for ckkiran

Hi Can anyone help me how to point two cold fusion application to the same datasource. Is it possible to have two differnet applications pointing to the same database? If so how to distinguish them? Also if a same user access both the applications there should not be any conflicts. …

Member Avatar for Spiderant
0
98
Member Avatar for leemyers

Hi i have this form below and i cannot get it to display as a .cfm file within I.E. and i also get this error The value of the FROM attribute is invalid. The length of the string, 0 character(s), must be greater than or equal to 1 character(s). I …

Member Avatar for leemyers
0
142
Member Avatar for cmhampton

Has anyone ever tried returning a ColdFusion structure through a web service? The WSDL type CF assigns to this is apachesoap:Map, but when I consume this in VB.NET, the data is null. I have converted the entire thing into a JSON string, and that seems to work, but it requires …

Member Avatar for Ragen
0
631
Member Avatar for timbad2021

I want to cache the thumbs because the images I am resizing are around 1-3 MBs each and it takes forever to load a page of thumbnails so I want to cache the thumbnails. Is this possible or do I need to take a new approach? Thanks! Below is my …

Member Avatar for arrgh
0
127
Member Avatar for fobos

Hey guys, i have looked all over the web on how to upload a file to MySQL database and retrieve using coldfusion. I know i can do it in PHP, but im not using that anymore. Is there a script or some place that someone can point me so i …

Member Avatar for arrgh
-1
876
Member Avatar for vineetc

Hi, I am unable to convert the excel cell from string format to number format. The code that I am using is: <cfset trial_variable = evaluate('getRow' & i & 'TotalBook.totalunit')> <cfset trial_variable2 = evaluate('getRow' & i & 'Total.totalunit')> <cfset trial_variable3 = trial_variable/trial_variable2> <cfset trial_variable4 = trial_variable3*100> <cfif isNumeric(trial_variable4)> <Cell ss:StyleID="yellow"><Data …

0
76
Member Avatar for fobos

Hello, well i have a problem, i was wondering if there is a way to return a query in a function? This is what i have so far, but i get an error. [CODE] <cffunction name="select_query" access="public" returntype="any"> <cfargument name="as" type="string" required="yes"> <cfargument name="status" type="string" required="yes"> <cfset var sql = …

Member Avatar for arrgh
0
92

The End.