GROUNDHOG DAY? RE: Parsing *.html files with CF

2003-02-17 Thread Tony Weeg
isnt this a thread, that keeps coming back once every, lets say three months? tony -Original Message- From: Simon Horwith [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 7:25 PM To: CF-Talk Subject: RE: Parsing *.html files with CF just keep in mind that this is going to

Re: GROUNDHOG DAY? RE: Parsing *.html files with CF

2003-02-17 Thread Dave Lyons
that and fricking the damn locking one! lol Dave - Original Message - From: Tony Weeg [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 7:42 PM Subject: GROUNDHOG DAY? RE: Parsing *.html files with CF isnt this a thread, that keeps coming back once every,

Re: Parsing *.html files with CF

2003-02-17 Thread Austin Govella
This is awesome! Exactly what I was hoping for: a discussion on why you would or wouldn't do it. This is what I'm planning. 1. INCLUDES: I have headers, footers, and local navigation that's served via includes. I figured for the includes that it was inefficient to process CF code, then send

Re: Exporting to Excel Quandry

2003-02-17 Thread Bruce Sorge
That did it Joe.Thanks - Original Message - From: Joe Eugene [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Sunday, February 16, 2003 10:36 PM Subject: RE: Exporting to Excel Quandry spreadsheet. What happens is everytning is in a new row. I have played around with the

RE: i shall ask 1 more time (works for me)

2003-02-17 Thread CFDEV
You do not need to use the same layout as I did. Just the functionality -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 7:23 PM To: CF-Talk Subject: Re: i shall ask 1 more time (works for me) i'll try that I cant lay it out exactly like

Re: OT: Oracle Foreign Key Constraint

2003-02-17 Thread I-Lin Kuo
Bad oracle syntax ALTER TABLE tship_xref ADD CONSTRAINT fk_tship_location FOREIGN KEY (locationid) REFERENCES tship_location --- S. Isaac Dealey [EMAIL PROTECTED] wrote: I'm trying to create a foreign key constraint in Oracle -- I have this sql script: create table tship_location (

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
i'll have a few minutes in a few to go over the two thanks for your effort!:) Dave - Original Message - From: CFDEV [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 8:30 PM Subject: RE: i shall ask 1 more time (works for me) You do not need to use the

RE: GROUNDHOG DAY? RE: Parsing *.html files with CF

2003-02-17 Thread Tony Weeg
no really. this is a repeating thread, that comes back once every like 3 months, not that its a repeating topic, but, like, really duplicate emails, that happen once a quarter. tony -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 7:53 PM

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Jim McAtee
I suspect the code you posted may not reflect what you're using. In any case, I wouldn't recommend doing all the comparisons of days, hours, minutes and seconds to tell if an auction has ended. You've got the end date/time (deadline) and you know what the current date/time are (Now()). Just

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
i took your code and copied and pasted into a new template and ran it and the same thing happened to what i was using it says days: -1 hours: 12 minutes: 34 seconds: 45 so in my code it would show the day correctly but restart the countdown from days Dave - Original Message - From:

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
copied and pasted your code too and the same thing happens the days work but the hours, minutes seconds, start over Dave - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 9:25 PM Subject: Re: i shall ask 1 more time

Re: OT - Canadian sales tax question

2003-02-17 Thread Bud
On 2/17/03, Thane Sherrington penned: I'm not familiar with the rules for taxes in the US, but as far as I know, you charge the taxes that would be applicable in your province. Thanks Thane. The nearest I can tell is that GST/HST gets charged for the rate that of the province territory the item

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
here is your code live: http://www.real-singles.com/dead.cfm Dave - Original Message - From: CFDEV [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 9:50 AM Subject: RE: i shall ask 1 more time (works for me) This is what I used and it works for me. Once

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
actually i think yours works thanks! Dave - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 9:25 PM Subject: Re: i shall ask 1 more time (works for me) I suspect the code you posted may not reflect what you're using.

RE: i shall ask 1 more time (works for me)

2003-02-17 Thread Owens, Howard
Dave: Here's the auction site I built ... unfortunately, I can't turn the bidding on for you because corporate now controls the dev and production site, but still thought you might like to see it. I'll see if I can turn bidding on tomorrow some time. http://devauction.insidevc.com/ H.

ok, i last fix......... i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
last thing i need to do is this the server is 3 hours behind, how do i add 3 hours to it? cfset deadline = 02/17/2003 05:55 PM Dave - Original Message - From: Jim McAtee [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 9:25 PM Subject: Re: i shall ask 1

RE: i shall ask 1 more time

2003-02-17 Thread Owens, Howard
Dave, Scope your variable. either request.deadline or application.deadline Then do your date comparisons against that date and time. cfif Now() GT request.AuctionEnd cfset request.AuctionStatus=Over cfelse cfparam name=request.AuctionStatus default= /cfif Then in place were needed

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
thanks Howard, but don't go too any real lengths. This really isn't a big auction site. Actually its just a few pages for my competitors clients. then if they actually do well on the auction I will build a bigger one. I was going to do it in asp but since I am learning cfm, I figured, what the

RE: i shall ask 1 more time (works for me)

2003-02-17 Thread Owens, Howard
An auction is a hell of a thing to learn on ... but I know I was much smarter after doing our auction site. H. -Original Message- From: Dave Lyons [SMTP:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 7:44 PM To: CF-Talk Subject: Re: i shall ask 1 more time (works for me)

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
so far it hasn't been too bad. Lucky I'm coming from asp so I have an idea. No payments or anything just a simple who is the highest bidder. People out here in ky don't have a clue on how much a full fledge dynamic site will run. They think $500 is too much! my first real cfm site is a singles

RE: Parsing *.html files with CF

2003-02-17 Thread Dave Watts
I figured for the includes that it was inefficient to process CF code, then send it to have SSI added. Or whatever the order would be. I'm not even sure you could do that. You really can't do that, as a practical matter. HTML pages that use server-side includes and CF pages both require

Concetenating two Variables

2003-02-17 Thread Mark Leder
Hi All, Here's what I want to do: cfset SESSION.ecom.fullName = SESSION.ecom.firstNamenbsp;SESSION.ecom.lastName However, CF throws an error with the nbsp; spacer. What's the right way to put these two vars together (formatted with a space) in a new var? Thanks, Mark

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread steve
Dave I think you should be charging more: or come work for me - i dont mind cheap labour ;-) Steve Soars [p] 07 3821-5800 [f] 07 3821-5811 www.i-redlands.com.au Interactive Redlands what we do in life echoes an eternity - Original Message - From: Dave Lyons [EMAIL PROTECTED] To:

xml woes

2003-02-17 Thread Robby L.
ummm? I am, .. xmlsearch and xmlparse is being used in the cfscript block, and the issue is still ongoing.. Thanks though, Robby Subject: xml woes From: Peter Bagnato [EMAIL PROTECTED] Date: Mon, 17 Feb 2003 13:42:47 -0500 Thread:

RE: Concetenating two Variables

2003-02-17 Thread Tony Gruen
Try cfset SESSION.ecom.fullName = #SESSION.ecom.firstName# #SESSION.ecom.lastName# Tony -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 8:22 PM To: CF-Talk Subject: Concetenating two Variables Hi All, Here's what I want to do: cfset

RE: Concetenating two Variables

2003-02-17 Thread Matthew Walker
cfset SESSION.ecom.fullName = #SESSION.ecom.firstName#nbsp;#SESSION.ecom.lastName# -Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 18 February 2003 5:22 p.m. To: CF-Talk Subject: Concetenating two Variables Hi All, Here's what I want to do:

RE: Concetenating two Variables

2003-02-17 Thread Charlie Griefer
-Original Message- From: Mark Leder [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 9:22 PM To: CF-Talk Subject: Concetenating two Variables Hi All, Here's what I want to do: cfset SESSION.ecom.fullName = SESSION.ecom.firstNamenbsp;SESSION.ecom.lastName However, CF throws an

Replacing the #

2003-02-17 Thread Paul Giesenhagen
I am trying to check a variable to make sure it doesn't have a # sign in the variable and if it does, I want to remove it. Here is what I have, but it errors out with 1 (makes sense), but it doesn't replace if I have two! Any suggestions? cfset thisItem = ReplaceNoCase(thisItem, #, , ALL)

Re: OT: Oracle Foreign Key Constraint

2003-02-17 Thread S . Isaac Dealey
Thanks a bunch guys -- Jochem I-Lin -- very much appreciated. :) S. Isaac Dealey wrote: create table tship_location ( locationid varchar(35) primary key, locationname varchar(25) not null, locationorder int not null ) create table tship_xref ( locationid varchar(35)

Re: i shall ask 1 more time (works for me)

2003-02-17 Thread Dave Lyons
lol its a long story but I don't do this for a living, more of a hobby, so the money doesn't really matter. Its for a competitors client, so its kinda showing off too, since she only does static with frontpage. I'm not to good, I'm sure you don't want me even for that cheap. Dave - Original

Re: Concetenating two Variables

2003-02-17 Thread Pablo Varando
cfset SESSION.ecom.fullName = SESSION.ecom.firstName SESSION.ecom.lastName That should do it... Pablo - Original Message - From: Mark Leder [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 10:22 PM Subject: Concetenating two Variables Hi All,

Re: Concetenating two Variables

2003-02-17 Thread Taco Fleur
cflock timeout=10 throwontimeout=yes type=exclusive scope=session cfset session.ecom.fullName = session.ecom.firstName session.ecom.lastName /cflock - Original Message - From: Mark Leder [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 2:22 PM Subject:

Re: CF Studio extension

2003-02-17 Thread Jann VanOver
Wow, Barney, you should make friends with perl. A perl script is the perfect place to store search and replace setups. See http://www.perl.org/ for info On 2/17/03 2:09 PM, Barney Boisvert [EMAIL PROTECTED] wrote: Yeah, that's what I'm using, but i'm really looking for a way to store the

Re: Replacing the #

2003-02-17 Thread Pablo Varando
Try this: cfset thisItem = ReplaceNoCase(thisItem, chr(35), , ALL) That should work... Pablo - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 10:45 PM Subject: Replacing the # I am trying to check a variable

Re: Replacing the #

2003-02-17 Thread Paul Giesenhagen
Just tried it, and nope, it didn't work ... Thanks for trying though... Paul Giesenhagen QuillDesign - Original Message - From: Pablo Varando [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, February 17, 2003 11:53 PM Subject: Re: Replacing the # Try this: cfset

Re: Replacing the #

2003-02-17 Thread Pablo Varando
What about this: !--- put this OUTSIDE A CFOUTPUT --- cfset StringToSearch = # !--- Put this anywhere you want in the page --- cfset thisItem = ReplaceNoCase(thisItem, StringToSearch, , ALL) That Should work. give it a try and let me know... Pablo - Original Message - From: Paul

Re: Replacing the #

2003-02-17 Thread Paul Giesenhagen
It currently isn't in a CFOUTPUT it errors on the cfset Toughy huh?! Paul Giesenhagen QuillDesign - Original Message - From: Pablo Varando [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 12:07 AM Subject: Re: Replacing the # What about this: !--- put

Re: Replacing the #

2003-02-17 Thread Pablo Varando
OK, where are you getting the variable from.. are you setting at the top with CFSET? or is comeing a DB, etc? Pablo - Original Message - From: Paul Giesenhagen [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Tuesday, February 18, 2003 12:09 AM Subject: Re: Replacing the # It

RE: xml woes

2003-02-17 Thread Cameron Childress
If I understand your question, you aren't having XML woes, you are having ArrayDeleteAt() woes. My first bit of advice when troubleshooting a problem like this would be to simplify your code. Breaking a complex problem down into smaller pieces allows you to focus on the part that's breaking

RE: xml woes

2003-02-17 Thread Cameron Childress
Then as the loop continues on to the 6th item, (which no longer exists - you deleted it) the server throws an exception. ...and by 6th item I meant 5th... :) -Cameron - Cameron Childress Sumo Consulting Inc. --- cell: 678-637-5072 aim: cameroncf email: [EMAIL PROTECTED]

<    1   2