Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jvy2002help

    How to pass parameter from ColdFusion page to ColdFusion Report

    Having problem trying to pass parameter from Cold Fusion Page to Cold Fusion Report Builder. Please help. Following is the code in Cold Fusion page named “CRDF_report.cfm” <cfreport template="CRDF_Test.cfr" format="PDF"> <cfreportparam name="Judicial_ID" value="LB"> <cfreportparam...
  2. jvy2002help

    Cold Fusion Reporting

    Can anyone help me on Cold Fusion Reporting. I need to find out if it is do-able to build reporting in Cold Fusion. If you know how to do you, would me please let me know.
  3. jvy2002help

    Crystal Report question

    I am new in Crystal Report and would appreciate if someone can help. I have a formula to calculate the Tax due. EX Tax Due = 66.00 X 9.75% = 6.44 (it rounds up from the actual value of 6.435) Total Tax collected = 6.46(this is a fixed value from DB) The different of Total Tax and Tax Due =...
  4. jvy2002help

    How to convert a number to a string

    Actually what I really want is For example x=(23464.4356). I use <cfset x = numberformat(x, "99999.99")> I only want the 23464.43, but I keep getting 23464.44 Is there anyway of getting just the first 2 digit after the decimal point. I couldnot figure out how to do it, so I thought of using...
  5. jvy2002help

    How to convert a number to a string

    can anyone show me how to convert a number to string in coldfusion?

Part and Inventory Search

Back
Top