help... spitting out date choices...

2003-08-20 Thread Kim M. Inganamort
I am trying to spit out dates for a newsletter so visitors can choose a date and proceed to that newsletter... all i think i need is the date chosen and thrown to the next page so i can use the date chosen as a variable off that. The code I have now to spit it is as follows:

Re: help... spitting out date choices...

2003-08-20 Thread Brook Davies
I get this error at the very end of an otherwise successful upgrade to 6.1. I have tried multiple times and it can not complete the installation. Any ideas? web server connector update failed Brook Davies At 01:50 AM 8/20/2003 -0400, you wrote: I am trying to spit out dates for a newsletter

Upgrading to 6.1 fails : web server connector update failed

2003-08-20 Thread Brook Davies
I get this error at the very end of an otherwise successful upgrade to 6.1. I have tried multiple times and it can not complete the installation. Any ideas? web server connector update failed Brook Davies ~| Archives:

RE: Removing extra space between images

2003-08-20 Thread Hugo Ahlenius
Filtering out ALL spaces would also mean that you lose the spaces *inside* the tags. Better to do what I suggested before: use only CRLF and TABS for indenting/spacing and REREplace those. Or use a more complicated regexp to only filter for spaces outside the tags.

Re: oracle datasource as OLEDB

2003-08-20 Thread Alexandr Timchur
Hi, Sheila. The best connectivity between CF and Oracle /based on my own expirience/ - ODBC with Microsoft ODBC driver for Oracle. We have had many troubles with native drivers under load within 2 years, but those troubles disappeared as soon as we switched to ODBC. Alex. SH This is my first

RE: help... spitting out date choices...

2003-08-20 Thread Michael Traher
Hi Kim, Couple of suggestions. Do these queries work OK when run directly against the database (cut out all the other layers)? Is 'start' a reserved word in one of the layers between your CF code and the database? Is the first query returning a value? If in doubt CFDUMP var=#getuseraccount#

RE: CFMAIL or me?

2003-08-20 Thread Peter Tilbrook
If you upgrade to MX 6.1 you can assign a username and password in the CFMAIL tag to perform authentication. I'm in the process of building a Web-based email application specifically for MX 6.1 and the new CFMAIL improvements are working beyond expectations. Peter Tilbrook ColdFusion

Re: Decode - URLEncoded string

2003-08-20 Thread Ryan Mitchell
A quick-fix solution... Do a rereplace for 00 and remove them all, then do URLDecode?? On 20/8/03 2:23, Jeff Chastain [EMAIL PROTECTED] wrote: I have got a string that was encoded by another application using a 'quad-character format'. I have not seen this format before and I am getting

Re: question / scheduled tasks CF 5 specific

2003-08-20 Thread Johan Steenkamp
Rafael General comment on my experience with cfschedule - I had very little success with cfschedule in CF 4.5/5 - mostly the events just never ran let alone ran consistently. Running the scheduled event (template) directly from the CF Admin or directly accessing the scheduled event/templates

hard returns and text areas

2003-08-20 Thread Wurst, Keith D.
hi. does anyone know of a way to identify that a user has entered a hard return into a text-area and then pull those hard returns out (or replace them with just a single space). any help is greatly appreciated. thanks very much.

Cache trouble or something

2003-08-20 Thread douglas . kronenberger
I don't know what happened but the other day it did. Now when I change the code on a page, the old version displays when I test that URL. I can even rename or delete the page and it still displays when I test that url. What in the Wide Wide world of Sports is going on here? I thought it was

No more data available to read

2003-08-20 Thread Alan Ford
Since upgrading to 6.1 we've started getting these errors from the SQLserver JDBC driver. We've had the errors on selects and on updates, on different tables, the apparent common factor being that 'text' columns are used in those tables. They don't happen that often, but are happening in critical

RE: null null errors

2003-08-20 Thread Stephenie Hamilton
Can you be more specific? Are you seeing this in a page or in a log file? ~~ Stephenie Hamilton Macromedia Certified ColdFusion Professional CFXHosting Do you want complete ColdFusion Administrator access? - CFX-Advanced VPS - http://www.cfxhosting.com/Plans/s_cfxadvancedVPS.cfm

