750 Topics

Member Avatar for
Member Avatar for sam1981

Hi, can anybody out there tell me how to set up a datasource in the cfadmin and use the datasource attribute instead of the connectstring attribute? I need to do this because it happens to be that my client for which i have developed a web based database for is …

Member Avatar for sam1981
0
120
Member Avatar for pulses

Hi. Is there an issue installing ColdFusion on Windows XP 64 bit edition? After Ia install ColdFusion, the berowser opens to show the admin page and set up completion steps. but I receive an error 404 (page not found). I tried it a few times and I am sure that …

Member Avatar for ProFreelance
0
110
Member Avatar for nitinmenon

im not quite sure what this means, ive got this sample code that im trying to figure out: <FORM ACTION ="QUIZ_RESULTS.CFM" METHOD="POST"> <P><HR><B> QUESTION ###CURRENTROW# IS:</B> <BR><I> #QUESTION#> the second line is really what i dont understand. I understand that it is the value of the variable between the hash …

Member Avatar for ProFreelance
0
210
Member Avatar for sam1981

Hi, I have a two week deadline to complete a new project which I have little experience in. I have been asked to create a database accessible through a web application. The web application will be used to update, delete and add new data to the database. A maximum of …

Member Avatar for ProFreelance
0
131
Member Avatar for pgesel

I am trying to create a report with Report Builder MX 7.0 containing subreports. I want to allow a subreport to continue onto another page in the main report, but it cuts off when the page ends. If I select the option "Print when Detail Overflows" it gets stuck in …

Member Avatar for Ember Saar
0
77
Member Avatar for red_evolve

I know that after doing a query, I can use cfoutput to output the results of the query by applying the query attribute like the one below:- [code] <cfquery name="query1" datasource="mySource"> select * from users </cfquery> <cfoutput query="query1"> #username# </cfoutput> [/code] Is there any way that I could jump to …

Member Avatar for red_evolve
0
833
Member Avatar for cfnut

I would like to rename the users file that they upload to my ftp. I want to add the CustId to the begging of the file name. For example it they select a file called test I want it to be named 223Test in my upload folder on my ftp …

Member Avatar for bkendall
0
173
Member Avatar for nchandra

[url]http://wsprod.colostate.edu/cwis116/hscouns%5Forder/?clear=yes[/url] This server has MX6.1 and session variable apppack is undefined. The same code works on CF 5 server as in [url]http://admissionsinfo.colostate.edu/hscouns_order/?clear=yes[/url] I have in the application.cfm file <cfapplication name="Highschool Counselor Order" sessionmanagement="Yes" setclientcookies="Yes" sessiontimeout=#createtimespan(0,0,20,0)#> And in contact.cfm have :- <cfif form.submit EQ "Continue"><!--- Only get form vars from last …

Member Avatar for bkendall
0
301
Member Avatar for weboneau

Hi All I am having a problem finding the error on my coldfusion website. It was working fine last week, then yesterday I checked it out and one section of my site wasn't formatting correctly. Nothing has been changed on the site itself. I have uploaded a backup that I …

Member Avatar for bkendall
0
103
Member Avatar for harlequin2k5

I'm currently designing a website in coldfusion and after visiting a few other sites and adding them to my favorites, I noticed that they added an icon next to the page description. I've tried to find this code in several different sites that have this and I can't find it. …

Member Avatar for bkendall
0
787
Member Avatar for bkendall

I am fairly new to cf but felt this wasn't really a "getting started" question. I was thrown into this project with tons of legacy and little doc, so any help would be greatly appreciated. the trouble I am having is getting information from form fields to display in the …

Member Avatar for bkendall
0
129
Member Avatar for red_evolve

Greetings. I encountered this little problem and am stuck. I don't know what should I google. I am developing a webpage with Coldfusion and I need to use some Javascript also. I have a component, and onclick of that component, I would like to call a Javascript function and pass …

Member Avatar for alpha_foobar
0
137
Member Avatar for Walyer

