824 Topics

Member Avatar for
Member Avatar for timbad2021

I want to cache the thumbs because the images I am resizing are around 1-3 MBs each and it takes forever to load a page of thumbnails so I want to cache the thumbnails. Is this possible or do I need to take a new approach? Thanks! Below is my …

Member Avatar for arrgh
0
131
Member Avatar for fobos

Hey guys, i have looked all over the web on how to upload a file to MySQL database and retrieve using coldfusion. I know i can do it in PHP, but im not using that anymore. Is there a script or some place that someone can point me so i …

Member Avatar for arrgh
-1
984
Member Avatar for vineetc

Hi, I am unable to convert the excel cell from string format to number format. The code that I am using is: <cfset trial_variable = evaluate('getRow' & i & 'TotalBook.totalunit')> <cfset trial_variable2 = evaluate('getRow' & i & 'Total.totalunit')> <cfset trial_variable3 = trial_variable/trial_variable2> <cfset trial_variable4 = trial_variable3*100> <cfif isNumeric(trial_variable4)> <Cell ss:StyleID="yellow"><Data …

0
79
Member Avatar for fobos

Hello, well i have a problem, i was wondering if there is a way to return a query in a function? This is what i have so far, but i get an error. [CODE] <cffunction name="select_query" access="public" returntype="any"> <cfargument name="as" type="string" required="yes"> <cfargument name="status" type="string" required="yes"> <cfset var sql = …

Member Avatar for arrgh
0
94
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
101
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
86
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
147
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
114
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
319
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
110
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
82
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
185
Member Avatar for tekboi

Hi Coders, I recently found a script online that clears tweets from a twitter account. The script is written in coldfusion which is not supported by most web hosts as you guys know. I'm a programming newbie, so I want to know if it's possible to code this same script …

Member Avatar for MargaretAlbert
0
352
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
130
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
181
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
136
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
167
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
73
Member Avatar for FlyByNight73

Hi All, I am working on a booking system for vacation rental properties. I have two (simplified) tables properties and propertyAvailability: properties:- propID propName propertyAvailability:- propID dayOfTheYear availabilityStatus Rather than use dates for the bookings I convert everything to dayOfTheYear (using ColdFusion) and each DOTY for each property has a …

Member Avatar for FlyByNight73
0
206
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
253
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
169
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
164
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
160
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
89
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
147
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
147
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
495
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
75
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
238
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
85
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
221
Member Avatar for aycmike

Hi everyone, I am new to PHP and seeking some advice on any decent online courses, tutorial sites and books to help get the ball rolling. I am proficent in xhtml, css and have experience with coldfusion if this helps? Any help would be much appreciated!

Member Avatar for Stefano Mtangoo
0
122
Member Avatar for dantecubes
Member Avatar for n_kip
0
73
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
292
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
60
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
246
Member Avatar for teedoff

Hi, I know nothing about ajax, except that I think I need to use it to accomplish what I want. I have a cf template that performs a query and returns the results in a table display on result.cfm. I would then like for the user to be able to …

0
49
Member Avatar for teedoff

My questions pertain to CF templates and search engine rankings. I work for a small web based company with a static site that has been live for probably 4 or 5 years now. The owner coded all the pages alone, using somewhat outdated html standards as well as outdated SEO …

Member Avatar for teedoff
0
166
Member Avatar for teedoff

Ok I have developed some cf templates to do simple cruds to our database that is newly set up. Eventually at least one more person will be performing these data entry routines. We have an office network, but I thought we had an inhouse local server, which I think we …

Member Avatar for teedoff
0
112
Member Avatar for teedoff

Ok I know I'll get heckled for this..lol but...It's been so long since I configured my ftp login info, I have lost my password. I use Dreamweaver, so is there a file that stores your password like MySQL does? MySQL has a text file or .ini file somewhere that stores …

Member Avatar for teedoff
0
80
Member Avatar for danarashad

Has anyone gotten this to work via CF7. [URL="http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion"]http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion[/URL] This guy says he's got it to work, but. I can't figure out how. [URL="http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion#c8A9E48CF-FF20-683A-FDE69AC724E27FC6"]http://www.halhelms.com/blog/index.cfm/2008/11/24/jqGrid-with-ColdFusion#c8A9E48CF-FF20-683A-FDE69AC724E27FC6[/URL]

Member Avatar for pedrobl
0
94
Member Avatar for nick3592

hi i am a web developer and i never really understood what coldfusion can do. If you can point me to some tutorial links explaining basics of coldfusion i would appreciate that.

Member Avatar for teedoff
0
226
Member Avatar for danarashad

Can anyone tell me whats wrong. The error I keep getting is "Access to the Exchange server denied. Ensure that the user name and password are correct." I've done all of this. [URL="http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=cfexchange_3.html"]adobe[/URL] [CODE] <cfexchangeConnection action="open" connection="sample" server="mailserver" protocol="https" username="username" password="pasword" formbasedauthentication="true" formBasedAuthenticationURL="https://webaddress.com" /> <cfexchangecalendar action="get" name="mycal" connection="sample"> <cfexchangefilter name="startTime" …

0
92
Member Avatar for teedoff

Ok I know this might sound like a silly question, but now working in an office environment, and eventually having to rely on someone else for content update and management, whats the best way to "export" my Dreamweaver created coldfusion templates to another desktop so that she can do database …

Member Avatar for JRM
0
87
Member Avatar for woods

Hello all. I am a new returnee to .net after several years in Coldfusion I have forgot a vast majority of what I knew ir thought I new. I have been tasked to build a page or code that looks through a folder for any files created yesterday, then send …

Member Avatar for Lusiphur
0
109
Member Avatar for danarashad

Hello I am trying to use the cfgrid flash format to create an editable grid. But I have no clue as what to do next. Here's the code I have. It does allow me to type into the grid but I don't know the save part. In the action page, …

Member Avatar for acShekar
0
72
Member Avatar for teedoff

I developed a few pages to restrict access by way of a username and password login. I keep getting an error that says my session variable "login" is undefined. here is the code in question, though it might be more so on another page. [CODE] <cfif SESSION.login EQ "No"> <cflocation …

Member Avatar for arrgh
0
79
Member Avatar for teedoff

cold fusion and mysql error: I think?I posted this in a MySQL forum, but was told they thought it might be a Cold Fusion error instead. Sometimes when I view my webpage, which has a search form on it and then search for records in my database, and I let …

Member Avatar for teedoff
0
1K
Member Avatar for teedoff

I have a framed page with 2 frames...left and right. The left frame displays a dynamic list and of course when you click on one item in the list, the right frame displays the details of that item. I wanted to be able to use the right frame as an …

0
113

The End.