824 Topics

Member Avatar for
Member Avatar for gavy

Hi Guys, I am facing a very wired problem. i am building a website which toggle between the modes. 1. html forms 2. flash forms it works in all browsers except mozilla. the default i have set as: [code language="coldfusion"] <cfset session.mode = "flash"> [/code] well if forms are being …

0
77
Member Avatar for dodo123456

Guys I thin i am really Stupid here or my mind has really gone out. I am working till whole day and now i stuck at a very stupid thing. i am using to QueryStringToStruct UDF and wanna use the struct generated from UDF in my cfinvoke tag. it returns …

0
59
Member Avatar for dodo123456

Hi am trying to run a rating system. This works cool but when it inserts the very first time. I try to add again. I have applied the check that only one vote will be processed from a ipaddress but somehow it is not working: ihave the following component which …

Member Avatar for freshfitz
0
102
Member Avatar for Loki421

Hi all, I was wondering if anyone knows how to send a conformation SMS to a visitors mobile? What i'm trying to create is a call back feature, so far i can send an email with the visitors details to my address and send them a conformation email too, but …

Member Avatar for freshfitz
0
143
Member Avatar for akraus

I am using Coldfusion8 and I am trying to implement a spellchecker in the FCKEditor. I cannot use ASpell and the SpellerPages option as it uses CFExecute and I cannot use that tag on my server. Does anyone know of any other spell checker that can be used by FCKEditor …

Member Avatar for jedimatt
0
112
Member Avatar for thesaintbug

hi, I am new to Cold fusion... I have defined a session level variable in one page1.cfm as follows <cfset session.testing = "test"> and when I am trying to access it on another page page2.cfm (browser window is not closed meanwhile) it gives an error that "testing" is undefined at …

Member Avatar for thesaintbug
0
109
Member Avatar for onetwothree