Hey, I've been trying to setup a search page for the last week with no luck. I've been reading books (maybe not the right ones) and searching the web for examples, also with no luck. I'm using Microsoft Access for my database and Coldfusion 6.1 for my server. What I've …

Member Avatar for Torch7
0
283
Member Avatar for RammaR

I'm trying to generate a search results page for a simple forum type page. My problem is that I'm searching the post content for the inputed keywords and then return a distinct list of the threads because often there are mutliple search hits within a common thread. So what I've …

Member Avatar for red_evolve
0
159
Member Avatar for weboneau

Hi, I manage a dynamic coldfusion web site that runs from an Access database. I would like to place breadcrumbs on each page, but am having trouble finding code that will work. I am currently using Dreamweaver 4 to do my editing. Could anyone suggest some way of putting breadcrumbs …

0
94
Member Avatar for alwaysneedhelp

I'm building a property management site in ColdFusion. I'm building an admin area where the agent can upload a thumbnail of property to be displayed next to other features of the property. Idealy I'd like to have many listings on one page. I've seen it on the web so many …

Member Avatar for WrkrAnt
0
194
Member Avatar for Eiolon

I've created a registration and login system. Now I want to make it so the user can change their password, e-mail, name, etc. How would I make it so when they click on the edit profile page that it brings up their information? I know how to do a general …

Member Avatar for Eiolon
0
115
Member Avatar for mauro.luna

Hi, I'm running CFMX 6.1 on a WIN2000 Server as application Server. Because one of our big applications we had to set several scheduled task in order to get some static html output. We have a big trouble, even the scheduled tasks are programmed to begin from 6:00 am and …

0
69
Member Avatar for hbmarar

hi, i had posted a problem...yesterday....think members / guests wud help me...this i am putting for giving a better picture.... at java.lang.ref.Finalizer.invokeFinalizeMethod(Native Method) at java.lang.ref.Finalizer.runFinalizer(Unknown Source) at java.lang.ref.Finalizer.access$100(Unknown Source) at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source) Dynamic libraries: 0x7CC00000 - 0x7CC1D000 C:\WINDOWS\SYSTEM\IMAGEHLP.DLL Local Time = Thu Apr 21 17:50:27 2005 Elapsed Time = 1474 …

0
103
Member Avatar for hbmarar

hi This is the error ocurred while processing request:=- [COLOR=Indigo]The Error Occurred in C:\CFusionMX\wwwroot\CFportal\themes\metal\menu.cfm: line 1 Called from C:\CFusionMX\wwwroot\CFportal\index.cfm: line 18 Called from C:\CFusionMX\wwwroot\CFportal\themes\metal\menu.cfm: line 1 Called from C:\CFusionMX\wwwroot\CFportal\index.cfm: line 18 1 : <cfquery name="menu" datasource="#dsn#"> 2 : SELECT * 3 : FROM cfmenu -------------------------------------------------------------------------------- DATASOURCE Please Try The Following: …

Member Avatar for hbmarar
0
120
Member Avatar for billdeg

Hello. I am a web programmer that specializes in ColdFusion, PHP, Perl, etc. I have been programming on the web for over 10 years. My web site (my company) is DegnanCo.net Thanks for allowing me to join this message board.

Member Avatar for Scribbller
0
152
Member Avatar for skyhawk133

Hi there, my name is Chris, I run [url]http://www.dreamincode.net[/url] I'm an application developer for the air force and I program in ColdFusion, PHP, and a little in C++, Java, Perl, ASP, and ActionScript

Member Avatar for meksikatsi
0
127
Member Avatar for xlogan777

i am a beginner and this is what i have done so far. 1.i have installed ms IIS and dreamweaver mx and cold fusion mx. 2. i start the IIS and i save the test cf file under inetpub/wwwroot/james ps.. my syntax for the CF is ok cause i copied …

Member Avatar for skyhawk133
0
167
Member Avatar for serverdevil

