i shall ask 1 more time

2003-02-16 Thread Dave Lyons
I still got this code that is bugging the crap outta me! here's the code To Late #NumberFormat(secondstogo,'00')# seconds the problem is that this is a count down to a set month, day, hour, minute and second. for example when the timer gets to be less that a day it disp

RE: i shall ask 1 more time

2003-02-16 Thread CFDEV
First off, how are the variables being created? Is the variables refreshed everytime the page is loaded? -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 8:07 PM To: CF-Talk Subject: i shall ask 1 more time I still got this code that is

RE: i shall ask 1 more time

2003-02-16 Thread Matt Robertson
MSB Designs, Inc. http://mysecretbase.com -Original Message- From: CFDEV [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 5:28 PM To: CF-Talk Subject: RE: i shall ask 1 more time First off, how are the variables being created? I

Re: i shall ask 1 more time

2003-02-16 Thread Dave Lyons
leftover3; and no its not refreshing i have an example (live) if you need to see that Dave - Original Message - From: "CFDEV" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 8:27 PM Subject: RE: i shall ask 1 more

RE: i shall ask 1 more time

2003-02-16 Thread Matthew Walker
Hard to tell without knowing more about your code, but how about: > -Original Message- > From: Dave Lyons [mailto:[EMAIL PROTECTED]] > Sent: Monday, 17 February 2003 2:07 p.m. > To: CF-Talk > Subject: i shall ask 1 more time > > > I still got this code that is b

Re: i shall ask 1 more time

2003-02-16 Thread Dave Lyons
for some reason that throws an error about daystogo being undefined Dave - Original Message - From: "Matthew Walker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Sunday, February 16, 2003 8:42 PM Subject: RE: i shall ask 1 more time >

RE: i shall ask 1 more time

2003-02-17 Thread Owens, Howard
> Sent: Sunday, February 16, 2003 5:41 PM > To: CF-Talk > Subject: Re: i shall ask 1 more time > > > > timeleft = DateDiff("s", Now(), deadline); > daystogo = Int(timeleft /86400); > leftover1 = timeleft - (daystogo * 86400); > hourstogo = Int(leftove

Re: i shall ask 1 more time

2003-02-17 Thread Dave Lyons
this is how I have it set in the application.cfm template Dave - Original Message - From: "Owens, Howard" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 12:40 PM Subject: RE: i shall ask 1 more time >

RE: i shall ask 1 more time

2003-02-17 Thread Owens, Howard
ends #DATEFORMAT(request.AuctionEnd, ", d")#, at #timeFORMAT(request.AuctionEnd, "h:MM")# p.m. EDT. H. > -Original Message- > From: Dave Lyons [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 4:27 PM > To: CF-Talk > Subject: Re: i

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

2003-02-17 Thread CFDEV
mat(minutestogo,'00')# Minutes #NumberFormat(secondstogo,'00')# seconds -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 8:50 PM To: CF-Talk Subject: Re: i shall ask 1 more time for some reason that t

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

2003-02-17 Thread Ryan Kime
#NumberFormat(minutestogo,'00')# Minutes #NumberFormat(secondstogo,'00')# seconds -Original Message- From: Dave Lyons [mailto:[EMAIL PROTECTED]] Sent: Sunday, February 16, 2003 8:50 PM To: CF-Talk Subject: Re: i shall ask

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

2003-02-17 Thread CFDEV
yeah I just copied and pasted his, a client would jump on that one. -Original Message- From: Ryan Kime [mailto:[EMAIL PROTECTED]] Sent: Monday, February 17, 2003 10:09 AM To: CF-Talk Subject: RE: i shall ask 1 more time (works for me) Just to add in something to cfdev's email, make

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

2003-02-17 Thread Dave Lyons
oh lol thanks - Original Message - From: "Ryan Kime" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 10:09 AM Subject: RE: i shall ask 1 more time (works for me) > Just to add in something to cfdev's email

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

2003-02-17 Thread Dave Lyons
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 it is 0 time remainin

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

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

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

2003-02-17 Thread Jim McAtee
Message - From: "Dave Lyons" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 5:23 PM Subject: Re: i shall ask 1 more time (works for me) > oh lol > thanks > > > > - Original Message - > From: "Rya

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

2003-02-17 Thread Dave Lyons
: "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 it is 0 time remaining, it shows, too late: > > >

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

2003-02-17 Thread Dave Lyons
> Minutes: 0 > Seconds: 0 > > > > Days: Last Day!#dtogo# > Hours: Last Hour!#htogo# > Minutes: Last Minute!#mtogo# > Seconds: #stogo# > > > > > Jim > > > - Original Message - > From: "Dave Lyons" <[EMAIL P

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) > T

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 c

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

2003-02-17 Thread Owens, Howard
nsidevc.com/ H. > -Original Message- > From: Dave Lyons [SMTP:[EMAIL PROTECTED]] > Sent: Monday, February 17, 2003 4: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 that because of th

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

2003-02-17 Thread Dave Lyons
, what the hell might as well give it a go. besides I am only getting $200 for it. Just trying to do more so I can learn. Dave - Original Message - From: "Owens, Howard" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 10:

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 m

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

2003-02-17 Thread Dave Lyons
PROTECTED]> Sent: Monday, February 17, 2003 10:50 PM Subject: RE: i shall ask 1 more time (works for me) > 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- > > Fro

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

2003-02-17 Thread steve
" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, February 18, 2003 2:08 PM Subject: Re: i shall ask 1 more time (works for me) | 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 s

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

2003-02-17 Thread Dave Lyons
ap. Dave - Original Message - From: <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Monday, February 17, 2003 11:24 PM Subject: Re: i shall ask 1 more time (works for me) > Dave I think you should be charging more: or come & work for me - i dont

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? 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 a