OT: Hurricane in Houston?

2003-07-27 Thread Mike Kear
Sorry to take up bandwidth on non-technical issues, but it does relate to ColdFusion services and development in an obtuse kind of way ... A supplier of services has claimed that the reason they didn't meet a deadline on Sunday 13 July was because there was a severe hurricane in Houston TX and d

Printing

2003-07-27 Thread Hamm, Greg
Hi List, Here is the background -Scheduled task at 2am on the 15th of the month -10minute process -3000 PDF docs created What I want to do is automatically print those documents I've found two solutions to help me so far: http://www.funasset.com/SilentPrint.htm and http://www.traction-software

Re: OT: Netscape 7.1

2003-07-27 Thread Rafael Alan Bleiweiss
Yeah NS 7.1 is pretty good, however I just discovered a quirk last night regarding CSS. I've got a major CSS file that sets padding, and a host of other elements in tables. When I generated the page using the My main navigation table in NS 7.1 had a gap in it, not in IE though. I decided to

RE: Missing form fields - anyone experienced this error ?

2003-07-27 Thread Joe Eugene
Post your codeWhat is CardType? CheckBox? Joe Eugene > -Original Message- > From: Robert Kogan [mailto:[EMAIL PROTECTED] > Sent: Monday, July 28, 2003 12:42 AM > To: CF-Talk > Subject: Missing form fields - anyone experienced this error ? > > > I just upgraded from CF 5.0 to CFMX, an

RE: JDBC Driver problem with MS SQL Server 2000

2003-07-27 Thread Joe Eugene
> EXEC('select ' + @col1 + ' as col1, ' + @col2 + ' > as col2, ' + @col3 + ' as col3 from ' + @obj + ' order > by ' + @col2); What your trying to do above.. should really be done in a Stored Procedure.. If you cant do that.. try to build the SQL Statement first. i.e declare @sqlStmt varch

Missing form fields - anyone experienced this error ?

2003-07-27 Thread Robert Kogan
I just upgraded from CF 5.0 to CFMX, and I am having this same problem. The form submission works fine for me, but I still see a few errors per day where the receiving form submission page generates the error, "Element CARDTYPE is undefined in FORM". I've made sure there is no ill-formed HTML

OT: Netscape 7.1

2003-07-27 Thread Stacy Young
Lil bit OT but it may be worthy. ;) I had to do some regression testing on an app today and was forced to install Netscape 7.1, ACK!...and I must admit I was pleasantly surprised. I believe it's *finally* caught up to (and surpassed) IE. Built-in pop-up blocking for one...and every IE feature I us

RE: Hosting Revisited.

