Re: Developer edition not recognizing 9.01

2011-08-09 Thread Doug Ford
I am running standard install. Just running it in developer mode. >are you running a standard install or multi-server ? > > > >> ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/

Developer edition not recognizing 9.01

2011-08-09 Thread Doug Ford
Hi Folks - I am looking for some help in trying to figure out what the heck is happening with my CF 9 and why it's not recognizing the 9.01 upgrade. I am running this on a Win 7 Pro box, with Apache 2.2 running, and ColdFusion 9 Developer currently installed and running fine. I downloaded

Application.cfc & cfinclude

2011-01-27 Thread Doug Ford
Hi Folks - I am feeling dumb and either I am missing something simple or it's way above me. In my application.cfc, I was going to have a cfinclude that would pull in my DB Name, user name, and password. But when I execute the index.cfm page, and dump my session variables, those pieces of inf

Re: Is it Possible: CFPDF or PDFs

2011-01-25 Thread Doug Ford
I'm reply to my own post. It looks like CFPDFFORM will be the answer. I will investigate this and see what I come up with. Doug ~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/

Is it Possible: CFPDF or PDFs

2011-01-25 Thread Doug Ford
Hi folks - I am scouring the web trying to find examples or a discussion on whether or not Coldfusion 9 can actually write to an existing PDF. I have a pre-made PDF form, and I just want to write data to different cells. I have Acrobat so I can define the text boxes, but now I am trying to figu

CFSPREADSHEET

2011-01-17 Thread Doug Ford
Hi folks - I am looking for some people who have used this tag or have created spreadsheets with a larger data set (more than 200 records). CFSpreadSheet works fine with under 100 records, but when you start going above 200, 500, or even 700 records, the systems grinds to almost a halt, and it

Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford
Hi Russ - I do have access to the CFAdmin, and right now the User Name and Password is blank. That's the first things I checked on. So I need to figure out if I am using the guest access or as the service user. If it's B or C, is there anything that can be done? Thanks. Doug >It really sh

Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford
Hi Jacob - I will have to give it a try later on. Thanks. >I haven't tried this, but I wonder if you could create a user that has >0 privileges. Maybe just give it read rights on tempdb, but nothing >else. And then put that into your data source. So it's a valid user, >but it can't access t

Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford
I am trying to add a level of security that if someone was able to access the server and upload a file to read the SQL tables, I wanted to make sure that without the proper password, a cfquery without a u/n & p/w, would fail in the attempt. It's just all for security. >Is there a reason why

Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford
Hi Jacob - The UN/PW in the data source is blank. I was thinking that if I assigned a bogus un/pw to the DSN, but send over the correct info through the cfquery tag, then perhaps, anybody doing a cfquery without the un/pw will fail. But that didn't work. >Did you change the UN/PW in your da

Re: MS SQL Default CF User

2010-11-12 Thread Doug Ford
Hi Dave - To be honest, I am not sure. My company is hosting the site at an ISP. I do have direct access to the machine, but I don't know how it was set up. But I think it might have been using Windows Authentication. Thanks, Doug >> I am trying to lock down my MS SQL server access when CF

MS SQL Default CF User

2010-11-12 Thread Doug Ford
Hi folks - I am trying to lock down my MS SQL server access when CF access it. I have set up a user & password, gave it the right permissions, put that U/N and p/w into my code and that works. The problem I have is that CF still allows default access to the DB. So whether I use the U/N or P/W

CF jQuery Grid

2010-10-14 Thread Doug Ford
Hi Folks - I am hoping that some of you might have used a Grid based plug in into your work and have some experience. I have been using Ingrid for a while but there is a problem with it. If you put the Ingrid table/grid within a DIV and use any type of positioning in that DIV, the divider bar

Re: Parsing/Processing a SOAP package

2010-09-27 Thread Doug Ford
>> Dave... you are feeling quite verbose for a Saturday. Can I assume your team >> is losing or it's cold and rainy?  :) > >I've been out of the office for two weeks, so I have a lot of email to >catch up with! ___ Hi Guys - I want

Parsing/Processing a SOAP package

2010-09-24 Thread Doug Ford
Hi Folks - Here's the situation: I use a cfinvoke to call a SOAP web service, and it's stored in a variable. I do the following to store the results into a variable: When I cfdump it, it gives me a nice structure diagram - But I am having problems accessing the nodes to the data. http://ww

Re: WSDL / XML / String help

2010-09-24 Thread Doug Ford
Hi folks - It looks like Leigh might be the winner in this contest... When I did this: I was able to do this: And actually see some XML code. Thank you all for trying to help. Dave as for the CFC of the SOAP service, I don't have direct access to it. Thank you again for giving me idea

Re: WSDL / XML / String help

