702 Topics

Member Avatar for
Member Avatar for kory27

I had the following stored procedure calling from a .cfm page via the following cfquery command; this is the cfquery code on my cfm page: [code]<cfquery name="GetProduct" datasource="Allposters3" cachedwithin="#CreateTimeSpan(0,4,0,0)#"> {CALL spNavProducts (#NavID#)}</cfquery>[/code] below here is the actual sql from spNavProducts which is called: [code]set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go …

Member Avatar for cmhampton
0
74
Member Avatar for muddpigeon

theres problem with this page and its annoying me sooo much basically because of the cfml code in the page its knocked the html and style of the page away. the web site is due this friday and im really stuggling any help would be appreciated [CODE]<cfquery name="GetUser" datasource="2ndhandbooks"> SELECT …

0
76
Member Avatar for muddpigeon

i have a problem with this page and neither me or my lecutrer can spot it. all i want it to do is display the details of the person who has just logged in. can any one help?? [CODE]<cfquery name="GetStudent" datasource="2ndHandBooks"> SELECT * FROM students WHERE matno = #Form.MatNo# AND …

Member Avatar for hinde
0
129
Member Avatar for kory27

Hi. I am running cf7 and have a problem. in my application.cfm i have this; <cfparam name="application.ImgPath" default="http://www.urbanposters.com/images/"> <cfparam name="application.TImgPath" default="http://www.urbanposters.com/images/thumbnails/"> <cfparam name="application.TImgPath2" default="http://www.urbanposters.com/images/thumbnails/"> <cfparam name="application.DImgPath" default="http://www.urbanposters.com/images/detail_images/"> Basically, they are the paths of my full size and thumbnail images. I am changing the way we are doing things, and the …

0
58
Member Avatar for Agreaves

Can anybody help me with info on creating a system 5 star voting system in coldfusion or javascript.

Member Avatar for Agreaves
0
84
Member Avatar for Twiggers

Hey guys I'm sure some of you have gotten in this situation before. Unfortunately I do not have the experience in CF to know how to do this myself. Basically I'm updating a clients webpage where the webmaster left (quit? who knows) And it is written in cold fusion. During …

Member Avatar for Nige Ridd
0
145
Member Avatar for zoid777

Hello Friends I ran into a syntax error updating a form, I have added a comment to the line below, Please could anyone tell me what I did wrong!!!! [code]<cfquery name="update student" datasource="#Request.super#"> UPDATE student SET studentfirstname='#Trim(Form.studentfirstname)#',. studentlastname='#Trim(Form.studentlastname)#',. address='#Trim(Form.address)#',. city='#Trim(Form.city)#',. state='#Trim(Form.state)#',. studentage='#Trim(Form.studentage)#',. studentclass='#Trim(Form.studentclass)#',. studentstartdate='#Trim(Form.studentstartdate)#',. studentgraduationdate='#Trim(Form.studentgraduationdate)#',. comments= <cfif Len(Trim(Form.comments)) GT 0> …

Member Avatar for zoid777
0
130
Member Avatar for BenR41

Check to see if a cfwindow exists When a window gets created by <cfwindow> coldfusion gives it a unique name and not the name you assigned it. I have found a work around in the way of checking for the title of the window as when you create a cfwindow …

0
42
Member Avatar for kory27

Hello. Does anyone have a good solution or code snippet for on the fly image resizing? basically, here is my issue. i have a product feed and the provider gives the url to the image, and the size of the thumbnail. i want to create the thumbnail on my pages …

0
58
Member Avatar for muddpigeon

ive recently started this web page for a course in uni. however one page is causing a bit of bother basically when i insert my table into the are i want it in the whole page is affected, ie images and lists lost. i have uploaded a word file with …

Member Avatar for hinde
0
90
Member Avatar for gpptst@email.it

Which type of license I need for a desktop standalone application developed on COLDFUSIONMX ????

Member Avatar for gpptst@email.it
0
83
Member Avatar for Jody2

Hi Everyone, I am trying to create a text file and send it to a secure server (other than our local one) with coldfusion. I have already added the correct permissions with the Coldfusion Administrator (MX 7) so that is not an issue. However, I am running into difficulties finding …

0
61
Member Avatar for lafalot

Hi, Please help! We have data that was input into SQL Server using activedit. This data has all kinds of inline styles, and it looks horrible. Is there a way to parse the data and get rid of all inline styles? Thank you for any help you can provide.

Member Avatar for MattEvans
0
115
Member Avatar for cpgenius

Hello, I've been searching and searching, but can't for the life of me find anything related to an answer. I'm working off of the code found [URL="http://www.scottpinkston.org/blog/index.cfm/2007/7/13/Image-Uploads-and-Resizing-with-ColdFusion-8"]here[/URL] and want to store the web path ([url]http://www.google.com[/url] & not c:\www\google\) into a database for later. Is there a function built-in which takes …

Member Avatar for lespaul00
0
67
Member Avatar for 4Dante

Hello, I'm relatively new to ColdFusion so please bear with me. I'm sure there's probably a simple solution to this but I've literally spent hours online trying to find something but to no avail. Anyway, all I'm trying to do is query a query using the count function. Exm: [code] …

Member Avatar for lespaul00
0
95
Member Avatar for federod

Hey guys I having a problem with the null values and I need help when I have a Null value or Empty value I need to make the price = 0. Because I will get this error The value "" cannot be converted to a number Here is the the …

Member Avatar for federod
0
65
Member Avatar for alakacha

How do you update checkboxes on a form in cold fusion? I am using the following code to update other form elements : <cfquery name="qry_content" datasource="A4265_gbci"> update tbl_emailsignup set firstname = '#form.firstname#' , lastname = '#form.lastname#' , email = '#form.email#' , job = '#form.job#', company = '#form.company#' , address1 = …

Member Avatar for Nige Ridd
0
80
Member Avatar for justapimp

I have coldfusion file that I am calling from my ASP page using the response.redirect() method. Inside my url string, I am passing a variable/value pair as shown below. [code] Response.Redirect("http://www.gpsit.com/tools/glr/index.cfm?acctuid=" + accntData.Uid); [/code] The page that I am calling is: [code] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> …

0
70
Member Avatar for mohanrobin

hi .i am mohan .i ama newbie to this website.Any one can guide me how to develop page in ColdFusion. I have ideas of programming in other tool other than ColdFusion.any way thank you for entering into my site.

Member Avatar for jsmall26
0
65
Member Avatar for chicago1985

For the past 5 years I been using DSN connections to connect to Oracle in my Cold Fusion. Is there any other way to connect in Cold Fusion MX 7 without using DSN? <CFQUERY NAME="query_name" DATASOURCE="db_name"> SQL statements </CFQUERY> Maybe instead of System admins creating DSN, I can create the …

Member Avatar for jsmall26
0
110
Member Avatar for jaicse
Member Avatar for jsmall26
0
77
Member Avatar for sweetobi

hello everyone am a new geek in this forum ..... all i need is HELP on how i can add mp3 and video to my new website ..thank you

Member Avatar for jsmall26
0
105
Member Avatar for tidoline

Please can someone tell me if it is possible to possible to create a PDF with updateable fields, then use ColdFusion & pdf forms to merge the data.

Member Avatar for jsmall26
0
82
Member Avatar for sanscls

:?: I am using CFINCLUDE for a sidebar panel in a webpage. I want the user to be able to click a link in that side panel and the information change based on DB code on that page. HOWEVER when I click a link in the sidebar it takes the …

Member Avatar for jsmall26
0
59
Member Avatar for becraig

ok I am kinda dumb so let me try to make sense I am trying to do the following 1) I want to read an html file (Done invoked CFHTTP) 2) find a value in the file which is embedded between a <li>eg <li class=class>Value I am looking for </li> …

