> 1.One is that a tag called CF_getitems is being used
> and I haven't heard of it.
That is what is known as a custom tag. These are covered in Chapter 7 of
"Developing Web Applications with ColdFusion". If is a file named
"getitems.cfm", which is located either in a directory with the rest of your
app's code, of in the c:\CFUSION\Customtags directory (assuming CF is
installed in the default location.
> 2.Second is that I want that #30.00 but in the output
> its showing #30.0 ,I have tried hard by fixing it by
> changing the datatype but enable to do it.I am using
> Access97.
Check out your docs for a function called NumberFormat. Most likely when
the number is CFOUTPUT onto the page it's "mask" (the second part for the
Numberformat() function, is "99999.99" and it should be "999999.00". If
NumberFormat() is not being used at all, this could also be your problem.
Try something like #NumberFormat(yournumber, '999999.00')# and you should be
ok.
If none of this makes sense, pick up a CF language reference and read up on
these functions.
-Cameron
--------------------
Cameron Childress
ElliptIQ Inc.
p.770.460.7277.232
f.770.460.0963
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.