Alter Column syntax in Oracle?

2002-07-12 Thread Matt Robertson
I want to change a varchar2 field from 10 characters to 50. I can't seem to get the syntax right. I'm not all that familiar with Oracle. What am I doing wrong here? This and all the variations I can dream up aren't working. ALTER TABLE users ALTER COLUMN ( UserName VARCHAR2(50) ); Any

Re: Alter Column syntax in Oracle?

2002-07-12 Thread Brian Scandale
This should help: http://info-it.umsystem.edu/oradocs/doc/server/doc/SQL73/ch4a.htm#toc064 At 12:42 AM 7/12/02, you wrote: I want to change a varchar2 field from 10 characters to 50. I can't seem to get the syntax right. I'm not all that familiar with Oracle. What am I doing wrong here?

RE: Unzip?

2002-07-12 Thread Kodjo Ackah
Matt, Can you please shed some light on this will you still call with cfexecute. __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics.

IE allows universal cross domain scripting

2002-07-12 Thread Jochem van Dieten
http://www.pivx.com/larholm/adv/TL003/ Let's just say that I already have been able to take over people's sessions at certain forums ;) and that applying the recommended fixes is imperative. Jochem __ Get the mailserver that

RE: Alter Column syntax in Oracle?

2002-07-12 Thread Chris Lofback
Try this: alter table users modify username varchar2(50); Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C Clearwater, FL 33761 www.trxi.com -Original Message- From: Matt Robertson [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:43 AM To: CF-Talk

RE: CFMX caching...

2002-07-12 Thread MW
The approach that I would take is to remove CF from the picture. Do a simple html form posting to an html page and see if you get the same 'RePost' results for apache and IIS. If so, MX is not the culprit. You might also check to see if CF influences the headers while you perform this test by

Storing Queries in Application Scope

2002-07-12 Thread Bogesdorfer, Dan
Looking at macromedia tech tip at http://www.macromedia.com/v1/handlers/index.cfm?ID=1582Method=Full Why can I not just reference my queries at application.[queryName].[value] throughout my application? Example: I'm building 3 lists: Schools, Departments and Divisions. I build them in the

RE: Tracking Emails

2002-07-12 Thread jon roig
This is how we track readership: * First, we have a 1x1 transparent gif file in our images folder. * Second, when I send out a newsletter, I give it a tracking code... * Third, the actual tool I send the newsletters with converts a little code ||EMAIL|| to the user's email address. Buried in the

RE: Storing Queries in Application Scope

2002-07-12 Thread Dave Watts
Why can I not just reference my queries at application.[queryName].[value] throughout my application? You can. This is actually described near the bottom of the technote. I'm not sure why the writer bothered with all that copying queries to arrays stuff at the top. Dave Watts, CTO, Fig

RE: Storing Queries in Application Scope

2002-07-12 Thread Bogesdorfer, Dan
Dave, It seems as if it applies only to CFFORM? Is this correct? I stay away from using CFFORM for my own reasons. Can this be used in regular html forms? Thanks. Daniel Bogesdorfer Senior Programmer / Analyst Office Of Research Health Sciences University of Pittsburgh 412.648.2366

RE: CFMX caching...

2002-07-12 Thread Dave Watts
The approach that I would take is to remove CF from the picture. Do a simple html form posting to an html page and see if you get the same 'RePost' results for apache and IIS. I don't think this test will work. Usually, the web server won't accept POST requests unless there's a CGI

RE: Storing Queries in Application Scope

2002-07-12 Thread Dave Watts
It seems as if it applies only to CFFORM? Is this correct? I stay away from using CFFORM for my own reasons. Can this be used in regular html forms? If you have a query that's stored in an Application variable, you can reference that query in any place you could reference any other query,

Re: Storing Queries in Application Scope

2002-07-12 Thread mark brinkworth
No reason at all. Depending on your ColdFusion version: 1) You may want to investigate the use of ColdFusions built in query cacheing as well 2) Remember to lock all access to application scope variables. Cheers From: Bogesdorfer, Dan [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk

RE: Storing Queries in Application Scope

2002-07-12 Thread Bogesdorfer, Dan
Thanks Guys. This list is Awesome. Now to convince mgmt to go to the coldfusiontraining.com class. Never hurts to have too much training. Daniel Bogesdorfer Senior Programmer / Analyst Office Of Research Health Sciences University of Pittsburgh 412.648.2366 -Original Message- From:

Online or CBT training

2002-07-12 Thread Thane Sherrington
I've gone through three books on CF. (The in Seven Days one, CFWACK, and Professional CF 5.) Are there any good CBTs or online courses I can take? I'm too far away from anywhere to take a classroom-based course. T __ This

CFmail can only deliver to our domain name...

2002-07-12 Thread Philippe Varichon
I sent 180 different emails generated from our db in that way: BATCH #1: to myself with the From being '[EMAIL PROTECTED]' and the To: '[EMAIL PROTECTED]' Worked just fine. BATCH #2: to myself with the From being '[EMAIL PROTECTED]' and the To: '[EMAIL PROTECTED]' Worked just fine. BATCH #3:

Re: Online or CBT training

2002-07-12 Thread Bill Wheatley
I never learned from any online courses cause they just really never did any good if you have time fly out to Atlanta area and goto one of adams courses they are awesome and worth the trip. You come back and for months afterwards just picking the chunks of knowledge out of your head. And

RE: CFmail can only deliver to our domain name...

2002-07-12 Thread Margaret Fisk
What does your mail log say? We had the same problem when my company changed the mail server. It did not include a rule that the CFserver could use it as a forwarding server and so rejected any mail address that did not exist on the box. -Original Message- From: Philippe Varichon

RE: CFmail can only deliver to our domain name...

2002-07-12 Thread Pete Freitag
You are probably getting a 550 relaying not aloud response. The reason your domain works, is because the server is not relaying the message it is receiving it. So you need to find your relay settings and allow relaying, only for your CF server. _

Re: Storing Queries in Application Scope

2002-07-12 Thread Zac Spitzer
Dave Watts wrote: Why can I not just reference my queries at application.[queryName].[value] throughout my application? You can. This is actually described near the bottom of the technote. I'm not sure why the writer bothered with all that copying queries to arrays stuff at the top.

Re: Storing Queries in Application Scope

2002-07-12 Thread ksuh
*sniff sniff* ahh, the good old CF3 days, back when there were a zillion restrictions on cfoutput Pound signs everywhere cfloops that counted slower than you saying the numbers - Original Message - From: Zac Spitzer [EMAIL PROTECTED] Date: Friday, July 12, 2002 9:14 am

Slash-like CF app?

2002-07-12 Thread Cary Gordon
I am looking for a Slash (Slashdot Like Automated Storytelling Homepage) type app. Briefly, Slash and its variants (PHPSlash, etc) allows the posting of articles and their threaded discussion. It is like Forums, but subtly different in that it is more magazine-like. Cary Gordon The Cherry

Re: Storing Queries in Application Scope

2002-07-12 Thread Bill Wheatley
Yup now we're at cfmx which cf5 still is faster then though mx does alot of neat things 5 doesn't. Maybe someday someone can make J2EE run a little faster lol. Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfusion Developer EDIETS.COM 954.360.9022 X159 ICQ 417645 -

RE: CFmail can only deliver to our domain name...

2002-07-12 Thread Mark A. Kruger - CFG
None of our mail servers have audio cards hence none of them relay aloud (they are all silent)... g -Original Message- From: Pete Freitag [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 10:04 AM To: CF-Talk Subject: RE: CFmail can only deliver to our domain name... You are

RE: CFmail can only deliver to our domain name...

2002-07-12 Thread Philippe Varichon
Thanks for the replies! The logs say: Error,TID=1000,07/12/02,17:04:20,Failed to send the spooled mail file, e:\cfusion\MAIL\spool\7FB.cfmail. SMTP server replied not local host club-internet.fr, not a gateway Moved file to e:\cfusion\MAIL\undelivr\8A9.cfmail. All emails foreign to our domain it

Re: Storing Queries in Application Scope

2002-07-12 Thread S . Isaac Dealey
No reason at all. Depending on your ColdFusion version: 1) You may want to investigate the use of ColdFusions built in query cacheing as well 2) Remember to lock all access to application scope variables. I'm told that locking isn't necessary in CFMX although I expect it will be a while

