702 Topics

Member Avatar for
Member Avatar for timbad2021

I am trying to allow a user to download a directory on the server as a zip file. How do I do this?

Member Avatar for arrgh
0
96
Member Avatar for zero_sequence

hi to all... i want to be able to see which pages where visited and from how many users... (Un)fortunately i use rewrite rulez... so the actual url is not the real cfm file ex domain.com/toys/4857-toy-name/ is product_view.cfm?param=4857-toy-name So in a onrequestend.cfm i used the following code in order to …

0
84
Member Avatar for lafalot

Hi all, We are migrating from Coldfusion MX to Coldfusion 9. Yesterday, we were able to access the cfadmin. Today, when I go to cfide/administrator/index.cfm, I get the following error: "Tag CFAuthenticate is not supported in ColdFusion" I don't use CFAuthenticate in any of my code. Can anyone help? Thank …

Member Avatar for arrgh
0
145
Member Avatar for fobos

Good day all, well i have been searching the web and i cannot find an answer to my question. First off i dont know if i should post this here or in the Javascript section because i am a coldfusion user and didnt know if javascript does this. Second my …

Member Avatar for levine
0
109
Member Avatar for davesh

Hello, I've been migrating a site from one server to another. Both servers are running Plesk. There was no migration manager for the new server, and no backups available for the old server, so we chose to transfer the files by FTP. The MySQL database has been transferred by a …

Member Avatar for rch1231
0
317
Member Avatar for zero_sequence

Hi to all.... i signed up in google analytics and i copied paste the javascript code in a onendrequest.cfm file. The issue is that in pages that i use cfgrid, the content of the cfgrig is not showning up at all. I have the header bar the footer bar but …

Member Avatar for arrgh
0
108
Member Avatar for fabio.bozzo

I just setup a border layout for my page, here's some code: [CODE] <cflayout type="border"> <cflayoutarea position="top" size="80" align="right"> <p> <cfform name="logMeout" action="#CGI.script_name#" method="post" target="_top"> <cfinput type="submit" name="logout" value="Logout" /> </cfform> </p> </cflayoutarea> ... [/CODE] When I click that button, the logout page displays in the top bar. What I …

0
80
Member Avatar for teedoff

Hi, I have one page thats really throwing alot of code violations at validator.w3.org. This is a CF site and when I view source from the browser and paste the code in the validator, I get like 190 errors all stemming from one piece of coding I think. I created …

Member Avatar for arrgh
0
182
Member Avatar for tiny7415

<cfoutput> #DateFormat(Now(), "mmm-dd-yyyy")#<br> </cfoutput> the result is: Jul-09-2009 What i wanted to do is....to add 1 year from todays date or I want to show a date that is a year after. Is thare a cf tag that will help me do that? is that possible? Do i need to …

Member Avatar for arrgh
0
1K
Member Avatar for teedoff

I am trying to create an image search but having a small issue. I think I'm brain dead lol What I'm wanting is a way to display images from my database in more than one column in my table without each column being a repeat of the other columns. I …

Member Avatar for arrgh
0
123
Member Avatar for teedoff

Ok what am I missing?? I have a dropdown list so that admin can select a value from and then update the database. The list IS populated but the select box isn't wide enough to see any of the option values. I even tried adding a size attribute. I know …

Member Avatar for arrgh
0
175
Member Avatar for teedoff

I have posted this in the AJAX forum, but no responses so I thought maybe I might have asked or went about this from the wrong angle. I have a search page written in CF. It has several form fields that a user can enter any combination of search criteria …

Member Avatar for jsmall26
0
130
Member Avatar for fobos

Hello CF Coders, I have another question. Basically i want to use a cfif statement with out haveing to use it until im ready. Ill give an example and problem i getting. page.cfm [CODE=CFM] <body> <cfif #URL.get#> or <cfif isDefined(URL.get)> // execute code </cfif> <a href="page.cfm?get=this">click</a> </body> [/CODE] When i …

Member Avatar for arrgh
0
152
Member Avatar for fobos

Hello all, Ive been stuck and i dont know how to add a .mdb or .accdb to my "Data & Service". Currently i am using CF9. If its not too much trouble, i would like to know how to do both if this is possible?

Member Avatar for arrgh
0
71
Member Avatar for vijaykseo

Hi, every one am trying to capture referral data from various sources using ColdFusion such as Google Adwords, Yahoo, MSN, Google etc. I have done this in the past using PHP as it allows access to the header variables, but I'm rather rusty when it comes to ColdFusion having only …