2003-07-27 Thread Michael T. Tangorre
Tim ill hammer it tomorrow... I got a pretty decent sized application to throw at it. Mike -Original Message- From: Tim Heald [mailto:[EMAIL PROTECTED] Sent: Sunday, July 27, 2003 11:28 PM To: CF-Talk Subject: Hosting Revisited. I need one more person to test out my servers. I really

Hosting Revisited.

2003-07-27 Thread Tim Heald
I need one more person to test out my servers. I really would like it to be some one that's going to hammer it. Flash Remoting, CFCs, and Web Services will need to be tested hard. Let me know if your interested Tim --- [This E-mail scanned for viruses by Declude Virus] ~~~

RE: Caching custom tag article somewhere?

2003-07-27 Thread Raymond Camden
That would be an article I wrote. The tag was called scopeCache and was pretty simple. This is the MX version. The nonMX version would need loads of locks. This shold be extended to support things like timeouts, etc.

RE: "Session is invalid" on CFMX

2003-07-27 Thread Jim Davis
> -Original Message- > From: Sean A Corfield [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 27, 2003 9:31 PM > To: CF-Talk > Subject: Re: "Session is invalid" on CFMX > > On Sunday, Jul 27, 2003, at 16:51 US/Pacific, Jim Davis wrote: > >> From what I can tell it doesn't create them if J2EE

Re: "Session is invalid" on CFMX

2003-07-27 Thread Sean A Corfield
On Sunday, Jul 27, 2003, at 16:51 US/Pacific, Jim Davis wrote: >> From what I can tell it doesn't create them if J2EE session >> management is > enabled. However they still ARE created for CF Client Management > (Client > Scope). That may be where the confusion is. > > Basically if you enable J

Error: Can Not Connect to JRUN Server - Any new ideas?

2003-07-27 Thread Director - Information Technology
Users sees this error: Can Not Connect to JRUN Server Been having this problem repeatedly lately. (Basic client environment is CFMX on 2K SP4 against SQL Server on separate machine) They are concluding updating Session and Application variable access to use CFLOCK, as well as running Jrun from a

Caching custom tag article somewhere?

2003-07-27 Thread Rich Z
Guys: I could have SWORN I'd read an article that explained a custom tag (very simple one actually) that gave the user the option of defining which scope to cache the content, etc. Real neat little tag. I THINK the article was in CFDJ, but I can't find it in the archives. Can someone help? R

Select TOP X form all Groups

2003-07-27 Thread Ian Skinner
I have a table something like the below. I would like to create a select that will retrieve the TOP 2 records for each category? I can't seem to get my head around this one, is it really that difficult? Desired Results: TYPENAMEVIEWS Campground X 4 Campground Bar

JDBC Driver problem with MS SQL Server 2000

2003-07-27 Thread LI, Chunshen \(Don\)
My environment, CFMX Prof, Windows XP Pro OS, MS SQL Server 2000 DB server. The following query executes fine with Query Analyzer and the query execution shows up fine by CF debugging, however, I got the following annoying err msg, please note, I must use column alias for referencing later, and if

RE: "Session is invalid" on CFMX

2003-07-27 Thread Jim Davis
> -Original Message- > From: Sean A Corfield [mailto:[EMAIL PROTECTED] > Sent: Sunday, July 27, 2003 7:35 PM > To: CF-Talk > Subject: Re: "Session is invalid" on CFMX > > > But are you sure that it does not write CFID/CFTOKEN even if you use > > J2EE > > sessions? > > Well, I'm not *sure*

RE: "Session is invalid" on CFMX

2003-07-27 Thread Benoit Hediard
> You've changed the default timeout in the CF Admin (from 20 minutes up > to 60 minutes), I assume? Are both domains using the same CF install or > do they have separate CF Admins? (i.e., is it a CFMX for J2EE setup?) Yes, settings have been set on CF Admin (from 20 minutes up to 60 minutes). It

Re: "Session is invalid" on CFMX

2003-07-27 Thread Sean A Corfield
On Sunday, Jul 27, 2003, at 15:50 US/Pacific, Benoit Hediard wrote: > We do not refer to CFID/CFTOKEN on our application, we only use > JSESSIONID, > especially to maintain the session between CFMX/FlashCom. OK, cool. > But are you sure that it does not write CFID/CFTOKEN even if you use > J2EE

Re: REGEX

2003-07-27 Thread Frank Mamone
Thanks Dave. Works! I was trying to use REFIND. This is much easier. -Frank - Original Message - From: "Dave Carabetta" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, July 27, 2003 6:57 PM Subject: Re: REGEX > > Hi all, > > > > I'm looking for a solution to str

Re: REGEX

2003-07-27 Thread Dave Carabetta
> Hi all, > > I'm looking for a solution to strip the alpha from a string. > > The string is something like PTK191919. I need to get the part after the > letters. Note the number of letters is not constant. > > I'll keep trying, but if you've done this type of thing before please let me > know. >

RE: "Session is invalid" on CFMX

2003-07-27 Thread Benoit Hediard
Thanks Sean. We do not refer to CFID/CFTOKEN on our application, we only use JSESSIONID, especially to maintain the session between CFMX/FlashCom. But are you sure that it does not write CFID/CFTOKEN even if you use J2EE sessions? I just closed all my browsers, deleted all my cookies, re-opened a

REGEX

2003-07-27 Thread Frank Mamone
Hi all, I'm looking for a solution to strip the alpha from a string. The string is something like PTK191919. I need to get the part after the letters. Note the number of letters is not constant. I'll keep trying, but if you've done this type of thing before please let me know. Thanks, Frank Ma

Hosting

2003-07-27 Thread Tim Heald
Hey Kids, Well I rebuilt the server, and I bought a APC UPS solution. So I am ready to start hosting. I am looking for a few people (3-5) to host for testing. First 5 people that come along get 1 SQL Server ds, CFMX, ASP, and 50 megs of space. Should be decent for a dev environment I fig

Re: "Session is invalid" on CFMX

2003-07-27 Thread Sean A Corfield
On Sunday, Jul 27, 2003, at 09:04 US/Pacific, Benoit Hediard wrote: > When I got the problem, I looked at the cookie values : > - CFID&CFTOKEN have the same values under www.ourdomain and > subdomain.ourdomain.com pages, > - JSESSIONID have different values under www.ourdomain and > subdomain.ourdo

"Session is invalid" on CFMX

2003-07-27 Thread Benoit Hediard
Hi everyone, Has anyone received the message "Session is invalid" on his CFMX app? We have a DNS configuration a little bit specific : 10.10.10.10 www.ourdomain.com 10.10.10.10 *.ourdomain.com (which mean any subdomains are redirected to 10.10.10.10) Application.cfm starts with : (chang