Re: JavaScript please please

2007-12-01 Thread Dinner
at first blush that looks o.k. Is FF throwing an error? Maybe the error is actually upstream? NaN? On Dec 1, 2007 10:31 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > So I have been stumbling my way thru some JavaScript. > > Setup: I've got a form with 4 columns. QTY, Description, PRICE and L

JavaScript please please

2007-12-01 Thread Erika L. Walker
So I have been stumbling my way thru some JavaScript. Setup: I've got a form with 4 columns. QTY, Description, PRICE and LINE TOTAL. CAPS are the important ones. Form has at least 5 lines, will have the ability to add more if need be. All are text fields except Description and LINE TOTAL since LI

Re: anyone home?

2007-12-01 Thread Judah McAuley
Chances are you had a problem with the precision on your numeric. When you declare a column as numeric you have to specify how long it is total and how many places will be stored after the decimal point. So if you declare a column as Numeric(9,2) it will be nine digits long, total, and 2 after the

Re: anyone home?

2007-12-01 Thread Erika L. Walker
Good thing I'm half drunk and could understand all that Dizzee dahling. I hear ya, I follow ya, I even believe ya! So I shall change the ways before it's too late. :) On 12/1/07, Dinner <[EMAIL PROTECTED]> wrote: > > For moneyz youz wantz ta yooz dat money or dee decimal tie-ps, daaahrling. > > O

Re: anyone home?

2007-12-01 Thread Dinner
For moneyz youz wantz ta yooz dat money or dee decimal tie-ps, daaahrling. On the realz tho- money /needs/ like a decimal, or, when coding java, a double, IIRC, so them half pennies don't make like Office Space. As for the JS- hell, I've got a budget guestimator I did, it's so complex but so sim

Re: anyone home?

2007-12-01 Thread Erika L. Walker
I switched to big int and had success I guess I'll leave it at that until next problem crops up. I like money tho. sounds like what I need. no pun intended ;) OK! for the big finale. Anyone ever build a form that as you entered values it calculated totals on the fly using JS? I assume I need t

Re: anyone home?

2007-12-01 Thread Crow T. Robot
If this is MSSQL2K you could use the money datatype (good from * *-2^63 through 2^63 - 1) and change the cfqueryparam to cf_sql_money. otherwise, i think that the traditional choice is float. of course, i don't see why numeric would not work. i would use money, personally. On Dec 1, 2007 7:02 P

Re: anyone home?

2007-12-01 Thread Erika L. Walker
MSSQL datatype is "numeric" ... Is that wrong? this field is going to hold a money value. could run 10's of thousands ... On 12/1/07, Crow T. Robot <[EMAIL PROTECTED]> wrote: > > > > question tho, what is the datatype (SQL datatype, not the form value's > datatype) > ~~

Re: anyone home?

2007-12-01 Thread Crow T. Robot
not sure what error you're getting, but off the top of my head, i'd change that to question tho, what is the datatype (SQL datatype, not the form value's datatype) most of the time, I use cf_sql_integer for ints. On Dec 1, 2007 6:38 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > ok, cfquery

Re: anyone home?

2007-12-01 Thread Erika L. Walker
"101 Ways to make coding fun and sexy" Now what's my issue with the other error? On 12/1/07, Charlie Griefer <[EMAIL PROTECTED]> wrote: > > On Dec 1, 2007 4:45 PM, Tony <[EMAIL PROTECTED]> wrote: > > standards based coding, charlie induced. > > > > prolly like ONLY missionary too. > > some of us

Re: anyone home?

2007-12-01 Thread Erika L. Walker
well you know, safe sex and all that, but I hear ya! It'll have validation on it too. Double layered I supposed. Probably won't feel a thing, but it'll be safe ;) On 12/1/07, Tony <[EMAIL PROTECTED]> wrote: > > > hmpphh ill take my bareback variable > and shove it into that table any day of

Re: anyone home?

2007-12-01 Thread Charlie Griefer
On Dec 1, 2007 4:45 PM, Tony <[EMAIL PROTECTED]> wrote: > standards based coding, charlie induced. > > prolly like ONLY missionary too. some of us are good enough at the basics that we don't have to rely on trick plays :D -- "Scientists tell us that the fastest animal on earth, with a top speed

Re: anyone home?

2007-12-01 Thread Erika L. Walker
a. k k. Added that and that passed. thank you! On 12/1/07, Crow T. Robot <[EMAIL PROTECTED]> wrote: > > lol...sry...i meant to use that function _with_ your date. > > and you should really use cfqueryparam, if you want it to be "right". > > try this > > value="#CreateODBCDate('12/07/2007')#">

Re: anyone home?

2007-12-01 Thread Tony
standards based coding, charlie induced. prolly like ONLY missionary too. hmpphh ill take my bareback variable and shove it into that table any day of the week. i check for correctness elsewhere usually, never really rely on cfqueryparam. :) hi ho silver. On Dec 1, 2007 7:35 PM, Erika L. W