I do believe I have successfully installed this module,mod_gzip.dll I also added the source file mod_gzip.c but I did not recompile the server it was loaded as a msi file on W$K here is the header after loading apache [Fri Feb 11 22:48:16 2005] [notice] jrApache[init] JRun 4.0 (Build 81731) …

0
142
Member Avatar for serverdevil

Hi ,to all from the grasshopper of computing I like to call myself serverdevil because I play hell on my server system here's some back ground: running apache with Jrun 4 on coldfusion admin setup dreamweaver editor I have added (hopfully)mod_gzip.dll to my apache server conf file in the hopes …

0
96
Member Avatar for Chintz

i think i got from the Fm2005 no cd crack and i need help to get rid of the virus. Here is my Hijackthis log: Logfile of HijackThis v1.99.0 Scan saved at 11:19:50, on 05/02/2005 Platform: Windows XP SP2 (WinNT 5.01.2600) MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180) Running processes: C:\WINDOWS\System32\smss.exe …

Member Avatar for crunchie
0
302
Member Avatar for Nickderath

Ive got trojanhunter running, and every time i startup, it tells me ive got coldfusion.112 on my system. So i tell Trojanhunter to delete it, and it says it does, but the next time i startup, it is still there. Ive tried doing it in safe mode, and ive turned …

Member Avatar for crunchie
0
117
Member Avatar for bluffy

i am having a problem with the colfusion/dxsetu type trogan/virus thingy and wondered will there be 2 sets of log files for differerent users? i have followed the thread [url]http://www.daniweb.com/techtalkforums/thread13965.html[/url] by deleting dxsetu etc but getting nowhere. Also is there a DIFFINITIVE thred where i can go through step by …

Member Avatar for caperjack
0
168
Member Avatar for Yeke

Had this wee beastie for a few days now and starting to think I may have to reformat to be rid off it :< So desperation post Have read others posts on the same matter here and tried what was suggested and still wont budge it :/ Have run adaware …

Member Avatar for Yeke
0
224
Member Avatar for alwaysneedhelp

Anyone know how I can get sql results from three cfselect forms. I'm trying to have the user select from three cfselect lists and draw results based on those choices. I'd appreciate any help you can give. Thanks

Member Avatar for srinu
0
77
Member Avatar for ndoliveira

Hello everyone, As some of the members of this forum, I'm having some problems with the backdoor.colfusion trojan. The computer is slow as hell (trojan effect?). I followed all the steps that some of you suggested, until the logfile from HJT. I already had deleted the dxsetu.exe file, but it …

Member Avatar for corduroy
0
169
Member Avatar for dru987

i running win xp pro w/ SP1 and i'm having trouble uninstalling a certain program. when i attempt to uninstall, it hangs on the "gathering information" screen (about half way). i let it sit over night in case it needed time but it was at the same place in the …

Member Avatar for dru987
0
160
Member Avatar for corduroy

Hi there! I've also been infected by the backdoor colfusion trojan and I can't find a way to get rid of it. I've been searching all over the net for a solution, I've already tried running ad-aware, trojan hunter, torjan remover and the anti-virus (norton 2004), but nothing seems to …

Member Avatar for DMR
0
240
Member Avatar for beckerc

I do not know if this is even possible in this language, but here goes: I am looping a recordset that has been returned for update. the problem is I have many records that can be returned, so when i submit my form, I get an error because it does …

Member Avatar for beckerc
0
157
Member Avatar for keesjansma3

Hi, I was surfing and found this forum, thought that this might be the place to get some help cause I am getting crazy. My pc is infected with the coldfusion trojan [url]http://vic.zonelabs.com/tmpl/body/CA/virusDetails.jsp?VId=30221[/url] It seems impossible to remove because the files are regenerated after I delete them. The last thing …

Member Avatar for crunchie
0
342
Member Avatar for mikeandike22