Member Avatar for arrgh
0
240
Member Avatar for nil87

hi plz anybody tell m what is th COLD FUSION? what is the basic thing of it? where i could be implemented?

Member Avatar for jsmall26
-2
165
Member Avatar for lse123

[code]<cfquery datasource="yyyyyy" name="getData1" > SELECT Category FROM Products WHERE Product_ID=#displayImg2# </cfquery> <cfset PosInCatOfImg= > // how learn position of this Product_ID in getData1 query result data of Products ?[/code] eg is the 13th row ???

Member Avatar for jsmall26
0
161
Member Avatar for mattlorimor

When doing email blasts using CFMAIL and CFMailPart email accounts with gmail can not view the content, (it is blank). I am using the following construct: CFMAIL CFMailPart type="TEXT" Text version of EMail here. CFMailPart type="HTML" HTML version of EMail is here. No one seems to have a problem except …

Member Avatar for jsmall26
0
156
Member Avatar for mikeandike22

this application shows you how to declare variables and display variables. the end result of this code is showing you the total price after tax. this is mainly for beginners.

Member Avatar for jsmall26
0
85
Member Avatar for Cheesecake87

I am having a problem looping out a value from posted data into a loop, heres some code: [CODE] <cfset tempAmount = "URL.amount_" & 1> <cfset tempQuantity = "URL.quantity_" & 1> <cfoutput> <cfif #tempAmount# EQ 1> Yes <cfelse> no </cfif> #tempAmount##tempQuantity# </cfoutput> [/CODE] That is a small test section I …

Member Avatar for jsmall26
0
132
Member Avatar for jdavenport

Hello, I need to access a Unidata database residing on an AIX unix server using CF from a Windows server. I currently access this same db/server from CF on my linux server with no problem. I set up the new datasource in CF Admin on the windows server using the …

Member Avatar for AVM
0
142
Member Avatar for Renu Deshpande

Hi all, Can anybody help me in resolving this issue. The details are mentioned below. I am generating PDF using <cfdocument> tag of Cold Fusion. I have a header and footer to be displayed on each page. I am rendering data in a table. If rows in the table exceed …

Member Avatar for AVM
0
479
Member Avatar for zero_sequence

Hi all, has anyone tried to insert a checkbox column as a multiple row selection in a cf8 cfgrid (html mode)? If yes how? Thnx

0
73
Member Avatar for teedoff

I have several queries on my site. I have a search.cfm that queries my database, then for each records I have a link coded in on the #item# column of my records. I also have the ability for users to go to "section" pages that have queries based on the …

Member Avatar for arrgh
0
225
Member Avatar for Zee2010

Hi All Can anyone recommend good CF reference guide for quick access when you are mobile and dont have internet access.

Member Avatar for teedoff
0
82
Member Avatar for fobos

Hello CF coders, I am new to coldfusion and it seems very nice to use. I used to be a PHP coder, but then switch last week because i like some of the things that CF has to offer. I am currently using Coldfusion 9 with Dreamweaver CS5. The one …

Member Avatar for fobos
0
186
Member Avatar for dantecubes
Member Avatar for n_kip
0
70
Member Avatar for mmattox

I need to extract a single row or data from a query that uses left outer joins and has multiple rows returned. Currently, I get the System ID, Product Version and Contract information from the query. For simplicity let's say the result is this: 503220 7.0.2CM04 Active If I include …

Member Avatar for arrgh
0
176
Member Avatar for Rajicet

If i use <input type="file"> tag, the popup window on click of Browse will list all local files. Instead of this, i want to display files from IFS folder.I am using XSL.Is it possible?

Member Avatar for utdream
0
57
Member Avatar for Cheesecake87

[CODE]<cfquery name="Booking_Link" datasource="HotelBookingSystem" username="HBSuser" password="HBSpass"> SELECT * FROM Bookings WHERE BookingDateIN AND BookingDateOUT NOT BETWEEN <cfqueryparam value="#FORM.SelDateIN#" cfsqltype="cf_sql_date"> AND <cfqueryparam value="#FORM.SelDateOUT#" cfsqltype="cf_sql_date"> </cfquery>[/CODE] This works .... But if my booking date(UK - dd/mm/yyyy) has a range of 05/02/2010 to 09/02/2010 And my search value is 04/02/2010 to 05/02/2010 ... this …

Member Avatar for arrgh
0
241

The End.