Re: anyone home?

2007-12-01 Thread Crow T. Robot
lol...sry...i meant to use that function _with_ your date. and you should really use cfqueryparam, if you want it to be "right". try this On Dec 1, 2007 6:35 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > That didnt work, and then I thought, well doesnt that create a date time > for > tha

Re: anyone home?

2007-12-01 Thread Erika L. Walker
ok, cfqueryparam was the trick. Next problem .. next query ... ** MSSQL DB column is numeric. Am I using the wrong *cfsqltype? I get an error on run ...* *"Arithmetic overflow error converting numeric to data type numeric."* ** *thankies,* *E2K* ~

Re: anyone home?

2007-12-01 Thread Erika L. Walker
lmao. good stuff. I'm gonna try the cfqueryparam and be right back ... On 12/1/07, Tony <[EMAIL PROTECTED]> wrote: > > nothing. > > insert into > ERIKA > (somebodysMember) > values > ('12-1-2007') > > it will go in JUST fine > but, i guess 's those, single quotes > > :) tony > > ~~

Re: anyone home?

2007-12-01 Thread Erika L. Walker
That didnt work, and then I thought, well doesnt that create a date time for that actual moment at the time of insert? If so not what I was looking for... On 12/1/07, Crow T. Robot <[EMAIL PROTECTED]> wrote: > > i think you mean CreateODBCDate()? > ~~~

Re: anyone home?

2007-12-01 Thread Charlie Griefer
just popping it into a with the appropriate cfsqltype (cf_sql_date, i'd imagine) should do it. On Dec 1, 2007 4:18 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > lol. > > Anyway. Please forgive me and my dense brain. I should be shot for this > question as long as I've been with you guys ... >

Re: anyone home?

2007-12-01 Thread Tony
you can get crazy like '12-1-2007 12:20 pm' and that works or '2007-12-2007 13:20:59.996' whateve's dude. for real peace. t2y On Dec 1, 2007 7:18 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > lol. > > Anyway. Please forgive me and my dense brain. I should be shot for this > question as long

Re: anyone home?

2007-12-01 Thread Tony
nothing. insert into ERIKA (somebodysMember) values ('12-1-2007') it will go in JUST fine but, i guess 's those, single quotes :) tony On Dec 1, 2007 7:18 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > lol. > > Anyway. Please forgive me and my dense brain. I should be shot for this > question

Re: anyone home?

2007-12-01 Thread Crow T. Robot
i think you mean CreateODBCDate()? On Dec 1, 2007 6:18 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > lol. > > Anyway. Please forgive me and my dense brain. I should be shot for this > question as long as I've been with you guys ... > > But, I'm inserting a date into an MSSQL DB Table. DateTime

Re: anyone home?

2007-12-01 Thread Erika L. Walker
lol. Anyway. Please forgive me and my dense brain. I should be shot for this question as long as I've been with you guys ... But, I'm inserting a date into an MSSQL DB Table. DateTime field. Field name is due date. Gonna use a drop down - forms it as thus: 12/10/2007 What do I need to wrap that

Re: anyone home?

2007-12-01 Thread Charlie Griefer
On Dec 1, 2007 4:09 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > Anyone out there around for a quickie? hello. > Now that I have your attention, quick CF/MSSQL DB question that is you > perverts ... women excluded. We aren't pervs ... d'oh! sorry. heard quickie, shot my load, going for a n

Re: anyone home?

2007-12-01 Thread Tony
im here. On Dec 1, 2007 7:09 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > Anyone out there around for a quickie? > > > Now that I have your attention, quick CF/MSSQL DB question that is you > perverts ... women excluded. We aren't pervs ... > > > Thanks! > Erika > > > ~~~

Re: anyone home?

2007-12-01 Thread Crow T. Robot
fire away! On Dec 1, 2007 6:09 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > Anyone out there around for a quickie? > > > Now that I have your attention, quick CF/MSSQL DB question that is you > perverts ... women excluded. We aren't pervs ... > > > Thanks! > Erika > > >

anyone home?

2007-12-01 Thread Erika L. Walker
Anyone out there around for a quickie? Now that I have your attention, quick CF/MSSQL DB question that is you perverts ... women excluded. We aren't pervs ... Thanks! Erika ~| ColdFusion 8 - Build next generation apps today,

Re: Holy Crap this woman is smokin'

2007-12-01 Thread Tony
;) lucky me ! wooot for the geek! On Dec 1, 2007 4:25 PM, Erika L. Walker <[EMAIL PROTECTED]> wrote: > Well that's cause she looks like a hottie movie star herself! :) > > > > On 12/1/07, Tony <[EMAIL PROTECTED]> wrote: > > so, y'alls can have y'alls movie stars and shit... > ill take my REAL LIF