2010-09-24 Thread Doug Ford
Hi Dave - I haven't put it into any CFC code yet. I usually work in a simple file to test the results, and make sure things work before adding additional overhead. The only code on the page is this (and then attempts to print out the results): > > method="GetUserProfile" > > returnvariab

Re: WSDL / XML / String help

2010-09-23 Thread Doug Ford
> Use xmlParse() to convert the string to an xml document. The results > will be under envelope.body > > > > > #baseXML.GetUserProfileResponse.GetUserProfileResult.user.firstname. > xmlText# > > > > Hi Leigh - Thanks for your suggestion, but that's what I thought also. Since the info

WSDL / XML / String help

2010-09-23 Thread Doug Ford
Hi folks - Hopefully somebody can point me in the right direction. ;-) I am trying to use this WSDL/web service: (the following has been edited for security) ;-) And when I do this: I get this: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3

Re: Dynamic SQL Column Names

2010-04-15 Thread Doug Ford
Hi Jason - Thanks for the idea, but I also thought about evaluate, and when CF tries to evaluate the field of Vin #, the server produces an error page. Invalid CFML construct Thanks >Also, to address the first example you gave, if this is blowing up on >"Vin #": > >#evaluate(columnName)# > >

Re: Dynamic SQL Column Names

2010-04-15 Thread Doug Ford
Hi Leigh - When I was saying "System", I meant the CF Server/ web page was producing an error screen. I don't think that having the [col name] will work since a field name might contain a # sign within it. And that would again cause the CF page to fail. Thanks. Doug > I am not really clea

Dynamic SQL Column Names

2010-04-14 Thread Doug Ford
Hi Folks - I am wracking my brain trying to figure out how to get the results I am looking for. Here's the background - I am dealing with dynamic environment allowing losers, I mean users, to enter in field names. This is a business product so anything is possible. When a user of the prod

CF - jQuery - Javascript

2010-04-06 Thread Doug Ford
Hi folks - I have a question that could probably fall into multiple categories on HOF, but I thought I would start with my default list! ;-) Anyway, here's my story: I have a web page split in half. Left half has different records being displayed. Right half has a form, which populates a set

CF - jQuery - Javascript

2010-04-06 Thread Doug Ford
Hi folks - I have a question that could probably fall into multiple categories on HOF, but I thought I would start with my default list! ;-) Anyway, here's my story: I have a web page split in half. Left half has different records being displayed. Right half has a form, which populates a set

Re: Referencing column names in queries with special characters

2010-03-22 Thread Doug Ford
Hi Brad - Thank you very much for the assistance. I was trying something similar to that, but just didn't have the right use of it! Thanks for your help! Doug >You will probably need to use array notation: >temp["B&M"][currentRow] > >or to show the dynamic-ness: > >cfset columnName = "B&M"

Referencing column names in queries with special characters

2010-03-22 Thread Doug Ford
Hi folks - I am looking for help trying to access a column name within a query that has special characters in it: /, &, \ Here's a simple example: cfquery datasource="test" name="temp" Select [B&M], test from test /cfquery cfoutput query="temp" #[B&M]# /cfoutput I took out the < > just

CFCHART - ScaleFrom & ScaleTo - CF7

2008-03-06 Thread Doug Ford
Hi Folks - I am wondering if anybody is having problems with CFCHART and the ScaleFrom and ScaleTo options. I am attempting to dynamically generate the upper and lower ranges to control the chart. My chart displays months along the X-axis, and money along the Y-axis. I am selecting a line c

RE: CF 4.5 & SOAP

2005-05-11 Thread Doug Ford
Here's a page from the manual that I have been sent. This is what the server wants. This is the sample they gave me. What I would be doing have a few more fields in it, but not a lot more. To post messages and p

RE: CF 4.5 & SOAP

2005-05-11 Thread Doug Ford
Keith thanks for the info. I will look into that. Ben - Thanks for the idea of suggesting, but unfortunately the company I am with doesn't want to invest the money into a new product at this time. Plus, I would have to make sure that a home-grown store/enrollment program works with the new

CF 4.5 & SOAP