hello is there a way to stop a page refreshing in a browser? (wish i'd separated my sql from my displayed results and used a redirect, but i didn't and am just wondering if there is a quick way around preventing refreshing of a page, so as the sql doesn't …

Member Avatar for buddylee17
0
166
Member Avatar for apsara

I am trying to pull times out of a mysql database and then convert them to the time of day using TimeFormat. #TimeFormat(Recordset3.timeOne, "h:mm tt")# My problem is once I add the "timeformat" all the times turn to 12AM regardless of what the time is in the database. Thanks for …

Member Avatar for jedimatt
0
123
Member Avatar for jedimatt

Hi all, I have a bit of an issue with an application that i am currently developing. The application logs passed and failure information for a production line. Each production lineis broken down into operations, each operation has a task group and then each task group has a bunch of …

Member Avatar for jedimatt
0
165
Member Avatar for jedimatt

Name: Matt Nickname: jedimatt Height: 6' Weight: 173 Hair: Brown Eyes: Brown Location: UK Hobbies: Life Fav Music: U2, SimpleMinds, Coldplay Work: Coldfusion Application Developer Favorite Video Games: COD 4

0
35
Member Avatar for hhamdan

Hello everybody, I am looking for a way to filter an Robt spam in coldfuion, i had look to the recaptcha, but it is not clear and it is not easy for customers. any body have another idea, ....help please

Member Avatar for buddylee17
0
106
Member Avatar for freshfitz

We have exchange 2007 and I can't get our webserver to relay mail I've tried authentication non authenticaten domain/username:password@mail.server.com and username:password@mail.server.com Does anyone know how to get exchange to accept mail from cold fusion. For any other programs we use domain / user name and password.

Member Avatar for freshfitz
0
92
Member Avatar for vibeman

Hello, We have added a "recently viewed items" panel to the right side of our website. In this panel we simply loop through the array of viewed items and present them with a picture and a link stacked up in the panel. The code for rendering the list of items …

Member Avatar for vibeman
0
110
Member Avatar for freshfitz

I'm tring to display an encrypted number store in sql database I have a key store in my application.cfm. and they number in my database is encrypted. My display code looks like this [CODE]<cfloop query="Get_Orders"> <cfoutput> <tr> <td><div class="content_black">#Get_Orders.Credit_Card_Type#&nbsp;</div></td> <cfset key = #application.key#> <cfset Cardnum = '#Get_Orders.Credit_Card_Number#'> <cfset CardDec = …

Member Avatar for buddylee17
0
668
Member Avatar for Brian R. Tolman

I have created many sites using Coldfusion so I know the syntax and I know how to use the product, what I don’t know is how to setup the server, (That was always done by others in the company) my problem is I am trying to create a site on …

Member Avatar for buddylee17
0
178
Member Avatar for lowercase

I could not set up Coldfusion 8 as a developer machine. After I installed the update the application/s closes after a couple of seconds. Is there something wrong with my configuration?

Member Avatar for danarashad
0
64
Member Avatar for akraus

I am trying to use Verity to search PDF documents. I have a case where the correct document is returned however in some case the context returned does not contain my search word. Here is my code: [code=coldfusion]<CFSEARCH COLLECTION="Collection_name" Name="GetResults" CRITERIA="patent" ContextPassages="1" >[/code] What am I doing wrong? Any help …

0
85
Member Avatar for hhamdan

Hello every body, i have a table has username and encrypted password, and i want to write it in different table and i want to decrypt the password filed and i am using this code [B]I am selection the data from the login table[/B] [ICODE]<cfquery name="dec" datasource="ds"> select * from …

Member Avatar for arrgh
0
126
Member Avatar for hhamdan

Im trying to get the ip address for our company customer and save it in the DB just for statical thing.

Member Avatar for hhamdan
0
134
Member Avatar for vikingGirl

I have an image that I have created using the new image draw functions, but I need to have separate areas of the image as links to other pages. I know that the html map tag can be used to do this, but the problem is I can only get …

Member Avatar for vikingGirl
0
82
Member Avatar for todrik

hi everyone. i'm trying to make a (very) simple shopping cart for my class. i'm stuck on the qty update - it says it's not defined. i think it may have something to do with when i check to see if the form has been submitted yet or not. any …

Member Avatar for terrymodular
0
113
Member Avatar for freshfitz

Can I loop through the output of 2 select statements from a stored procedure based on a "order by a date" that is in the 2 different databases. For example I want to [code=sql]select * from program where cust_no = '125'[/code] Program has a field "posted" Then [code=sql]select * from …

Member Avatar for arrgh
0
97
Member Avatar for CFApprentice

Hello there, I just bought a book to learn ColdFusion, so I have a project but I wonder if the following is possible: To create a page where the user can select: 1 - Date Range 2 - Report Name 3 - select to export to Excel, and here is …

Member Avatar for freshfitz
0
96
Member Avatar for netshops

I am wondering how to securely build a sign in application through a modal window. Is it possible to make a modal window secure? I have two examples of what I am talking about: 1) [url]www.ae.com[/url] - they have a sign in section on their header - not SSL on …

Member Avatar for freshfitz
0
119
Member Avatar for freshfitz

Trying to dispay an error message if the varibel does not exists. In my sql database the variable is a blank cell or data. [code=coldfusion]<cfoutput><cfif #findorder.email# eq ""></cfoutput> Display error message here... <cfelse>[/code] It will not display if the cell is blank but it does work if there is data …

0
44
Member Avatar for hinodae

I have placed this post in Cold Fusion because our primary markup language is CF. That said, this may be a more appropriate question for Ajax development. I'm looking for a way to downsize the load of images on a page. My current template provides the user with a tab …

0
51
Member Avatar for Brainsmith

Hello, I am not sure if this is a CF problem or not. One of our client's websites has two links to CFM pages that just will not work in some browsers on their network. It just brings up a blank page. It will work for them in FireFox, but …

