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
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
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
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
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
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
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
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)
>
~~
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
"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
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
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
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')#">
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
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
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*
~
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
>
>
~~
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()?
>
~~~
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 ...
>
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
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
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
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
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
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
>
>
>
~~~
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 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,
;) 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
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
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)
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.
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
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
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
** 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
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
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
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-
> >
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
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
40 matches
Mail list logo