2005-05-11 Thread Doug Ford
Hi Folks - I am relatively new to this forum... Long time stalker, first-time poster! I was wondering if anybody has any experience with CF 4.5 (yes, I know it's old) and SOAP. The company who I process online ACH payments with has recently switched to using a SOAP webservice and I need to fig

RE: JUST TEXT FROM HTML

2000-05-05 Thread Doug Ford
I found a nice tag in Allaire's Developer Gallery called RemoveHTML. It's dated 3/2000... It's relatively newer... Check it out!! Doug -Original Message- From: PC [SMTP:[EMAIL PROTECTED]] Sent: Friday, May 05, 2000 4:16 PM To: [EMAIL PROTECTED] Subject:JUST TEXT FROM HTML

RE: Forcing a query refresh

2000-05-03 Thread Doug Ford
FROM Banners Sharon At 12:47 PM 5/3/2000 -0700, Doug Ford wrote: >Katrina, > >The reason I say it's not running the query again is because of the same >information >that is being presented to me. > >I am using a query to g

RE: Forcing a query refresh

2000-05-03 Thread Doug Ford
Katrina, The reason I say it's not running the query again is because of the same information that is being presented to me. I am using a query to grab and pull a web banner for my Home page. What I do is grab the top most banner from the list of banners, store the info in a variable, put that

RE: Forcing a query refresh

2000-05-03 Thread Doug Ford
y refresh > >One way is to turn the "Trusted Cache" setting off within the CF Server >settings. > >- Original Message - >From: "Doug Ford" <[EMAIL PROTECTED]> >Sent: Wednesday, May 03, 2000 12:33 PM >Subject: Forcing a query

RE: Forcing a query refresh

2000-05-03 Thread Doug Ford
AM To: [EMAIL PROTECTED] Subject:Re: Forcing a query refresh One way is to turn the "Trusted Cache" setting off within the CF Server settings. - Original Message ----- From: "Doug Ford" <[EMAIL PROTECTED]> Sent: Wednesday, May 03, 2000 12:33 PM Subjec

Forcing a query refresh

2000-05-03 Thread Doug Ford
Hi Folks, What's the best way of forcing a query to always run instead of it being cached? I am pulling a record from a DB and displaying it, but when I do a refresh/reload it doesn't run the query again. What's the best way of doing that? Thanks, Doug -

CF Clustering

2000-05-01 Thread Doug Ford
Hi Folks, My company is interested in doing CF Clustering, but I am looking for some quick and dirty answers. 1) Is the "round-robin" process handled by CF or by a router? 2) How efficient is the clustering within CF? 3) Any other opinions, thoughts or suggestions are always appreciated. Th

RE: strip carriage returns

2000-04-28 Thread Doug Ford
Jason, I am not sure if someone has responded to you, but I worked on a problem like this a while ago. To the list please correct me if I am wrong on some ASC numbers. When you strip carriage returns, I think you are only removing the ASC(13) code.. but what you really need to do is to remove

RE: What happened to this list?

2000-04-22 Thread Doug Ford
I hate to continue this thread... but after reading this email the first half disturbed me. The person who backstabbed the other should be beaten. What kind of petty ass sh*t is going on around here if we screw over our community. As all of the other peace keepers have been saying, we need t

RE: domino and rs6000

2000-04-19 Thread Doug Ford
Jason, If you want CF to talk to Domino, you are going to need the NotesSQL driver found on the Lotus site. That will give you an ODBC driver. Hope this helps. Doug -Original Message- From: Jason Egan [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 19, 2000 7:24 AM To: Cf-Tal

Performance Question

2000-04-11 Thread Doug Ford
Hi Folks, I was wondering about something when it comes to performance: Which is faster, a custom tag (CF_mytag not CFX_mytag) or using a CFINCLUDE to include the code that is being called? Thanks, Doug -- Archives:

RE: CF Quiz

2000-04-05 Thread Doug Ford
Thanks John!! -Original Message- From: Top-Link Tech (John Ceci) [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, April 05, 2000 6:03 PM To: [EMAIL PROTECTED] Subject:RE: CF Quiz http://www.cfspot.com -Original Message- From: Doug Ford [mailto:[EMAIL PROTECTED]] Sent

CF Quiz

2000-04-05 Thread Doug Ford
Hi Folks, Not that long ago there was a URL being passed around that had a location of some CF quizzes to test your knowledge, and I was wondering if anybody had the URL still around. TIA, Doug -- Archives: http://www.

RE: Netscape 6 preview release 1

2000-03-30 Thread Doug Ford
What do you mean destroying every website?? -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 1:11 PM To: [EMAIL PROTECTED] Subject:Re: Netscape 6 preview release 1 it's stable but it is destroying every website I go to where

RE: Netscape 6 preview release 1

2000-03-30 Thread Doug Ford
How does the new Netscape look?? And can you tell a speed increase? Doug -Original Message- From: KungFusion [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 12:45 PM To: [EMAIL PROTECTED] Subject:Netscape 6 preview release 1 hey guys, someone on slashdot noticed

RE: being lazy, looking for easy way out

2000-03-30 Thread Doug Ford
-Original Message- From: John N Westerlund [SMTP:[EMAIL PROTECTED]] Sent: Thursday, March 30, 2000 8:38 AM To: [EMAIL PROTECTED] Subject:Re: being lazy, looking for easy way out Hey that would be a good tag. Send me one. -Original Message- From: Nick Call <[EMAI

ASP Commands...

2000-03-27 Thread Doug Ford
Greetings, I was wondering if anybody knew of a command in ASP that's similiar to CFHTTP. I am currently using one on my home page.. and I think it may be hanging up my CF App server service... and I want to see if an ASP command might help. If anybody knows of anything that might help, please