Member Avatar for danarashad
0
167
Member Avatar for danarashad

One of my app's is timing users out around 20 minutes. I have a sessiontimeout set at 90 minutes. Please help. Here's the actual code. [code] <CFAPPLICATION NAME="Store" SESSIONMANAGEMENT="Yes" SETCLIENTCOOKIES="YES" clientmanagement="yes" sessionTimeout = #CreateTimeSpan(0, 0, 90, 0)#> [/code] I am using CF 5. I did notice in CF admin I …

0
84
Member Avatar for dodo123456

Hi Guys, I have been given a task to convert the code of PHP to Coldfusion. However I am Stuck at this PHp Stuff. Please Guide Me PHP Code: [code=php]$result = mysql_query("select cid, title, cdesc from cat where parentid=0 order by title", $link); $count =1; $displaycat="<tr>"; while(list($cid, $title, $cdesc) = …

Member Avatar for peter_budo
0
115
Member Avatar for hxixm

I'm desperate for help with my attempts to make a coldfusion contact form. I've tried so many tutorials, but no luck. I have a windows testing server, so the servers so problem. Its just the code. Is there any premade forms that have name,email,textarea,image attachment? I'll give you 20 bucks. …

Member Avatar for dodo123456
0
74
Member Avatar for mmonclair

I'm having some difficulty with a query I'm trying to set up. What I'm trying to do is set up a query that will populate a table that shows a list of all tests offered on the site that are active, and then show the completion status of the user …

Member Avatar for mmonclair
0
162
Member Avatar for DaniVee

I have a selection field with a drop down list that is populated from a database that has over 2000 records. They're alphabetical and I want to allow the user to select the first 2 letters to move through the list. For example, BO would take them to the first …

Member Avatar for hhamdan
0
115
Member Avatar for freshfitz

I am pulling info from zillow and then setting a price based on sq ft of the house. I am also using zillow to pull lat and lon to pull up a google map on the property the problem in some homes don't have sq footage and my cold fusion …

Member Avatar for freshfitz
0
172
Member Avatar for hhamdan

i have multiple onchange in two different form and they are in different include files. the thing is when i try to use the first onchange ...it works and it will change the session value but if i start with second onchange it will not work and it says the …

0
86
Member Avatar for acpf

Hi,folks I'm from Brazil and i would like to now if has some problem with double number in cfchart? My problem is where my result query returns the datas correctly. But, where i populate the cfchart, the number data change for 10x more. Are they understand my english? Thanks,

0
59
Member Avatar for arunmagar

Hello I am new user of coldfusion.I just started to learn coldfusion. I made one file with the name "1_2.cfm" Code : [code=coldfusion] <!--- Processing ---> <cfset myQuestion = "What is a variable?"> <cfset myAnswer = "Variables are named storage containers inside programming languages. Just think of variables as any …

Member Avatar for terrymodular
0
118
Member Avatar for kianchoong

Hi... I m newbies to CF.. .. .. currently, i facing some issue regarding CF.. .. .. Would appreciate, if any expert would share their knowledge to help me on my issue... Thanks in advanced.. .. .. Below is my code : [code=coldfusion] <cfoutput> <cfif NOT isObject(wsReturnStruct)> structure not returned.<cfexit> …

0
92
Member Avatar for Loki421

Hi all! :-) I'm trying to create a quote calculator for my website, and it need to be in drop-down-list format, where basically the user will select make>model>spec>transmission etc, and that's fine, i can do that using the usual drop down options in Dreamweaver CS3, add the numeric values to …

Member Avatar for Loki421
0
182
Member Avatar for kkarimi

