702 Topics

Member Avatar for
Member Avatar for raghu2d
Member Avatar for tcv56

Hi all, Since i did not get any response from my previous question (posted few days ago) , let me ask you all another question and hopefully (if I get some answers) this would help the other. I passed a list of some calculated variables from my cf template to …

0
49
Member Avatar for scansterz

Hi, Here is the scenareo as well as I, a nubi can 'splain' it. Three pages: 1. Order Form page. Collects the data and use input. Very complicated, but works and does its stuff well. 2. Processing page. --a. checks for errors, returns errors - all ok --b. If no …

0
39
Member Avatar for tcv56

Hi, I am trying to pass several cf calculated variables (for EACH record in my table) to cf report builder and I got the same repeated value showing up for that many records on my report (as if I had only one record).Here are what I have tried: template.cfm <cfloop> …

0
46
Member Avatar for lafalot

Hi, I have a cferror type = "exception" exception="any" in my application.cfm file. This works great for most errors, but I recently found that it is not working for attribute validation errors. For example, if I misspell an attribute for the cfqueryparam tag, my custom error page is not called. …

Member Avatar for mellamokb
0
128
Member Avatar for Bernybon

Hi, There is a coldfusion webservice that I want to call in C# and/or C++. Is anybody know how to do that? Because I can call my commun web service I created manually in asp but not the one we fornished me in coldfusion. thanks

0
78
Member Avatar for tiggi

Hi, I need some help with cfwindows, I got a page with few buttons in a cfform that initialize cfwindows with source in another page. Everything works as it should cept that when I click on 1 button the rest don't work. I am getting an error "error processing JavaScript …

0
74
Member Avatar for ccrevling

I am a php coder and my work has asked me to take a look at why there is a problem with a site that is in cold fusion and php. So i said ok. Now im in a pickle i cannot figure out how to solve this problem. So …

Member Avatar for ccrevling
0
85
Member Avatar for drumsticks

Hello, I'm getting my feet wet using Async Gateways with CF8, and I have created a loop which calls the gateway X amount of times. The gateway request then logs the data, however, it is logging X requests, but only the actual data from the last request in the loop. …

Member Avatar for drumsticks
0
100
Member Avatar for GLT

Hi guys! Im am setting up a login page using Dreamweaver MX but I cannot set up my testing server. I need to set up my testing server to use the server behaviours. I have a little tick beside 'create a site' and 'choose a document type' but cannot get …

0
54
Member Avatar for susan10

Im new to Coldfusion, and here is what i would like to do: I'm using a html-editor on one cfm-page, and saving the text in a database: --mytext written i the html-editor ---------------------- Nunc libero ligula volutpat ac aliquet id laoreet ac lacus. [peopleoutofoffice] In dictum tincidunt turpis. Morbi sodales, …

Member Avatar for Nige Ridd
0
119
Member Avatar for lafalot

Hi, I'm selecting email addresses to mail where the field emailsent is null. After I run the cfmail, I update the field to the date the email was sent. Is there a danger of the update query running before the cfmail is finished? Is there a solution for this? Many …

Member Avatar for hinde
0
77
Member Avatar for tjubaer

Cold fusion do not support input param array like below: <input type='hidden' name='hid_id[]' value='1'> <input type='hidden' name='hid_id[]' value='2'> <input type='hidden' name='hid_id[]' value='3'> Whereas PHP can handle it as an array. But i have a code which will display some events and their corresponding child events in a page. User can …

Member Avatar for tjubaer
0
110
Member Avatar for mmathers

For sale: New in box, unopened, and unregistered Macromedia ColdFusion MX 6.0 Professional for Windows Server. Fully licensable and upgradeable to the latest version. We purchased several of these for a server farm and ended up with an unused copy. Asking $250/obo. Please email me at [email]webmaster@sportbikerider.us[/email]. Thanks!

0
54
Member Avatar for KKopplien

[QUOTE]I am trying to access a NetMail server through LDAP port with <cfldap> I keep getting an error Diagnostics: An error has occured while trying to execute query :[LDAP: error code 32 - NDS error: no such entry (-601)]. One or more of the required attributes may be missing/incorrect or …