RE: DateDiff question

2003-08-20 Thread Lofback, Chris
Here's an excerpt direct from ColdFusion Studio's help pages ;) Thanks. Well, that's what I get for relying on the popup help and the O'Reilly function reference... When datepart is Weekday (w), DateDiff returns the number of weeks between the two dates. If date1 falls on a Monday,

OT: Oracle Licensing

2003-08-20 Thread Haggerty, Mike
I just completed a call with the Oracle rep (who is a salesman) for my organization and received some feedback about our licensing that has me more than a little confused. I am wondering if anyone can offer some insight or advice to help me understand the situation. Back in 1999, our organization

Re: Decode - URLEncoded string

2003-08-20 Thread Oliver Tupman
Jeff Chastain wrote: I have got a string that was encoded by another application using a 'quad-character format'. I have not seen this format before and I am getting errors when trying to decode it. Anybody run into this before and have any suggestions? I have tried the different

RE: CFMAIL Issue with 4.5

2003-08-20 Thread Tom Jordahl
SP1? SP2 is the latest patch level for CF 4.5.1. And CFMX 6.1 is the best release of CF ever for using CFMAIL. :-) -- Tom Jordahl Macromedia -Original Message- From: Rempel, Regina [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 3:00 PM To: CF-Talk Subject: RE: CFMAIL Issue

Re: JavaScript close window parent

2003-08-20 Thread Thomas Chiverton
On Tuesday 19 Aug 2003 15:49 pm, Ihrig Paul E Cont 88 ABW/EM wrote: nope.. different domains. As I think you've guessed, that means you're banging into the JavaScript security that stops www.evil.com reading your www.mail.com that you have open in another window. You'll have to rejig things.

Re: Uniquely identifying a function

2003-08-20 Thread Oliver Tupman
Hi all, Just thought I'd throw in a couple of thoughts into the discussion - Firstly you don't need to do 'myFuncRef.toString()' to get the java class name, just get myFuncRef, for example: cfset key = hash(myFuncRef)/ Don't know if anyone's done it already, but an interesting benefit of

RE: oracle datasource as OLEDB

2003-08-20 Thread Douglas.Knudsen
which version of CF5 are you using? The enterprise version comes with a native Oracle driver. Otherwise, the Oracel ODBC driver or the M$ ODBC driver for Oracle work fine. The M$ one actually tends to work better. TO use the ODBC drivers, you have to first setup the DSN on the server, then

RE: Mach II. Is it faster than Fusebox 3?

2003-08-20 Thread Haggerty, Mike
-Original Message- From: Sean A Corfield [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 5:15 PM To: CF-Talk Subject: Re: Mach II. Is it faster than Fusebox 3? It would perhaps be instructive to find a reasonably sized FB3 app and then port it to FB4 and also convert

RE: CFMAIL Issue with 4.5

2003-08-20 Thread Tom Jordahl
Mail is queued for later delivery in ColdFusion. CF 4.5 will move the mail out every minute or so, but wont send more than 100 message at a time. If you have a lot of mail queued, it may take a while to deliver it. CFMX 6.1 (what you want to use) will move mail out *much* faster, and all

RE: null null errors

2003-08-20 Thread Tyler Clendenin
I generraly get null null errors when there is a problem with my syntax. Missing 's after cfif's do it a lot. It is basically the cf parser taking a plotz but it normally means you have a severe issue. I hear that the cfmx updater 3 helps reduce the number of these errors you get. Tyler

question / scheduled tasks CF 5 specific

2003-08-20 Thread Rafael Bleiweiss
Having difficulty finding examples or better documentation on the CF 5 Scheduler... I'm about to attempt to try for the first time to run a scheduled task once an hour on my server - Win2K, IIS, and CF 5. I want to schedule a task that automatically retrieves the latest Symantic virus

RE: Upgrading to 6.1 fails : web server connector update failed

2003-08-20 Thread Peter Tilbrook
You probably neglected to stop your web server before running the install. Do a full un-install of ColdFusion. Reboot. STOP your web server (eg: IIS) - usually done under Administrator Tools/Services. Re-install MX 6.1. Peter Tilbrook ColdFusion Applications Developer ColdGen Internet Solutions

RE: CFMAIL or me?

2003-08-20 Thread Stephenie Hamilton
What are you using for your mail server? What os are you on? Ensure you have the setting in CF Admin to log all email errors, then check the log to see why it is. It probably is not allowed to relay to that outside domain through the smtp server you are using for cfmail, but without more details I

Re: help... spitting out date choices...

2003-08-20 Thread Doug White
Usually that means that at the end of the install, it did not re-start web services. You might try rebooting then attempt to connect to CF Administrator (The first time you connect, it will run the connector app. If that fails, then re-run the install, but when it gets to the end, before exiting,

Re: Decode - URLEncoded string

2003-08-20 Thread Bryan Stevenson
h...looks like you could just replace all instances of 002 and 004 with 2 and 4. and then you'll have a normal URLEncoded string...not elegant...but it should fly Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL

RE: help... spitting out date choices...

2003-08-20 Thread Pascal Peters
Your WHERE clause in the 2nd query doesn't look correct. What DB are you using? You usually need quotes around dates. Try using cfqueryparam cfsqltype=CF_SQL_DATE value=#CreateODBCDate(yourdate)# for the dates. You should be using cfqueryparam anyway. Pascal -Oorspronkelijk

MX 6.1 Installation : Standalone

2003-08-20 Thread Robertson-Ravo, Neil (RX)
All, I can't remember as the terminology has changed in 6.1...what do you choose for a CFMX standalone install for CFMX 6.1 to run side-by-side with ColdFusion 5.0? Ta N ~| Archives:

RE: null null errors

2003-08-20 Thread Mark W. Breneman
Null null ... joy. I too have tried to fight the null null problem. We found that updater 3 reduces the problems, but does not eliminate it. We still get about 5-12 users a month that get the null null error. There has been postings on this list the null null problem is related to client

oracle datasource as OLEDB

2003-08-20 Thread Sheila Handler
Thanks for your replies, guys. One more question, does this drive work with Oracle 9? The Microsoft ODBC driver for Oracle seems to be the best companion for CF, so you might want to try that. - Original Message - From: Sheila Handler [EMAIL PROTECTED] Is it possible to define an

Integrating CFM pages with JSP and Servlets

2003-08-20 Thread John McCosker
Hi, having problems here trying to get a test servlet to work, I'm following Ben Forta's example in MX Application Development (third edition), using MX 6 not 6.1, on one box it runs fine, its using MX's standalone JRUN server, the one that is giving the problem is running IIS. cfset

RE: Upgrading to 6.1 fails : web server connector update failed

2003-08-20 Thread Dave Watts
I get this error at the very end of an otherwise successful upgrade to 6.1. I have tried multiple times and it can not complete the installation. Any ideas? web server connector update failed Are you using a version of Apache supported by CFMX 6.1? Is there more information in the

Now() problems

2003-08-20 Thread Thomas Chiverton
According to liveDocs, and experience, Now() is automaticly adjusted for daylight savings time. This causes problems if your next expecting it, and are, for instance, just subtracting 10 minutes from now() to get a date earlier than the Date: HTTP header (set by the web server), for setting an

Re: Congressional Data

2003-08-20 Thread Bryan Stevenson
I seem to recall this data being asked for a year or so ago on this list.might want to check the archives Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED]

RE: 6.1 problem

2003-08-20 Thread Justin Hansen
From the Release notes. 52851 Under some circumstances, if Microsoft SQL Server closes a connection unexpectedly while processing a long-running query, the DataDirect 3.2 JDBC database driver provided in ColdFusion MX 6.1 may respond inappropriately, continuing to wait for a DB server

OT: Congressional Data

2003-08-20 Thread Chuck Rodgers
Hi, I am working with an association that wants to do some advocacy work with their members. We are looking for data for zip codes and congressional districts to do lookups for Representatives in Congress. Anyone have any experience finding this kind of data? Thanks Chuck Rodgers

RE: Upgrading to 6.1 fails : web server connector update failed

2003-08-20 Thread Dave Watts
You probably neglected to stop your web server before running the install. Do a full un-install of ColdFusion. Reboot. STOP your web server (eg: IIS) - usually done under Administrator Tools /Services. Re-install MX 6.1. Yikes! You shouldn't have to uninstall CF if the web server

6.1 problem

2003-08-20 Thread Alan Ford
We downloaded the 6.1 upgrade last week, applied it, tested it on a dev server then went live with it. We hit the 100% cpu problem with the SQL driver and had to upgrade the drivers (after a day of problems while I isolated the cause). My question is, can 6.1 still be downloaded today with the

RE: Apache, standalone server and ColdFusion Administrator

2003-08-20 Thread Aidan Whitehall
mod_rewrite is very powerful and well worth learning about if you're using Apache. That's great -- thanks for all the info, Sean. -- Aidan Whitehall mailto:[EMAIL PROTECTED] Macromedia ColdFusion Developer Fairbanks Environmental Ltd +44 (0)1695 51775 Queen's Awards Winner 2003

RE: question / scheduled tasks CF 5 specific

2003-08-20 Thread Michael Traher
Why use CF for this? I would have thought that a W2K scheduled task would work better. see programs, accessories, system tools, scheduled tasks, add new wizard. Michael Traher Systems Manager ICLP (London) Tel: UK +44 (0) 20 8256 9072 Fax: UK +44 (0) 20 8681 0234 This e-mail may contain

WOT: SQL Data types

2003-08-20 Thread Michael Hodgdon
I am curious how religiously people stay true to using data types for MS SQL Server. I know some of these stretch to other RDBMS's, however, I would like to know what people in industry think. What type of general rules of thumb do people follow when planning data types for a data store? For

RE: Removing extra space between images

2003-08-20 Thread Joshua Miller
Duh, thanks :) That was pretty silly of me. The problem is you also need to trim spaces (not just returns). In HTML if you put a single space before an image then you get a space on-screen, just like if you put a space before a letter. You should probably use a more complex RegEx that ignores

Re: XML/XPATH

2003-08-20 Thread Massimo Foti
The closet I've gotten is this. cfset newXML = XmlSearch(masterXML,/root/article[type = 'Event']). But, this returns an Array of XML structures, when what I really want is a single XML structure. newXML[1]= article typeEvent/type /article newXML[2]= article typeEvent/type

RE: Need to write Dispatcher!

2003-08-20 Thread Vernaillen Tim
buffer is a file disk, after placing in the buffer, source image is deleted -Original Message- From: Andrew Golden [mailto:[EMAIL PROTECTED] Sent: dinsdag 19 augustus 2003 18:01 To: CF-Talk Subject: Re: Need to write Dispatcher! I need to write a dispatcher that polls (continue, every 1

RE: Real-life Flash remoting examples?

2003-08-20 Thread Jaye Morris - jayeZERO.com
Michael, The Pet Marekt Blue Print is a great example of a nice remoting application. Further you can download it to your laptop (if you have one) and give a *live* demo. In addition there is a very good marketing presentation by Al Ramadan that may give you some ideas for your own

RE: VIRUS ALERT!!! (Your details)

2003-08-20 Thread Yves Arsenault
You da man! I've been on a PHP list for a bit as I'm trying to learn some (kind of forced into it through work...) and I've seen multiple posts that appear to contain viruses in the last couple of days. Yves Arsenault Carrefour Infotech 5, Acadian Dr. Charlottetown, PEI C1C 1M2 [EMAIL PROTECTED]

RE: null null errors

2003-08-20 Thread Bryan F. Hogan
Sorry I forgot to repost. The null null was reported to me from my the global error. I took it off to see the normal error page and it was a index out of range problem. Index out of range is much more descriptive than null null and I was able to correct the problem with a simple cfbreak. I wonder

Re: CFMAIL or me?

2003-08-20 Thread Thomas Chiverton
On Wednesday 20 Aug 2003 07:53 am, Sean Hynes wrote: THIS DOESN'T work if its an outside mail server address: Do you get any error messages in the main log or mail log ? Does the message get spooled ? Can you see SMTP traffic ? -- Tom Chiverton (sorry 'bout sig.) Advanced ColdFusion

Re: Congressional Data

2003-08-20 Thread Chuck Rodgers
Hi, I did that and searching for congress data or congressional data did not turn up anything. Chuck Rodgers - Original Message - From: Bryan Stevenson [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:14 PM Subject: Re: Congressional Data I seem to

Re: CFMAIL or me?

2003-08-20 Thread Jochem van Dieten
Sean Hynes wrote: Anyone got any ideas on why CFMAIL is doing this? One last thing is it 6.0 MX with update 3 OR iMS mail. (coolfusion.com) OR Some setting? THIS DOESN'T work What is the error message? If you don't get one immediately it will be in your mailserver logs. Jochem

XML/XPATH

2003-08-20 Thread Ian Skinner
Ok, I'm trying to get my head around this XML stuff. I've got a document/structure something like this. root article typeNews/type /article article typeEvent/type /article article typeNews/type /article article typeEvent/type

Re: oracle datasource as OLEDB

2003-08-20 Thread DDB Lists
The Microsoft ODBC driver for Oracle seems to be the best companion for CF, so you might want to try that. - Original Message - From: Sheila Handler [EMAIL PROTECTED] Is it possible to define an Oracle database with OLEDB, or do I have to use ODBC? Can anyone give me some hints about

Re: hard returns and text areas

2003-08-20 Thread Jacob
use replace to replace chr(13) with what ever you like. replace(#string#,chr(13), ,ALL) At 10:22 AM 8/20/2003 -0400, you wrote: hi. does anyone know of a way to identify that a user has entered a hard return into a text-area and then pull those hard returns out (or replace them with just a

RE: question / scheduled tasks CF 5 specific

2003-08-20 Thread Dave Watts
Having difficulty finding examples or better documentation on the CF 5 Scheduler... I'm about to attempt to try for the first time to run a scheduled task once an hour on my server - Win2K, IIS, and CF 5. I want to schedule a task that automatically retrieves the latest Symantic virus

hard returns and text areas

2003-08-20 Thread Mike Mertsock
Not sure if you need to implement it in Javascript or CF. Here's both versions: !--- CF --- cfset form.foo = Replace( form.foo, Chr(10), , all ) / !--- Javascript --- document.forms.formName.foo.value = document.forms.formName.foo.value.replace(/\n/, ); //note that this is using a regular

Re: Oracle Licensing

2003-08-20 Thread Bryan Stevenson
I know nothing about Oracle licensing (except it's really expensive)but I do know to NEVER trust a saleperson ;-) I'd call the original salesperson and run it by him/her. If that person screwed up...it's Oracle's fault for having a salesperson misrepresenting the factsthey should GIVE

RE: Upgrading to 6.1 fails : web server connector update failed

2003-08-20 Thread Brook Davies
After the install finishes, it says the web server connector update failed. And gives the option of rebooting and trying to install the connectors after the reboot or reverting to the previously installed version. I have tried the reboot method, which again fails after reboot and automatically

RE: question / scheduled tasks CF 5 specific

2003-08-20 Thread Jim Davis
I think that you'd benefit from splitting your problem. For your problem think of the scheduler just as a timer that runs CF pages - nothing more. So first you need to ignore the scheduler and create a CF page that does your fetch one time. THEN use the scheduler to run that page once an hour.

Re: hard returns and text areas

2003-08-20 Thread Critz
oi Barney!! isn't a crlf 13,10 ? INTRO db 13,10 ;;Intro-Message: 13,10 = New Line least it is in asm would assume it is a standard thing -- Currently Playing: Godsmack - Releasing The Demons Wednesday, August 20, 2003,

Integrating CFM pages with JSP and Servlets

2003-08-20 Thread John McCosker
Hi, having problems here trying to get a test servlet to work, I'm following Ben Forta's example in MX Application Development (third edition), using MX 6 not 6.1, on one box it runs fine, its using MX's standalone JRUN server, the one that is giving the problem is running IIS. cfset

Formatting a List Output Question

2003-08-20 Thread Les Mizzell
Morning, Got a list problem that's driving me crazy! This is probably more a CSS question than Cold Fusion I'm trying to output the results of a query into a list. No problems there, but the formatting is driving me nutz. The list wraps wrong. What I'm getting (using a * as the bullet for

Re: hard returns and text areas

2003-08-20 Thread Critz
oi Keith!! couldn't you do a replace on CHR(13)CHR(10) ? Crit -- Currently Playing: Godsmack - Straight Out Of Line Wednesday, August 20, 2003, 10:22:30 AM, you wrote: WKD hi. does anyone know of a way to identify that a user has entered a hard WKD

6.1 404

2003-08-20 Thread Robertson-Ravo, Neil (RX)
I have just installed 6.1 on a dev server in a co-exist format.I have added the folder I want to view within the Jrun webserver to the XML file and indeed when the services are restart I can actually view them, but when I click a file in the browser to view I get : File not found:

RE: Decode - URLEncoded string

2003-08-20 Thread Jeff Chastain
That is the route I have gone with so far ... I was just looking for a 'correct' solution. Thanks -- Jeff -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 10:11 AM To: CF-Talk Subject: Re: Decode - URLEncoded string h...looks

RE: hard returns and text areas

2003-08-20 Thread Barney Boisvert
Hard breaks should come through to the server as either newlines, carriage returns, or both, depending on OS. then it's just a matter of doing a search and replace for them: myString = REreplace(myString, [#chr(10)##chr(13)#]+, , all); --- Barney Boisvert, Senior Development Engineer

RE: hard returns and text areas

2003-08-20 Thread Knight, Matt
Chr(10) and Chr(13) in the ASCII table are carriage return with a line feed So do a REReplace(#Chr(10)##Chr(13)#, ,ALL) (may not be syntactically accurate - but you get the idea...) Matt Knight ► w: 972 361 9943 ► m: 214 213 4016 -Original Message- From: Wurst, Keith D.

CFC Issues....

2003-08-20 Thread Tony Weeg
what could this possibly mean? the code works perfect outside of the cfc, but now it doesn't inside the cfc? Unable to complete CFML to Java translation. Error information unsupported statement: class coldfusion.compiler.ASTfunctionDefinition The error occurred in

RE: Upgrading to 6.1 fails : web server connector update failed

2003-08-20 Thread Brook Davies
Actually, I am using IIS 5.0 on Windows 2k / SP3. The install log has very little. These are the only two failure entries: Copy Folder: Destination: C:\CFusionMX\jre

RE: question / scheduled tasks CF 5 specific

2003-08-20 Thread Jim Davis
AND ALSO I've heard (even today on this list) that CF 5 doesn't handle Scheduled events too well - THOUGHTS? COMMENTS? Just throwing my experience in: in 4.5 (which we're still stuck on) the scheduler has always run just fine for us. I'm doing so pretty complex stuff with as well (for

oracle datasource as OLEDB

2003-08-20 Thread Sheila Handler
Actually the clients have pro; from the documentation, it seemed to me that only Enterprise supports Oracle, and I told them they'd have to upgrade. Is that true? Or can they use MS ODBC drivers for Oracle on CF5 Pro? which version of CF5 are you using? The enterprise version comes with a

Re: Oracle Licensing

2003-08-20 Thread John Paul Ashenfelter
Can't speak to the processor/user licensing (though it is in keeping with how Microsoft SQL Server is licensed -- seems like a CAL per connection is enough, but MS says no, you must have one per device connecting and each internet user is a device, so therefore save millions of dollars and buy a

Re: OT: Oracle Licensing

2003-08-20 Thread Brrrian
Tell him your company is seriously considering moving to PostgreSQL and that until a decision is made on that matter you won't be in a position to make any decision. At 10:46 AM 8/20/03 -0400, you wrote: I just completed a call with the Oracle rep (who is a salesman) for my organization and

RE: oracle datasource as OLEDB

2003-08-20 Thread Dave Watts
Actually the clients have pro; from the documentation, it seemed to me that only Enterprise supports Oracle, and I told them they'd have to upgrade. Is that true? Or can they use MS ODBC drivers for Oracle on CF5 Pro? You should be able to use any ODBC drivers, including those for Oracle,

RE: Decode - URLEncoded string

2003-08-20 Thread Jim Davis
Could you actually just replace the 00? Is it that simple? Are there no three character entity codes? Just curious. Jim Davis -Original Message- From: Jeff Chastain [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:10 PM To: CF-Talk Subject: RE: Decode - URLEncoded

oracle datasource as OLEDB

2003-08-20 Thread Sheila Handler
Actually the clients have pro; from the documentation, it seemed to me that only Enterprise supports Oracle, and I told them they'd have to upgrade. Is that true? Or can they use MS ODBC drivers for Oracle on CF5 Pro? which version of CF5 are you using? The enterprise version comes with a

HELP! POST CFMX 6.1 and MDAC Upgrade - Query problems!

2003-08-20 Thread Brook Davies
HELP! Last night I installed MDAC 2.8 and CFMX 6.1. CFMX failed with the web server connectors so I reverted back to the previous installation. Now today, I am having all kinds of problems. There are numerous threads stacking up on top of one another and they seem to all be related to DB

Re: hard returns and text areas

2003-08-20 Thread Critz
oi Tony!! aye :) -- Currently Playing: Let The Party Begin - Shaved - My Mouse Wednesday, August 20, 2003, 1:13:28 PM, you wrote: TW is that you critz listening to godsmack? TW tony weeg TW uncertified advanced cold fusion developer TW tony at navtrak

RE: hard returns and text areas

2003-08-20 Thread Tony Weeg
is that you critz listening to godsmack? tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Critz [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:37 PM To: CF-Talk

Congressional Data

2003-08-20 Thread Jeremy Brodie
Chuck, Here are a few websites you may want to look at. I'm not seeing anything for free-- but these all seem to be in the few hundred dollar range for a good list. 1) Electon Data Services: http://www.electiondataservices.com/content/zipdistrict.htm 2) CQPress:

RE: Congressional Data

2003-08-20 Thread Dan O'Keefe
I was one of them. Found what I was looking for. This is the mother of all data, for government data any ways. It is called Yellow books at leadershipdirectories.com. Dan -Original Message- From: Chuck Rodgers [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:34 PM To:

Re: Congressional Data

2003-08-20 Thread Bryan Stevenson
did ya just try congress ;-) ? Bryan Stevenson B.Comm. VP Director of E-Commerce Development Electric Edge Systems Group Inc. t. 250.920.8830 e. [EMAIL PROTECTED] - Macromedia Associate Partner www.macromedia.com

Congressional Data

2003-08-20 Thread Jeremy Brodie
Chuck, Here are a few websites you may want to look at. I'm not seeing anything for free-- but these all seem to be in the few hundred dollar range for a good list. 1) Electon Data Services: http://www.electiondataservices.com/content/zipdistrict.htm 2) CQPress:

.cfc's and application.cfm file

2003-08-20 Thread Tony Weeg
if I have a udf in my application.cfm file, why doesn't a cfc in the same dir inherit the udf function from it? thanks! tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337

MX61 admin password problem

2003-08-20 Thread Jon Moneymaker
As usual, it was operator (me) error I just wasn't paying attentionstupid mistake, but was just too close and frustrated at the time...saw the problem (embarrassed) and fixed it works like a champ now Jon ~|

RE: .cfc's and application.cfm file

2003-08-20 Thread Barney Boisvert
The UDF will be defined for external requests to the CFC (meaning myCfc.cfc?method=myMethod calls), but it will be inaccessible because of scoping issues. It will never be a method, only a UDF, and won't even be defined for internal requests to the CFC, unless the root page happens to have

Re: Congressional Data

2003-08-20 Thread Cary Gordon
There are several commercial databases available in the $3-400 range, or you can buy the raw data (messy) from the USPS. http://www.zipinfo.com/ http://www.congressmerge.com/ Cary Gordon The Cherry Hill Company Hi, I am working with an association that wants to do some advocacy work with

homesite help

2003-08-20 Thread Tim Do
Hello all, I downloaded the HomesiteTags.zip and HomeSiteExtensions.zip and unzipped into my homesite root directory... I still don't see the new red sky tags in my help menu. I do see it on the tag completion however. What am I forgetting? Thanks, Tim

Re: question / scheduled tasks CF 5 specific

2003-08-20 Thread info
I've never experienced any problems with the cf scheduler myself. That doesn't necessarily mean they're not there, I just haven't run into them. If you want to execute a command line statement from a coldfusion page, you want to use cfexecute ... which can be rather frustrating to figure out

RE: Mach II. Is it faster than Fusebox 3?

2003-08-20 Thread info
Personally I'd really like to see some comparisons also of the onTap framework along side comparable applications in FB3, FB4 and Mach-II ... Although some of the reasons behind onTap are similar (having a recognizable pattern for code reuse) I think it's fairly obvious that I had some

RE: Congressional Data

2003-08-20 Thread Jeff Beer
http://www.visi.com/juan/congress/downloads.html You'll love this :) -Original Message- From: Chuck Rodgers [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:34 PM To: CF-Talk Subject: Re: Congressional Data Hi, I did that and searching for congress data or congressional

ó into ý - Spanish text in application

2003-08-20 Thread Bryan F. Hogan
I have a client, that has their application encoding set to Spanish (Mexican) via setEncoding(). When they enter the character ó into the form it inserts into a memo column in their access database. After doing so if you look at the data in access the ó has changed to ý. Is this the applications

RE: hard returns and text areas

2003-08-20 Thread Barney Boisvert
Yep, it sure is. But that doesn't affect the code I proposed, because it uses a character class. As well as chr 13,10 (for windows), it'll also catch just chr 10 (for *nix, including Mac OSX), just chr 13 (for non-OSX Mac), and even chr 10,13 (from a developer who got his code wrong). It will

RE: .cfc's and application.cfm file

2003-08-20 Thread Tony Weeg
so, barney, could I make it a cffunction in my cfc, and then call that method from within another cffunction? tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: Barney Boisvert

RE: XML/XPATH

2003-08-20 Thread Ian Skinner
Is there a way to get a single, modified XML document/structure? -- Ian Skinner Web Programmer BloodSource Sacramento, CA -Original Message- From: Massimo Foti [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 8:48 AM To: CF-Talk Subject: Re: XML/XPATH The closet

RE: .cfc's and application.cfm file

2003-08-20 Thread Tony Weeg
so how about... can I make the functionality a cffuntion inside my cfcomponent and call one cffuntion from within another? tony weeg uncertified advanced cold fusion developer tony at navtrak dot net www.navtrak.net office 410.548.2337 fax 410.860.2337 -Original Message- From: [EMAIL

Can CF Detect a Win32 Service?

2003-08-20 Thread David Adams
Is it possible to build a service control interface with CF? I need to detect the status of a service. Hope someone can comment. Dave Adams ~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription:

Re: Cache trouble or something

2003-08-20 Thread info
I've never seen the cf-server cache pages like that (showing the cached page even after deletion) -- could be browser possibly or the other thing that always turns out to be the case for me when this happens is that I'm editing the code in the wrong directory or on the wrong server. Isaac

Re: Congressional Data

2003-08-20 Thread Chuck Rodgers
Hi Jeremy, Thanks for the links I will be contacting them to see what they have to offer. Chuck Rodgers - Original Message - From: Jeremy Brodie [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 12:45 PM Subject: Congressional Data Chuck, Here are a

  1   2   >