Member Avatar for l14n
0
78
Member Avatar for acampolonghi

Hi, This is My problem: I receive datas from an xml Feed and I always worked in this way: <cftry> <!--- fetch data from web service ---> <cfhttp url="http://www............. method="get" charset="utf-8"/> <cfset xmldata = cfhttp.fileContent> <cftry> <!--- extract data from XML document and convert to query ---> <cfset lstColumns = …

Member Avatar for l14n
0
206
Member Avatar for lafalot

Hi, For a reservation system, I would like to be able to highlight those reservations where the dates and times are duplicates, so those confirming the reservations will easily see double-bookings. So, for the following list of dates & times Jan 1, 10-3 Jan 2, 4-5 Jan 1, 10-3 Jan …

Member Avatar for lafalot
0
123
Member Avatar for cfintern

Hi, My name is Josh and as my username implies I am a Coldfusion Intern. I have learned everything about coldfusion from volumes 1 and 2. I have a question about cfset. I am making a error list using if statements like so: [code]<cfswitch expression="#form.a#"> <cfcase value="submit"> <cfif len(trim(FORM.username)) eq …

0
56
Member Avatar for eamadden08

Hey everyone, can someone explain to me why it is so difficult in finding someone who does quality work. I am not here to bash the profession but a lot of guys bs in this field? Does anyone want to make money or rather just play warcraft....:?: [email]eamadden06@yahoo.com[/email]

Member Avatar for Nige Ridd
0
96
Member Avatar for muvvabharath

Hi I have project which is developed in cold fusion and it is having more than 25 complicated modules. we are planing to implement in .net,so we are going module by module development, i want to know after completing on module can we plug-in to cold fusion application. whether it …

Member Avatar for SheSaidImaPregy
0
44

The End.