DWMX 2004 - Whats new for us?

2003-08-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
At this point I am really getting ticked with MACR. I paided for Studio MX when it came out, I even paid for the DevNet Essentials at their cut rate price of $199. But now after going through what they posted as new features to DWMX 2004, I think MACR is just out to screw the independent

Re: AW: Email Blasts - detecting bouncebacks

2007-08-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
You can just set the reply-too email to a pop mailbox that CF checks for bounce messages. Put a unique key into each message so you can track it. =) Chris Peterson Gainey IT Adobe Certified Advanced Coldfusion Developer i'm creating a bounce-manager too... If anyone wants a copy of the

Re: Railo and CF8 speed contest

2007-08-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I just posted this back on David's Blog, but I'll post here as well, for ayone interested == Hi David, Thanks for the information. Here's what we found in testing here at Adobe. OVERVIEW: In all load tests here, we see ColdFusion 8 outperform Railo everytime. Testing Scenarios:

Re: Trouble Downloading CF8 Dev Ed

2007-08-07 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Awesome! That did the trick! Strange. Try to create a new Adobe login to download. http://demirkapi.net/avblog/permalinks/2007/07/30/ColdFusion%2D8%2DDownload%2DProblem/ [EMAIL PROTECTED] wrote: ~| Enterprise web

Re: New 2 CFFEED - simple example - throwing error

2007-08-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
of these? THanks D CFDUMP is your friend. If you dump myProps, you will see myprops.title is a struct. You want myprops.title.value. On 8/14/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: -- === Raymond Camden, Camden Media Email

Re: Scrape pages from RSS Feed

2007-08-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Ok Found it. It was one of Ray Camden's creations. Does this guy ever sleep? 8-) Now that I've got this XML feed written to a file on my filesystem, I want to go through this XML file and parse out some of the details and maybe insert some of the data into a db table. What are some of the cf

CFExchangeMail action=getattachments - MSX error code 501

2007-08-21 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Am having problems getting attachments from Exchange inbox emails. I can get the list of items in teh inbox with no problems, but when I then loop over that query to do an ACTION=GetAttachments CF throws an error: ERROR PERFORMING THE ACTION. EXCHANGE ERROR CODE : 501 I've googled the error

Re: lt;CFExchangeMail action=quot;getattachmentsquot;gt; - MSX error code 501

2007-08-21 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
For grins and giggles I changed the HTTPS to be HTTP. I still get the list of email messages back, but now the error when I try to get the first message's attachments has changed to: Requested Exchange resource was not found on the server The LiveDocs for this tag have errors and

Re: amp;lt;CFExchangeMail action=amp;quot;getattachmentsamp;quot;amp;gt; - MSX error code 501

2007-08-22 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Actually, we are using Exchange 2000. Working on upgrading to Exchange 2005 at some point soon. thanks Reed I checked with Ram, and we suspect that you are using Exchange 2007. getAttachments with 'attachmentPath' attribute would not work on Exchange 2007. Hemant

CFGrid on CF 7

2007-08-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I am using ColdFusion 7 version 7,0,2,142559. I am trying to work with CFGrid. My first issue is that I wanted to use the HREF= feature, but it doesn't seem to work at all. I started looking around at sites like ASFusion.com and there I learned about some nifty tricks that I am supposed to

Re: CF way to Prevent back button

2007-08-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
has expired. J.J. On 8/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums

Re: CF way to Prevent back button

2007-08-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
so that when they hit the back button they get an error from the browser saying that page has expired. J.J. On 8/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ~| Enterprise web applications, build robust, secure scalable

Re: Strange Redirect Behavior - running out of things to try

2007-08-29 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Great advice Dave. Like you idea. I just trying to do one other thing if anyone can check my syntax. I'm trying to open a window once the user clicks, plus redirect the page that the user clicks on to open the window. (parent). I've got .. a href=JavaScript:;

CFGrid Ajax Results

2007-09-04 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hello, I am wondering if someone could clear something up for me. I am working on a datagrid using CFGRID in HTML format. I would like to be able to manipulate the data a little bit before throwing it into the grid. Two examples are that I want CITY AND STATE to be in one column, and I want

Re: CF8 HTML CFGRID with checkbox possible with binding? +Error Message