is there a place where i can get free video (pdf's are fine also i just like to watch things rather than read them) training that helps you learn cold fusion.

0
78
Member Avatar for srinu

hi i want to pass the url variables from one page to another page as it is. so how can i pass those are all to nezt page. i may not know what are the var names exist in that or even i dont required. i just want to forward …

Member Avatar for Shy
-1
332
Member Avatar for bixgomez

Hello! I am wracking my brain, trying to figure out how to return & display a column's description. I work in Cold Fusion with SQL 2000 database. My table name is "clients" and the column in question is "client_firstname" The description of this column, as entered in Ent. Mgr, is …

0
91
Member Avatar for rharp

I'm receiving the following error anytime I try to click on a link or a button inside my application. I thought it was a session problem, which I tried removing the session_addtoken variable from the links. However, this did not resolve my problem. Any suggestions or ideas would be greatly …

Member Avatar for digi
0
179
Member Avatar for cfnut

I have been looking up some of this stuff in my book but I just can't seem to get it. Below is my code. If my username and password are correct I want to display the page (GetPictureFromUser.cfm) If the passwords do not match up I want to display the …

Member Avatar for dazzlindonna
0
188
Member Avatar for cfnut

After this line of code: <cfif Password eq #Password# and UserName eq #UserName#> If this info is right I want to Display a page called GetPictureFromUser. How do I do this?

Member Avatar for dazzlindonna
0
175
Member Avatar for charmed0rz

I can't seem to find a tutorial or anything about this kind of registration form. It is extremely urgent, so any help is *greatly* appreciated. Ok, i have a registration form needing to submit the following information: DSN: userlogin User_ID: i want this submitted to all the tables in my …

Member Avatar for cfnut
0
150
Member Avatar for cfnut

I have a page where the user can enter his username and password. Does anyone have any examples on how to check the database for to make sure the user matches the username and password. Thanks!!!

Member Avatar for cfnut
0
227
Member Avatar for dazzlindonna

Two to three years ago, it wasn't all that difficult to find ColdFusion programming jobs in my area of the US (south). When the tech jobs started drying up, the CF jobs did too, and they never seemed to really return here. But I've been working from home for over …

Member Avatar for dazzlindonna
0
192
Member Avatar for samaru

[size=4]ColdFusion 5 Web Application Construction Kit[/size] [b]by Ben Forta[/b] This is probably the best ColdFusion book (for version 5, not MX) you can get right now. Goes over the very basics of web programming - all the technical stuff served to you on a silver platter. They did a really …

Member Avatar for luckydude
0
416
Member Avatar for brainchasm

Server is as follows: gig of RAM, running Apache-AdvancedExtranetServer/2.0.47 (Mandrake Linux/6.3.92mdk) mod_perl/1.99_09 Perl/v5.8.1 PHP/4.3.2 JRun/4.0 Sun-ONE-ASP/4.0.0 Here's the problem: I use the server-status script a lot to watch what's happening on the webserver in a pseudo-realtime manner. There are 4 normal states for any given request to the server - …

0
100
Member Avatar for samaru

[size=4]Essential Coldfusion 4.5 For Web Professionals[/size] [b]by Micah Brown, Mike Fredrick[/b] Good book if you know Coldfusion - This book serves more as a reference for Coldfusion instead of a true tutorial. This book however is extremely useful as it provides real world examples and snips of code that can …

0
103
Member Avatar for samaru

[size=4]Macromedia Coldfusion 5 Language Reference[/size] [b]by Ben Forta[/b] Useful but could use better examples - While this reference contains all the functions/tags/variables/etc. used in ColdFusion, the book could use better/innovative examples. At first glance, I was surprised at the size of the book. How can someone fit so much in …

0
126
Member Avatar for samaru

This is a good FAQ on ColdFusion written by the popular Ben Forta. [url]http://www.cffaq.com/[/url]

0
587
Member Avatar for samaru

In the section "Latest IT News" I mentioned that Amazon.com has opened up a web service where applications can query the service(information about goods), and the service spits back an XML file of whatever they queried. So you can have a form on your web site where the user can …

Member Avatar for iwantitcheap
0
1K

The End.