Member Avatar for KKopplien
0
155
Member Avatar for atif.muhammad

Any one can guide me how to develop page in ColdFusion. I have ideas of programming in other tool other than ColdFusion.

0
47
Member Avatar for lafalot

Hi, I have a calendar w/data stored in SQL Server. People can reserve multiple dates for an event. Before a reservation is confirmed, I want to be able to see if the dates have already been reserved. I first query the dates for the unconfirmed reservation. I then want to …

Member Avatar for hyde11
0
115
Member Avatar for luemob

I recently used a cfmail tag to process a email form on a coldfusion server. This actually processes my email request and sends the email to the right address but I am getting the following error on the initial form page: Why would this error appear if the form works? …

Member Avatar for parthabanerjee
0
116
Member Avatar for jdavenport

Hello, We are running cfmx7 with apache on red hat linux. A problem started 2 days ago causing our website to hang, where coldfusion and apache do not seem to be communicating properly with each other. We will restart the coldfusionmx7 service (with or without restarting httpd service), and everything …

Member Avatar for jdavenport
0
154
Member Avatar for lightningrod66

Can someone please help me with this problem? I have tried many examples, but none of them work correctly. I am creating a guestbook for my website, using ColdFusion 8. The guestbook works great as far as adding new entries to the database and displaying them. The problem is trying …

Member Avatar for lightningrod66
0
92
Member Avatar for rharp

Hello, I’m a jr. CF programmer trying to figure out how to create sets of multipages. What I want to do is create page sets of 10 and have an arrow link, which would jump you to the next 10 pages. The page selected would be the first number of …

Member Avatar for lightningrod66
0
265
Member Avatar for Bogi

Hi I dont't know Eanglish well. I have problem with cfchart Mayby someone have this problem too and can help me. Sometimes I using chchart i have that result [URL="http://dragon.tarchomin.pl/zdjecia/error2.gif"]http://dragon.tarchomin.pl/zdjecia/error2.gif[/URL] [URL="http://dragon.tarchomin.pl/zdjecia/error1.gif"]http://dragon.tarchomin.pl/zdjecia/error1.gif[/URL] I'm from Poland Bye-bye Bogi

0
48
Member Avatar for lespaul00

Hello, I have been struggling for awhile now to get my website up and running. Here is some background: Website development: Dreamweaver 8 Dynamic Programming language: ColdFusion MX 7 Database software: MS Access 2002 Type of website: Recipes returned from database input (by user) Goal: To have website visitors use …

0
90
Member Avatar for ajhart

hi i get an error saying: General error: Table 'ajhart.UserTypes' doesn't exist but i know it does and it's works fine on my local machine, just not when I upload it. Does anyone know why this might be? cheers ash

0
43
Member Avatar for lafalot

Hi, We have a form where people are able to upload a pdf. This works great. We also have an editing form, where they can edit their entry. However, when I try to call up the PDF file that they uploaded, I get nothing. Additionally, the file they uploaded disappears. …

0
46
Member Avatar for tiredntroubled

Hi all, I have a form in which there is a drop down menu. The values from the drop down are populated from a database. When the user selects a value from the drop down, I would like the to display related data from a ms sql server database within …

0
67
Member Avatar for gov1234

what are hardware needed to host websites from home ? I have cable internet at home 24/7 , can that handle traffic I have desktop with 3 ghz , can i make it as server

Member Avatar for kaushik259106
0
70
Member Avatar for simmy7

I am trying to replace a series of characters with an encoded string value and use that to look for a value in a table. My problem is that when I put the encoded value in the replace, cf converts it to the character instead of leaving it as those …

0
71
Member Avatar for lafalot

Hi, I have time stored as an integer in sql server. The time is separated into fields of hour, minute and am/pm. I need to output the data and sort the time, but of course, 12 is coming after 1. Is there a way to sort my hour integers in …

Member Avatar for lafalot
0
105
Member Avatar for anto

The End.