I'm developing an application that sends emails to customers. The body of the email contains a URL encoded hyperlink back to our site kind of like this: [url]http://myserver/myfolder/test.cfm?id=%409%20%2DW9I74%3D%402%5CN8%2A5%3D%3D5%2D%40%3C%3D%3DQ%5B%40%3AB%5D2Q%2B%2BN%3C44%3A3%3E3%3C%20%0A[/url] In Yahoo, GMail, Outlook, etc. the link works fine. However Hotmail is decoding the link before it sends: http://myserver/myfolder/test.cfm?id=@WUE^[MA6 9J?%3D5B%258D^K5@^%2BD<;5U) '((OZ<,%2BFU%25( Anyone …

Member Avatar for buddylee17
0
242
Member Avatar for chicago1985

I am thinking of going with ColdFusion Enterprise over my current PHP. We do alot of web apps working with MySQL and Oracle. I have no problem paying for it compared with free PHP because I hear that ColdFusion can cut down my development and debugging time. It also seems …

Member Avatar for PoA
0
170
Member Avatar for MariaWannda
0
42
Member Avatar for anuragrathod

I need a script which has input value as color codes of all the pixels of an image. Now from that variable values i have to create one Image. So how can i create any image pixel by pixel in coldfusion and assign those pixels some specific color code. Variable …

0
53
Member Avatar for Subhankarde

I tried to use CF_SQL_ARRAY in the following but it is not working: ColdFusion: [code=coldfusion]<cfset faq = ArrayNew(1)> <cfset ArrayAppend(faq, "What are ColdFusion arrays")> <cfset ArrayAppend(faq, "How to create a ColdFusion array?")> <cfset ArrayAppend(faq, "What are two dimensional arrays?")> <cfoutput>#faq[2]#</cfoutput> <cfstoredproc procedure="p_cf_array" datasource="#Application.DSN_VAT#" username="vacdvl01" password="vacl33ds" debug="Yes"> <cfprocparam type="In" cfsqltype="CF_SQL_ARRAY" dbvarname="array_in" …

Member Avatar for Johnle
0
297
Member Avatar for cfunitedgll

Is this possible? I want to use my CF8 box to somehow read a directory structure on a PHP box. The reason: We upload videos to a PHP server but we want to know what is there -- using our CF8 server. What do you think? Thanks, in advance for …

Member Avatar for hinde
0
119
Member Avatar for CFApprentice

Hi there, I just started with ColdFusion because I decided to create reports in websites instead using hard disk, I'm as new as a baby, but I'm willing to try it. I work as Revenue Analyst, married, old, son in college, but still standing. I hope to find lots of …

Member Avatar for sittas87
0
51
Member Avatar for 2bu

I just took on a client that has about a 10K page e commerce website that was created in ColdFusion (no previous seo). The site urls have all been renamed and I need to generate a site map for Google. Can anyone suggest a free, fast, good tool to do …

Member Avatar for alexglv
0
81
Member Avatar for lawrensium

Hi guys, I'm trying to run a set of jar files, a 3rd-party api with Coldfusion MX 7. But I got 500 Server error. When I dump the same set of jar files into tomcat 6 with standard configuration, it just works. Any idea how to find out what's actually …

0
58
Member Avatar for azim1866

Hi, I want to sort my search results from a access database in 10 at a page and showed in page 1,2,3.....last. Now Im just using next and previous to goto frm one page to another. [code=Coldfusion]<cfif pageno GT 1> <td><a href="searchResult1.cfm?page=#pageno-1#" class="style3">< Previous </a></td> </cfif> <cfif counter LE #rec_count#> …

Member Avatar for hinde
0
90
Member Avatar for joshknopp

Hello all! We are a company offering a variety of management solutions to a few hundred clients. One of those solutions is a template-driven website builder, and I've been tasked with finding a replacement for the existing, no-longer-supported system. I'd prefer to work with something written in CF, since that's …

Member Avatar for thenamenoonehas
0
104
Member Avatar for thenamenoonehas

Hi everyone, im interested in purchasing some video training for either fusebox, mach ii or model glue. anyone know where i can buy this training from ? thanks

0
70

The End.