MX debug layout

2002-07-12 Thread Ritter, Scott
Does anyone know of way to layout the debug variables vertically versuses horizontally in MX? In other words layout the vars like they were in previous versions of CF. Example: FORM lname=bravo fname=johnny empid=1234567 FORM lname=bravo fname=johnny empid=1234567 Thanks in advance for

Re: CFmail can only deliver to our domain name...

2002-07-12 Thread Howie Hamlin
Yes, this means that your server is not allowing relay. Enabling relay differs depending on the mail server so you will need to contact your postmaster and ask them to allow relaying from the IP address of your CF server. HTH, -- Howie Hamlin - inFusion Project Manager On-Line Data

RE: Alter Column syntax in Oracle?

2002-07-12 Thread Matt Robertson
Perfect. Thanks! --Matt-- -Original Message- From: Chris Lofback [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 5:12 AM To: CF-Talk Subject: RE: Alter Column syntax in Oracle? Try this: alter table users modify username varchar2(50);

Re: Storing Queries in Application Scope

2002-07-12 Thread S . Isaac Dealey
Yup now we're at cfmx which cf5 still is faster then though mx does alot of neat things 5 doesn't. Maybe someday someone can make J2EE run a little faster lol. I've heard 2 things about the speed of MX ... 1) that it's inherently much faster than CF5 2) that code optimized for CF5