2007-09-06 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I am working on the same thing right now. I have success getting the checkbox to show up. That much is no problem. The way I am doing it is by using QueryNew/QuerySetCell to create a query that I send back to the CFGRID via binding to a CFC. Here is how I am creating my checkbox: CFSET

Re: Spry: Two Forms on one page, validation tiggers on both

2007-09-13 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Sorry, I didn't review my enough, I was missing a top form tag, don't know how that happened. ~| Get involved in the latest ColdFusion discussions, product development sharing, and articles on the Adobe Labs wiki.

Re: Scope Question

2007-09-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Maybe.. cfset x = listfirst(cgi.query_string, ,) cfset y = listlast(cgi.query_string, ,) Hope this helps, William Wow! Thanks everyone for the great responses. I ended up using ... RIGHT:cfoutput#ListFirst(CGI.QUERY_STRING)#/cfoutputbr / DOWN:cfoutput#ListLast(CGI.QUERY_STRING)#/cfoutputbr

Infinite Structure Looping

2007-09-25 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hello, I'm trying to set up a structure based on unique values in a flat SQL database with unique id's. And then output values in the structure in a hierarchy kind of like: 1 | 2 3 9 | 4 5 6 | 7 8 I believe can loop through and exhaust all the values

Re: Trying to understand the CF8 - .Net integration

2007-10-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Dave, I loved your reply. Made me crack up and almost fall off my chair. The comment about the crack pipe and being in a Dilbert comic strip was hilarious. Thanks everyone for your input and feedback. All, I'm just starting to learn .Net. I'm trying to grasp the concept of what .Net

Neo-query.xml in ColdFusion 8?

2007-10-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi. We just installed CF8 on a brand new Win2003 server. This server will be replacing another Win2003 server which was running CF7. I just copied the neo-query.xml file from the old server to the new server and restarted the CF services, but the CF admininstrator on the new server still

Re: Any experienced FarCry users out there?

2007-10-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Scott, We have been working with FC since its first release and have many dozens of site's from small sites to portal's running it. We also do heavy customizations with it. Feel free to contact me mjs AT foureyes DOT com

Re: Neo-query.xml in ColdFusion 8?

2007-10-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Notes. In What's new and different section . You can consider making a CAR file for all your Datasources and other Admin settings too for migrating. Thanks Regards, Jayesh Viradiya Adobe CF Team I think CF8 now uses neo-datasource.xml and neo-drivers.xml Andy On 02/10/2007, [EMAIL PROTECTED

Re: Design/Web Development Agencies that has a strong CF core

2007-10-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Four Eyes Productions http://www.foureyes.com 1.888.LAUNCH.9 All, Does anyone know of or had expereince workign with a reputatble Web Design/Development agencies where CF is a strong core of their development focus? This is for a publically trade company not a small Mom and Pop

MS SQL Triggers and Coldfusion 8

2007-10-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi all. We're in the process of switching over from CF7 to CF8. We have a query that updates a row in a MS SQL database, which then causes a trigger to return a date value to Coldfusion. It worked in 7 but it doesn't seem to be working in 8. Coldfusion 8 is telling me that the query is

Re: MS SQL Triggers and Coldfusion 8

2007-10-04 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Wednesday, October 3, 2007 3:48:18 PM Subject: MS SQL Triggers and Coldfusion 8 Hi all. We're in the process of switching over from CF7 to CF8. We have a query that updates

Re: Voting System: Not allowing multiple votes

2007-10-04 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
What I ended up doing is using cookies and storing the email in a table. We decided to use email verification and allow multiple votes but only one vote each day. So we can control the amount of votes by a single user each day and fake, made up emails still have to verified via email. If an email

AXIS problems, where do I put the config file?

2007-10-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Am having major problems with calling Google adWords webservices, and need to log the AXIS traffic. I need to know where to find the working directory of your Axis client for CF8 so that I can drop in the config file that Google gives me to turn on logging. HELP! Thanks, Reed

Re: I'm completely Stumped - All I want to do is ...

2007-10-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I'm trying to capture and pass the elex,y variables that are being passed in the span tag that looks like ... I never knew you could the id of a span tag as a variables. Hmm. (without the greater and less than) span id=span_elex nbsp; /span, span id=span_eley nbsp; /span Are you just wanting to

Re: I'm completely Stumped - All I want to do is ...

2007-10-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks Dave, What I'm using is an absolute div with a thick black border that sits on top of an uploaded image. I trying to capture the x and y coordinates (elex,y) after the user positions this draggable div, I'm using that coordinate information to crop the image that appears beneath this