Re: Holy Crap this woman is smokin'

2007-12-01 Thread Erika L. Walker
Well that's cause she looks like a hottie movie star herself! :) On 12/1/07, Tony <[EMAIL PROTECTED]> wrote: so, y'alls can have y'alls movie stars and shit... ill take my REAL LIFE hottie boombattie ~| Create robust enterpri

Re: Anyone else bummed by the Sudan teacher verdict?

2007-12-01 Thread Dana
right. And I bet you don't demonstrate at soldiers' funerals either. But overseas who is getting the coverage, you or Rev. Phelps, hmm? On 12/1/07, Tony <[EMAIL PROTECTED]> wrote: > > there is a dude at the mcdonalds that just handed me my sweet tea for the > day. > > his name was JESUS (hay zeus)

RE: Holy Crap this woman is smokin'

2007-12-01 Thread Adam Churvis
Tony, Very classy. Congrats! Respectfully, Adam Phillip Churvis President Productivity Enhancement -Original Message- From: Tony [mailto:[EMAIL PROTECTED] Sent: Saturday, December 01, 2007 1:37 PM To: CF-Community Subject: Re: Holy Crap this woman is smokin' well... in all fairness.

Re: Holy Crap this woman is smokin'

2007-12-01 Thread Tony
well... in all fairness... i must say this one is on my mind, most if not all of the time. this is my hottie... my fiancee :) and yeah... we get married in like 3 months. from today, that is. http://www.tonyweeg.com/kennedyandi.jpg http://www.revolutionwebdesign.com/kennedy.jpg so, y'alls can h

Re: Anyone else bummed by the Sudan teacher verdict?

2007-12-01 Thread Tony
there is a dude at the mcdonalds that just handed me my sweet tea for the day. his name was JESUS (hay zeus) i was sooo fucking angry i burned the place down. fuckin nerve of some south americans. damn them all to hell. now, how ridiculous does that sound? really fucking if you asked me. tw

Re: phone review Samsung SCH-i760

2007-12-01 Thread Tony
LOVING MY Blackberry Pearl :) i went ahead and bought that one! me On Nov 30, 2007 9:27 PM, Sandra Clark <[EMAIL PROTECTED]> wrote: > Loving my AT&T Tilt > > > Sandra Clark > = > http://www.shayna.com > Training and Consulting in CSS and Accessibility > Team Fusebox > > > -Origi

Re: Anyone else bummed by the Sudan teacher verdict?

2007-12-01 Thread Jochem van Dieten
** Private ** wrote: >> It's like naming the Teddy Bear Jesus Christ or Yahweh. >> >> There are Christians who would find that offensive. > > Not *quite* Most certainly. For instance, http://www.youtube.com/watch?v=Zc79j3mi2oc was deemed so offensive to Christians it was pulled from Italian TV ju

Re: Happy Thanksgiving everyone!

2007-12-01 Thread Dinner
I was working, but I wanted to drop by and finish a long mish-mash of a post or two. And the rain sounds nice. And it *is* Friday! Er... well, you know what I mean. -- It has long been an axiom of mine that the little things are infinitely the most important. -- Sir Arthur Conan

Re: LOLCreashun

2007-12-01 Thread Dinner
Northern Zax: Your clan is few Southern Zax: But my tribe is legion On Nov 29, 2007 9:34 AM, Jim Davis <[EMAIL PROTECTED]> wrote: > "Tolerance" is great, wonderful and desirable (in most cases)... but > nobody > that preaches it actually provides pragmatic solutions to the basic > fundamenta

Re: Happy Thanksgiving everyone!

2007-12-01 Thread Erika L. Walker
Dinner is up and at em. What you doing so early on a Saturday? On 12/1/07, Dinner <[EMAIL PROTECTED]> wrote: > > That we connect like this should probably scare you, Mr. Stewart. > > Unless it's the other way around... OMFG! I just fried my mind. > > TIM-MAY!! > > -Original Message- > >

Re: Happy Thanksgiving everyone!

2007-12-01 Thread Dinner
That we connect like this should probably scare you, Mr. Stewart. Unless it's the other way around... OMFG! I just fried my mind. TIM-MAY!! > -Original Message- > GOBBLES!!! > ~| Check out the new features and enhance

Re: Finally found a way to drink Guinness xtra stout

2007-12-01 Thread Erika L. Walker
Hm. that might be drinkable ~| Check out the new features and enhancements in the latest product release - download the "What's New PDF" now http://download.macromedia.com/pub/labs/coldfusion/cf8_beta_whatsnew_052907.pdf