Re: CFmail can only deliver to our domain name...

2002-07-12 Thread Paul Giesenhagen
Isn't there a way around this ... I remember a thread awhile back that someone had come up with a way that if the mail server didn't allow relay's, you could do something that would work ... anyone remember how that can be done? Paul Giesenhagen QuillDesign - Original Message - From:

Re-using cfapplications

2002-07-12 Thread Scott Brady
Currently, I have several different applications that require logging in. The log-ins are all from the same system, but when a user goes from one application to another, they have to log in, even if they already had logged in on the previous application with the same info. I'm looking into

Re: Storing Queries in Application Scope

2002-07-12 Thread Bill Wheatley
I know they all have their pros and cons. I think the pros for MX outweigh and performance things that i've been using. Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfusion Developer EDIETS.COM 954.360.9022 X159 ICQ 417645 - Original Message - From: S. Isaac

Re: Re-using cfapplications

2002-07-12 Thread Scott Brady
I guess I should have tried it out before asking (and wasting people's time). I just renamed 2 of the applications, and it does seem to work that way. Never mind. Scott -- Original Message -- From: Scott Brady [EMAIL PROTECTED] Reply-To: [EMAIL

Re: CFmail can only deliver to our domain name...

2002-07-12 Thread Brian Scandale
Just an idea you might want to check out... If you are being hosted by an ISP and you are not in control of your SMPT server you might find that it is rejecting them because the from:address is not allowed to be off the domain the SMPT is serving. At 07:51 AM 7/12/02, you wrote: I sent 180

CFMX JDBC database issue

2002-07-12 Thread Nelson Winters
Has anyone experienced JDBC instability using CFMX? I have an app that runs fine and then, for no apparent reason (no changes to the CF code, stored procedure or to any settings on the server), I start getting database errors and no queries work until I stop and start ColdFusion. Here's the

Re: CFmail can only deliver to our domain name...

2002-07-12 Thread Howie Hamlin
The only ways I know of are: 1 - use a FROM address that the server recognizes as a valid user (not always possible because you may not want to use that FROM address) 2 - use a third-party sending engine like iMS Mail servers will usually block relay based on the sender email or tcp/ip

importing .dbfs into Access...

2002-07-12 Thread Paul
Hello CF Gurus, I need to write a script that will import a 180MEG dbf file into an empty Access table. My first attempt at going about this was a simple script that queried the dbf file, then a 2nd query imported the results of the 1st query into the Access table. When testing on

Re: MX debug layout

2002-07-12 Thread Jon Hall
Somewhere in a subdir under cfusionmx, there is a directory called debug. It contains the unencrypted templates that display the debug. You can customize them however you want. jon - Original Message - From: Ritter, Scott [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July

Re: importing .dbfs into Access...

2002-07-12 Thread Brian Scandale
Rewrite the script to do it in pieces. My guess... a guess mind you... is that you are most likely running out of memory. At 09:58 AM 7/12/02, you wrote: Hello CF Gurus, I need to write a script that will import a 180MEG dbf file into an empty Access table. My first attempt at going

RE: CFMX JDBC database issue

2002-07-12 Thread Chad Gray
We have two of our development servers switched over to MX, and so far we are not happy at all. The service crashes and re-starts about 5 times a day. This is with a very light load. We get an error in the Windows Application event log, and that is it. I have been pounding the CF message

RE: MX debug layout

2002-07-12 Thread Ritter, Scott
Thanks alot, I just spent the last hour configuring my debug output. Corporate time well spent. :) Scott -Original Message- From: Jon Hall [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 12:44 PM To: CF-Talk Subject: Re: MX debug layout Somewhere in a subdir under cfusionmx,

RE: CFMX JDBC database issue

2002-07-12 Thread Stacy Young
Have you had any betas installed on there? We're running CFMx on Windows and Solaris and so far it's been solid...although I did have a strange problem on a windows box once where I was trying to pass in the user/pass for the database on a query...threw a Null Pointer exception...I took off the

RE: Storing Queries in Application Scope

2002-07-12 Thread Stacy Young
Really? Our CFMX smokes any of our CF5 installs! You sure you don't have debug on? ;-) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 11:27 AM To: CF-Talk Subject: Re: Storing Queries in Application Scope Yup now we're at cfmx which

RSS with ColdFusion?

2002-07-12 Thread Jon
Whats the easiest way to take some content and make valid RSS files out of it? Is there a custom tag out there ready to go? Thanks, Jon __ Structure your ColdFusion code with Fusebox. Get the official book at

RE: CFMX JDBC database issue

2002-07-12 Thread Dave Watts
The service crashes and re-starts about 5 times a day. This is with a very light load. We get an error in the Windows Application event log, and that is it. I have been pounding the CF message board at Macromedia, and no macromedia tech has an answer for me yet. The description for

RE: Storing Queries in Application Scope

2002-07-12 Thread Matt Liotta
It really depends on how your application is put together. If you followed some of the standard ways CF applications were put together, then CFMX will smoke CF 5. However, if you had taken the time to write applications that were designed to smoke every other application server on the market with

Re: Storing Queries in Application Scope

2002-07-12 Thread Douglas Brown
This really is a problem with upgrading to MX. I would hate to re-write and entire application just because MX does not seem to play well with CF5 code. I have seen so many posts regarding problems people are having with MX and am wondering if I should just wait until a SP comes out for it. What

RE: Storing Queries in Application Scope

2002-07-12 Thread Ben Forta
However, if you had taken the time to write applications that were designed to smoke every other application server on the market with CF 5, you are pretty much screwed with CFMX. So if you wrote good code in CF5 then CFMX is worse and a step backwards? Humm. I know this may be opening a

RE: Storing Queries in Application Scope

2002-07-12 Thread Matt Liotta
Well on the surface, waiting for a SP seems like a good idea. Then again, if you don't try and upgrade; MM won't be aware of your problems, so they won't get fixed in the SP. Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P:

RE: Storing Queries in Application Scope

2002-07-12 Thread Dave Watts
This really is a problem with upgrading to MX. I would hate to re-write and entire application just because MX does not seem to play well with CF5 code. I have seen so many posts regarding problems people are having with MX and am wondering if I should just wait until a SP comes out for

Re: Storing Queries in Application Scope

2002-07-12 Thread todd
Most people don't upgrade right away due to that fact. Not sure what everyone expected, but CFMX is a new release of codebase and sure, there's going to be issues. Look how long it took for CF5 to smoke... ! It might be best to wait until CFMX2(?) comes out -- I haven't had any problems

RE: Storing Queries in Application Scope

2002-07-12 Thread Ben Forta
Douglas, Well, if you are planning to wait for an SP you could end up waiting for a long long time, there is no SP scheduled at this time. And while there have been posts here about problems upgrading, realize that there are a couple of thousand subscribers to this list (and far less than that

RE: Auto includes???

2002-07-12 Thread Al Everett
Onrequestend.cfm For OSes where case is important, that's OnRequestEnd.cfm __ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics.

Re: Storing Queries in Application Scope

2002-07-12 Thread Douglas Brown
Thanks Ben Coming from you, that gives me a little more confidence. Douglas Brown Email: [EMAIL PROTECTED] - Original Message - From: Ben Forta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 12, 2002 11:06 AM Subject: RE: Storing Queries in Application Scope

RE: Storing Queries in Application Scope

2002-07-12 Thread todd
Ben, What about 3rd party upgrades...? Example given: Axis - Are those being released in the form of a patch or perhaps instructions on how to do it? Same thing with the jre? Just curious. ~Todd On Fri, 12 Jul 2002, Ben Forta wrote: Douglas, Well, if you are planning to wait for an

RE: Storing Queries in Application Scope

2002-07-12 Thread Matt Liotta
It wasn't a complaint; more an observation that MM is well aware of as I shared my issues during the beta cycle. Further, as I have pointed out numerous times; I like CFMX. My company's product is even based on it. People from MM should realize that CFMX is not perfect, upgrading from CF 5 has

Re: Storing Queries in Application Scope

2002-07-12 Thread Jochem van Dieten
Ben Forta wrote: Douglas, Well, if you are planning to wait for an SP you could end up waiting for a long long time, there is no SP scheduled at this time. And while there have been posts here about problems upgrading, realize that there are a couple of thousand subscribers to this list

Re: Storing Queries in Application Scope

2002-07-12 Thread Bill Wheatley
Wow I've been thinking about something. Since MM took over Allaire we haven't had /any/ SP's for Coldfusion. Either that says the products are perfect or they don't give a damn lol. I mean I know they have all those hotfixes when we bitch enough to get them to allocate their more limiting

Re: Storing Queries in Application Scope

2002-07-12 Thread Bill Wheatley
:) oh and I do like CFMX in case you might get the idea I don't lol Bill Wheatley Senior Database Developer Macromedia Certified Advanced Coldfusion Developer EDIETS.COM 954.360.9022 X159 ICQ 417645 - Original Message - From: Ben Forta [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED]

RE: Tracking Emails

2002-07-12 Thread Al Everett
It's stuff like this that makes me glad I use PegasusMail at home. It's not subject to these things. -Original Message- From: jon roig [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 10:26 AM To: CF-Talk Subject: RE: Tracking Emails This is how we track readership: *

RE: Storing Queries in Application Scope

2002-07-12 Thread Ben Forta
Todd, I was in Newton this week and spent some time with the CF team, they are reviewing this right now. A service pack is not out of the question, but as I said, none is planned right now. The good news is that CFMX was designed to very easily allow patches or hotfixes, CFMX itself looks for

RE: Tracking Emails

2002-07-12 Thread Dave Watts
It's stuff like this that makes me glad I use PegasusMail at home. It's not subject to these things. If PegasusMail displays HTML emails with linked images, then it's subject to these things. If you're using another mail client, like Outlook, you can disable HTML email display. Dave Watts,

CFMX JIT - productivity madness

2002-07-12 Thread Alex Hubner
Dear folks, Since we're talking about CFMX and all the problems related to it (sorry Ben, but CFMX still very painful for me, most of all due the lack of documentation) I'm curious about the time now we take for code-debug operations. Most of programmers (including me) simply do coding on the

RE: Storing Queries in Application Scope

2002-07-12 Thread Matt Liotta
Apache Axis is supposed to be at 1.0 by the end of the month or early August. Any chance we will see a hotfix for that? Matt Liotta President CEO Montara Software, Inc. http://www.montarasoftware.com/ V: 415-577-8070 F: 415-341-8906 P: [EMAIL PROTECTED] -Original Message- From: Ben

RE: CFMX JIT - productivity madness

2002-07-12 Thread Matt Liotta
I think it's a mixed bag really. In some cases developing in CFMX is slower because of the compilation issues. On the other hand, things like CFCs and the fact that Java classes integrate much easier make development much faster. Matt Liotta President CEO Montara Software, Inc.

RE: Tracking Emails

2002-07-12 Thread Al Everett
If PegasusMail displays HTML emails with linked images, then it's subject to these things. If you're using another mail client, like Outlook, you can disable HTML email display. Unless explicitly told to do so, PMail will not retrieve linked images. I prefer text e-mail, myself. Of course,

RE: Storing Queries in Application Scope

2002-07-12 Thread Brian Scandale
Ben, Please clarify for me. I'm a bit slow as others on the list can attest to. ;-) Are you saying that in the background, CFMX will upload patches and hotfixes? And then CFMX will install those patches and hotfixes on the CFMX server? Thanks, Brian At 11:23 AM 7/12/02, you wrote: Todd, I

RE: Storing Queries in Application Scope

2002-07-12 Thread todd
Brian, No... he's saying that rather than having to sit and install all the patches. All we have to do is drop a .jar file in a directory (and probably hiccup the service) and voila.. Just like us Apach'er had to do for the 2.0.39 hotfix. ~Todd On Fri, 12 Jul 2002, Brian Scandale wrote:

RE: Storing Queries in Application Scope

2002-07-12 Thread Dave Watts
What about 3rd party upgrades...? Example given: Axis - Are those being released in the form of a patch or perhaps instructions on how to do it? Unfortunately, this appears to be more difficult than just dropping in the new Axis jar over the old one. Admittedly, I don't really know what's

RE: Storing Queries in Application Scope

2002-07-12 Thread Dave Watts
No... he's saying that rather than having to sit and install all the patches. All we have to do is drop a .jar file in a directory (and probably hiccup the service) and voila.. Just like us Apach'er had to do for the 2.0.39 hotfix. But, in all honesty, that's all that was necessary for

RE: CFMX JIT - productivity madness

2002-07-12 Thread Alex Hubner
I agree in terms with you Matt. Since I'm a Fusebox programmer and a old fashioned CF5 coder i will take a litle more time to see any compensation on that. CFC are great, but they don't change the fact that simple CFML code (the one we have been using for 4-5 years) now is harder and more

Printing

2002-07-12 Thread Dan O'Keefe
What is the easiest way to send a text document to a printer from CFML. I would imagine writing the file out with CFFILE and somehow initiating a DOS command such as: copy file.txt PRN Dan - Dan O'Keefe TriPoint Technologies 954.501.3115

RE: CFMX JIT - productivity madness

2002-07-12 Thread Matt Liotta
Well... we is a strong word. I wouldn't really include myself in that description because I have never been a Fusebox person and my coding style has always been more traditional than you would find in most CF shops. Matt Liotta President CEO Montara Software, Inc.

Re: Printing

2002-07-12 Thread Tony Schreiber
There once was a tag called CFX_Print that would send files to a printer attached to the server... What is the easiest way to send a text document to a printer from CFML. I would imagine writing the file out with CFFILE and somehow initiating a DOS command such as: copy file.txt PRN Dan

RE: Printing

2002-07-12 Thread Tipton Josh (orl1jdt)
copy file.txt lpt1 is it is local or if you have captured the printer in dos to lpt1 if it is networked. I do that exact thing using cffile then exexecute. It sends it through the server to a printer that everyone works on. Joshua Tipton -Original Message- From: Dan O'Keefe

Re: Storing Queries in Application Scope

2002-07-12 Thread Jeffry Houser
At 02:19 PM 7/12/2002 -0400, you wrote: Wow I've been thinking about something. Since MM took over Allaire we haven't had /any/ SP's for Coldfusion. Either that says the products are perfect or they don't give a damn lol. Well, CF5 was really close to perfect. I seem to remember Ben

RE: Tracking Emails

2002-07-12 Thread jon roig
Ahh... there's no reason this should frighten you -- it's really just logging data in a more readable form than our regular IIS logs would... .. and for whatever it's worth, we actually do offer a plain vanilla text version of our newsletter for folks out there who don't like HTML mail, for

RE: Storing Queries in Application Scope

2002-07-12 Thread Ben Forta
Matt, Just chatted with the lead engineer about this one, changing the Axis bits may require a revision (or service pack or patch) to the underlying JRun engine, so this one may be beyond a simple CF patch. They are researching it though, I'll post a message if/when I hear something more

RE: Storing Queries in Application Scope

2002-07-12 Thread Stacy Young
I can't say I agree there...I'm sure there are instances of this side effect...it's just I haven't seen it yet. At the moment all our apps are still CF5 code base aside from the current project. -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002

RE: Storing Queries in Application Scope

2002-07-12 Thread Stacy Young
Never thought I'd find myself defending a corporate giant on a mailing list but I've found it astonishing how much involvement there has been from MM in regards to the community. Ya there's been a couple of issues that haven't been nailed but certainly nothing anywhere close to burning anyone at

RE: Tracking Emails

2002-07-12 Thread Jim Gurfein
Thanks, Jon, for the help... works just fine. For those of you who are concerned, our mission here is to make sure that specialized buyers who are opted in are being recorded when they open their email... much as a return receipt would work... At 03:31 PM 7/12/02 -0400, you wrote: Ahh...

Boxes instead of

2002-07-12 Thread Neil H.
I have a strange problem in CFMX. When querying data and that data includes a displayed is a box instead of the . Anyone else see this and know how to correct it? THanks, Neil __ Signup for the Fusion Authority news alert

RE: Boxes instead of

2002-07-12 Thread Jim Vosika
Would #htmleditformat(yourVariable)# fix it maybe? Jim Vosika Http://tinyclick.com Free URL Shortening! -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 3:04 PM To: CF-Talk Subject: Boxes instead of I have a strange problem in CFMX. When

RE: Boxes instead of

2002-07-12 Thread Alex Hubner
Neil, I've posted a message on 21 June (CFMX or JDBC madness?) that discuss it. []'s Alex -Original Message- From: Neil H. [mailto:[EMAIL PROTECTED]] Sent: 12/07/2002 5:04 PM To: CF-Talk Subject: Boxes instead of I have a strange problem in CFMX. When querying data and that data

RE: Storing Queries in Application Scope

2002-07-12 Thread Matt Liotta
That seems awfully contradictory. On the one hand you disagree, but on the other you acknowledge that there must surely be instances of what I described, but you haven't seen them. Well just how many CF applications being ported from CF 5 to CFMX have you looked at? My comment was based on

Cookie anyone?

2002-07-12 Thread Greg Luce
Anyone have any ideas on setting domain level cookies when you're running CF4? It doesn' support the domain parameter in CFCOOKIE and also doesn't allow setdomaincookies in a CFAPPLICATION tag. Javascript perhaps? Greg Luce eDiets.com 3801 W. Hillsboro Blvd Deerfield Beach, FL 33442

Re: Boxes instead of

2002-07-12 Thread Neil H.
Yes but I can't use QueryParam and this is results not input. Neil - Original Message - From: Alex Hubner [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, July 12, 2002 4:15 PM Subject: RE: Boxes instead of Neil, I've posted a message on 21 June (CFMX or JDBC madness?)

Re: Cookie anyone?

2002-07-12 Thread Howie Hamlin
Setting a cookie simply adds a header to the document returned to the browser. And, since you can send multiple Set-cookie headers in your response it will not interfere with CFID/CFTOKEN. You can set the cookie name and value and add a domain with a wildcard like *.ediets.com. The spec is

MX Localization Issue

2002-07-12 Thread Harry Klein
The following Issue is documented in the Macromedia MX Release Notes: http://www.macromedia.com/support/coldfusion/releasenotes/mx/releasenotes_mx.html When submitting data through a form using the post method, and when

RE: Storing Queries in Application Scope

2002-07-12 Thread Timothy Heald
Matt Liotta started his development career at the age of twelve by building C applications for faculty at Emory University. That sentence explains so much to me. Tim Heald ACP/CCFD :) Application Development http://www.schoollink.net Fusebox Advisory Committee Member http://www.fusebox.org

RE: CFMX JIT - productivity madness

2002-07-12 Thread Alex Hubner
Well, maybe for a brazilian that speaks portuguese as a native language we doesn't have the same meaning and can be used in a wrong maner, sorry about that. Anyway, I just want to let my impressions about CFMX regarding productivity, not the overall productivity (we're not talking about creating

RE: Cookie anyone?

2002-07-12 Thread Dave Watts
Anyone have any ideas on setting domain level cookies when you're running CF4? It doesn' support the domain parameter in CFCOOKIE and also doesn't allow setdomaincookies in a CFAPPLICATION tag. Javascript perhaps? You can just set the CFID and CFTOKEN cookies yourself using the CFHEADER

RE: Cookie anyone?

2002-07-12 Thread Greg Luce
Can you break that down a little for me? Where/How would I be setting the cookie name and value? With CFCOOKIE? cfcookie name=AR value=OK expires=NEVER Where would I put the *.ediets.com? Greg Luce eDiets.com 3801 W. Hillsboro Blvd Deerfield Beach, FL 33442 [EMAIL PROTECTED] 954.360.9022 x116

Re: Cookie anyone?

2002-07-12 Thread Howie Hamlin
Something like: cfheader name = Set-cookie value = mycookie=somevalue; path=/; domain=*.ediets.com You can also insert an expires parameter to set the expiration of the cookie. HTH, Howie - Original Message - From: Greg Luce [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent:

RE: Storing Queries in Application Scope

2002-07-12 Thread Ben Forta
Bingo! --- Ben -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 2:40 PM To: CF-Talk Subject: RE: Storing Queries in Application Scope Brian, No... he's saying that rather than having to sit and install all the patches. All we have

RE: Storing Queries in Application Scope

2002-07-12 Thread todd
I think when I was twelve... uh, I was still watching carto.. wait, no, I was discovering puberty. :) ~Todd p.s. hah, c'mon guys, it's friday... On Fri, 12 Jul 2002, Timothy Heald wrote: Matt Liotta started his development career at the age of twelve by building C applications for faculty

Sorting a grouped tree...

2002-07-12 Thread Ian Lurie
Hi all, I'm using the nodes/tree methodology to create a grouped set of data: Home Page 1 Page 2 Section 1 More stuff A bit more stuff Section 2 Another group of stuff Problem is, I figure out how to alphabetize, but

RE: Storing Queries in Application Scope

2002-07-12 Thread Ben Forta
Makes sense to me, I'll ask. --- Ben -Original Message- From: Matt Liotta [mailto:[EMAIL PROTECTED]] Sent: Friday, July 12, 2002 2:31 PM To: CF-Talk Subject: RE: Storing Queries in Application Scope Apache Axis is supposed to be at 1.0 by the end of the month or early August. Any

RE: Storing Queries in Application Scope

2002-07-12 Thread Ben Forta
Bill, That was a long time ago, small start-ups can function differently. Plus, the economy back then made doing highly unprofitable things possible (heck, it was even encouraged g). The reason CF5 has no service packs is that it did not need them, really. It was based on CF4.5SP2 which was (by

  1   2   >