Re: CF Coding Standards

2007-10-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I agree with William except on point ... William, I'm sure you're idea is in the spirit of improvement and sharing, but putting Jr. developers on the hot seat and allow senior developers to show off a little is one of the reasons I don't like working in large development teams with this kind of

SQL Concat Issue

2007-10-12 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I am probably being dense or showing my ignorance here, but I have a legacy database that I need to run a query on like the following. Can anyone tell me how I can achieve the following. Right now I am getting an error that PubYear is not a valid column. Thank you! SELECT

Re: CPU spiking, possible bad loop or conditional statement

2007-10-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
It was a poorly written sql statement. Shame on me. All, Can anyone recommend a server monitoring tools for a CF MX install that all of a sudden is creating the CPU to spike and the CF server is maxing out? Thanks for any direction. D

SOT: Automatically sync an access db to SQL 2005

2007-10-16 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi all, I hope this is not too off topic. Does any one know of a methodology to automatically move Access data to SQL Server 2005? Here is the scenario. The Client is syncing their AS400 to Access. They want to upload the Access db to the server and then run a routine to basically purge

Re: CF WEB HOSTING: Best solution ? For 50,000-100,00 outgoing emails a month?

2007-10-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Huh, so this software will act as an SMTP server but it actually just send the email directly to the recipients incoming mail server. So does this skip over and restrictions that an ISP or cable comapny like Comcast might have setup to block port 25 or other measures? Thanks Guys. Ims-lite is

Re: 2007 Web Design Survey

2007-10-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I have only one but very strong response/opinion based on this survey. It just proves that this line of work has increased in the amount of knowledge required to do the job but the pay has been significantly descreased as the overall cost of living has increased dramtically. It no longer

Re: 2007 Web Design Survey

2007-10-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
years now and it is working out great. I always get a great return. I love my accountant. Bruce [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: ~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins

Re: 2007 Web Design Survey

2007-10-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Dave, Crow, So true, so true. I hope to have my business. I own microfuelcell.com which is an emerging technology for powering portable devices which is predicted to replace the latest battery technologies. There's just the age old issue of time and money to get the thing off the ground.

Re: Can this be done

2007-10-31 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does a user have to have interaction on the homepage? If the classes are defined by time, you could do something simple like have the homepage check the date and time and show the classes that fall within the current date and time range. That would be simple. I am developing an application for

Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi everyone, I've been out of the CF game for a very long time and now I have a little project to do and wondering if CF8 has the answer for me. I'll keep search the docs, but in case you have a quick answer I appreciate it. What I need to do is take information posted from a web form and merge

Re: PDF Support with CF8 - Can this be done?

2007-11-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Yes, CF8 can do what you need to do very easily. Damon What I need to do is take information posted from a web form and merge it into an existing PDF with place holders and then save the file and email it as an attachement. Can CF 8 do the PDF portion natively?

Re: CF Dev Edition store local file on Network drive - help

2007-11-12 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Neither. This is the built in Web server that comes with the CF developer's edition. We have a dev server, but we won't have access to the Web server's config. Any ideas on what we can do? I really want to start using this shared drive and offload the files from the site off my laptop.

Re: What I need to Develop a standalone application on my LAPTOP usiong COLDFUSION?

2007-11-14 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Also, check out the ACME Guide (http://www.acidlabs.org/approach/goodies/#acme). It provides detailed instructions on how to prepare a PC or Mac workstation for development using ColdFusion and several Open Source tools including the Apache HTTP Server, MySQL and Eclipse. - MJS Hi All,

Re: Strange XML error with CFXML - XML declaration may only begin entities ?

2007-11-14 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks Dave, When I remove the declaration, I get ... [EMAIL PROTECTED] XML declaration may only begin entities. ... ?xml version=1.0? Remove that declaration. Dave Watts, CTO, Fig Leaf Software ~| ColdFusion 8 - Build

Re: Strange XML error with CFXML - XML declaration may only begin entities ?

2007-11-14 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks Dave, When I remove the declaration, I get ... [EMAIL PROTECTED] XML declaration may only begin entities. ... ?xml version=1.0? Remove that declaration. Dave Watts, CTO, Fig Leaf Software ~| Get the answers you

Re: Strange XML error with CFXML - XML declaration may only begin entities ?

2007-11-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Dominic, Dave, Thanks Dominic, your tip got rid of an error. Dave, to answer your previous question, the code ran without a web page based error. The value within output variable from CFXML tag contained the value of [EMAIL PROTECTED] instead of the XML i was looking for. If I refresh the

Re: Strange XML error with CFXML - XML declaration may only begin entities ?

2007-11-15 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Ok. I solved it. Well thanks to Dave Watts. Once Dave shared what this actually was, I had something to go on. Thanks Dave. I just needed to review the CF xml tags and functions page. Which can be found at ... http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=XML_07.html

looping through each row

2007-11-24 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
hi, i've got a csv file with a comma delimiter. i use cfhttp to retrieve it and upload the data into a database. before uploading i want to check each row to make sure it has the right number of commas. i know about ListLen to tell me how big the list is but how do i loop through each

Re: looping through each row

2007-11-24 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
thanks for the suggestion. hmm...i did not know about ListLen treating consecutive delimiters as one. what can be used instead to determine how many commas , are in each row? sebastian cf treats consecutive delimiters as one, and here is a caveat with your proposed ListLen use: if your

Re: looping through each row

2007-11-24 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
i found this solution on the web cfset list = 1,2,3,,59,10 cfset counter = 0 cfoutput cfloop index=thisElement list=#replace( list, ',', ', ', 'All' )# delimiters=, cfset counter = counter + 1 Element #counter#: #trim( thisElement )#br /cfloop brbr #counter# /cfoutput

MS SQL problem

2007-12-04 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
i have the following sql: SELECT MAX(QuizDate) as QuizDate, QuizID, QuizPercent = (SELECT QuizPercent FROM test_module as t1 WHERE t1.Customer_ID = 21 AND t1.QuizID = test_module.QuizID AND t1.QuizDate =

Re: Cffile Write Problem

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
When you say that you open up the rights what are you referring to? What you need to do is to make sure that the ColdFusion service is running under a defined login account, which has been granted rights to the location you are writing to, and not under the default local account. The local

Re: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I have to upload my XML files to a Magazine fulfillment company and they are requiring that both tags are present even if there's an empty element. Is there a way to force both tags to appear even when there's an emtpy element? Thanks D When I output a query's results to an XML file, my code

Re: CFXML - strange, dropping the beggining tag upon processing

2007-12-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Is there a way to force the openning and closing tags even if the element is empty? Thanks D When I output a query's results to an XML file, my code which You don't need to add anything. That syntax denotes an empty element. It's identical to address2/address2 as far as an XML parser is

Keeping Anon access off turning on Scheduled Tasks

2007-12-31 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hi Folks - I am looking for someone who may have done something like this before and remembers what needs to be done! ;-) I have an intranet web site already built and running fine. It currently has Anonymous access turned off. This allows the web site to pull the user's cgi.auth_user info

Re: Keeping Anon access off amp; turning on Scheduled Tasks

2007-12-31 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Hello again - Thanks for the good ideas. I need to keep Anonymous Access off on the primary web site, but having a secondary site that does allow it, is a good idea. Thank you very much! Doug Right... Excellent I forgot you could set permissions at a very granular level like that.

Re: Owned by Rootdamages by FasT

2008-01-23 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Is there a way to address all URL scopes or do I have to be specific and list all URL scopes used on the site? I'm thinking ... CFIF ISDEFINED (URL.pr_id) CFIF URL.pr_id contains select /CFIF /CFIF Or at the very least write some generic code in Application.cfm/Application.cfc that

Re: Owned by Rootdamages by FasT

2008-01-23 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
SQL Server 2000 What kind of DB were you using? I still haven't seen a good example of a sql query injection in CF since CF auto escapes single quotes. Russ ~| Adobe® ColdFusion® 8 software 8 is the most important and

Re: Owned by Rootdamages by FasT

2008-01-23 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
and trimmed --- cfloop collection=#url# item=variables.itm CFIF variables.itm contains select Please don't do that... tisk tisk! cfabort /cfif /cfloop On 1/23/08, [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] wrote

Re: Cybersource Gateway Solution Found For ColdFusion

2008-01-23 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
If anybody is interested I did find information on how to use ColdFusion to access the CyberSource Credit Card Gateway. I'll be happy to send you my sample code if you need it. Works like a charm. Philip, If you are willing to share your code, please email me at [EMAIL PROTECTED] That

Re: CF App throwing Access access error

2008-01-25 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks. I don't think that's it. It's worked for weeks and today I rebooted the machine CF is on and still I ge the error. It is probably locked by the Datasource connection from CF Admin ~| Adobe® ColdFusion® 8 software 8 is

Re: Submitting a form inside of cfdiv

2008-02-01 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anyone know if there is an issue where you place a cfdiv in a cfform with with another cfform in the cfdiv that would not allow the form to submit in the cfdiv. For Example: cfform name cfinput type=text yada cfinput type=text yada cfinput type=text cfdiv cfform add

CFEXCHANGEMAIL overwriting message on ACTION=MOVE

2008-02-11 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Here's an odd one: I have a small app that runs every 15 minutes and unloads messages from MSX inboxes, detaches and saves their attachments, and then when done with each message moves it to a subfolder under the INBOX called PROCESSED. These messages arrive every day, always from the same

Re: Add form fields dynamically

2008-03-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Wow! Happy Birthday to me! 8-) Thank you very very much Charlie! On Tue, Mar 4, 2008 at 2:11 PM, Charlie Griefer [EMAIL PROTECTED] wrote: On Tue, Mar 4, 2008 at 1:31 PM, [EMAIL PROTECTED] wrote: i'm sure this can be cleaned up quite a bit... but this should do it

subquery help

2008-03-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
hi, i have the following query that retrieves the latest quiz date and quiz percent SELECT MAX(QuizDate) as QuizDate, QuizID, QuizPercent = (SELECT QuizPercent FROM Test_Board_Acupuncture as t1 WHERE t1.Customer_ID = #COOKIE.TCMTests# AND

Re: subquery help

2008-03-05 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
When you store the date, are you also storing the time? I would think if you put the time in there that you could not have the problem because even if doing the test back to back there would be a seconds difference. On Wed, Mar 5, 2008 at 10:21 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL

Re: subquery help

2008-03-06 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
thank you sonny ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive:

How to unGZip very large archives via CF?

2008-03-27 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I'm running into Java out of memory problems when I try to use the java unzipping support (gzipExpandToString) for some files that I download via a webservice. CFHTTP saves the file to disk for me, but then when I unzip them, the large ones cause memroy problems. I've configured the max heap

Re: CF Store Locator - almost there - order results

2008-05-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I have two tables. The first table is the zip code table. Once I find the zipcodes that fall within the milage radius input, I take the list of zipcodes and seatch against my store table. I'm trying to figure out how to get the results from my store database to be in the same order by the

Re: CF Store Locator - almost there - order results

2008-05-20 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anyone have any ideas on this? Thanks. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive:

Re: CF Store Locator - almost there - order results

2008-05-20 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thank you. This is helpful. but I'm still stumped and it's the last thing I have to fix for this Store locator with a Google Maps mashup. But If I'm feeding results from a zipcode query as a subquery into a store query, how do I get the results from the store query to sort the store results

Accessibility testing

2008-06-17 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anyone have any experience using developer-based accessibility solutions such as HiSoft's AccSoft, specifically with ColdFusion sites? If not, how do you test? Do you test? Thanks~ ~| Adobe® ColdFusion® 8 software 8 is

Re: Accessibility testing

2008-06-18 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I guess the answer is most CF developers do not test! But then, accessibility compliance is just not as sexy a subject as the latest AIR thingie. I've been using the extensions for FF as well, but you have to be diligent and test each page as you create or edit it. From my initial research,

Re: CFLOOP - why are there duplicates?

2008-06-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Not a dumb question ... could have been the issue. But it not in this instance. dumb question but... gotta ask. are you inserting the 100 records into the table that originally had 100 records (thus resulting in 200)? how do you know that the getmailids query had 100 records? can you verify?

Re: CFLOOP - why are there duplicates?

2008-06-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
CFQUERY name=getmailids datasource=stonyfieldcustom SELECT DISTINCT mailprofiles.mailprofileID FROM dbo.mailprofiles INNER JOIN subscriptions ON mailprofiles.mailprofileID = subscriptions.mailprofileID WHERE (dateunsubscribed IS NULL OR datesubscribed dateunsubscribed) AND newslettertypeID IN

Re: CFLOOP - why are there duplicates?

2008-06-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
That's why I'm showing the following after the first query and it confirms that it's the 100k cfoutput#getmailids.recordcount#/cfoutput Strange isn't it? Have you confirmed that the record set labeled 'getMailIds' does not contain more records then you expect.

Re: CFLOOP - why are there duplicates?

2008-06-19 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Thanks. I thought I was going crazy. [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: That's why I'm showing the following after the first query and it confirms that it's the 100k cfoutput#getmailids.recordcount#/cfoutput Strange isn't it? There isn't anything in the code you have shown so far

Re: CF vs .Net or PHP - need arguement help

2008-07-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
They're rebranding and reorganizing from scratch. It's driven by the Marketing folks and they want my feedback on what we should use, but the angencies talk about that there's more, less expensive developers out there with these other technologies. They're just trying to sell what their staff

Re: CF vs .Net or PHP - need arguement help

2008-07-02 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I can understand your comments, but that's not the case at all. They are looking for an agencies that can work the marketing and branding perspective. The development would be a very small peice of the puzzle which is an point I plan on making clear. We don't own our CF servers. We utilize a

Re: Galleon Forum - Ray Camden's Forum project

2008-07-08 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I found that and made changes to that setting and the error still persists. DSN setting, and all settings, in settings.ini.cfm file. Read the docs, Ray spells it all out in detail. --- Ben I'm getting Data source Galleon not found. Has anyone worked with Ray Camden's Forum software. I

Re: Barclays ePDQ MPI Integration

2008-07-28 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Just Bumping and hopefully someone will have dealt with this... Heya Folks, Has anyone out there had any success in connecting via XML to BarclayCards ePDQ MPI? Having some troubles and would like some help . .. example code would be tremendous... Thank you in advance Paul

IIS URLRemap ColdFusion 8 Conflict

2008-07-30 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
I've been using the IIS Tool Kit URLRemap function with Coldfusion 7 and no problems, but when I installed Coldfusion 8 there seems to be a conflict in resolving URLs so that I can get ColdFusion to work but not the IIS URLRemap or I can get the IIS URLRemap to work then Coldfusion no longer

CF8 problem detaching Exchange attachments: Requested Resource was not found

2008-08-07 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
This has been bugging me for some time, and I'm back on the hunt of the problem. I have a pretty simple script that runs every hour and looks for messages in certain Exchange 2003 email inboxes whose subjects and attachment names meet certain criteria, and then detaches those files for

cfhttp and Google Search Appliance

2008-08-12 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Does anybody know how to use CFHTTP to talk to the Google Search Appliance? I can't find anything on the Web that mentions this. I am not talking about CSE. Thanks, Jo-Anne ~| Adobe® ColdFusion® 8 software 8 is the most

ODBC Connection to Microsoft SQL DB Stored Proc

2008-08-26 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
My Microsoft SQL database contains multiple stored procedures with access to these stored procedures secured by SQL Authenticated Login Accounts (i.e. Manager, User, Auditor). I am setting two session variables, session.UserName and session.Password, to the SQL Authenticated Login account for

Re: Integrating SQL Reporting Services with ColdFusion

2008-09-03 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Before I start trying to crack this nut I'll check-in to see if anyone else has made progress since the last posting. From what I see on the MSDN site, there may be problems in doing this from a non-ASPdotNET site while retaining all of the SSRS functionality, because the reporting controls

CFCHART Developer Edition Watermark

2008-10-28 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
[This might sound similar to the September posting for CFDOCUMENT, but it's not] I have servers that were originally installed with the trial edition of CF8 and then changed to standard edition by entering our valid license numbers within the 30 day period. That all worked fine, and the edition

Re: CFCHART Developer Edition Watermark

2008-10-28 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Nope - just a single instance! -reed ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: CFCHART Developer Edition Watermark

2008-10-29 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Here's more info: On that PC that I did the fresh install of CF8, I was able to run my script with standard CFCHARTs in it just fine. As soon as I ran the FIRST script that did calls to the java objects to create undocumented Webcharts charts, the watermark began showing up not only on those

Re: CF to .Net - recommended training?

2008-11-10 Thread [EMAIL PROTECTED] [EMAIL PROTECTED]
Ok. So it sounds like learning C# is a good place to get started. Thanks all. Would anyone recommend a good path or order for tackling it all? Is learning C# the best idea? Should I get more familiar with Visual Dev product first? Thanks I've played with both. VB is far more bloated than