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 Mike Lewis 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. davisprogrammer

    ToText formula returns "Bad Number Format String" error

    Are you just trying to remove the comma from the year? If so, try this: ToText (Year(currentdate-1),0, "")
  2. davisprogrammer

    MS SQL Server 2008 connection problem

    What OS are you running Crystal on? If it's XP, make sure you have the latest MDAC 2.8 drivers. I have experienced trouble with the sql native client 10.0 passing partial data in sql server 2008 that I have not experienced using ODBC.
  3. davisprogrammer

    Missing Crystal Report Viewer images

    You can move the entire aspnet_client folder (where the crystal report viewers are stored) into the root of your website (or virtual directory). \\webserver\root website\aspnet_client\system_web\4_0_30319\crystalreportviewers
  4. davisprogrammer

    Multiple gridrowcolumnvalue Problem

    Thanks LB. Yes, the formulas were doing analyses that weren't available in Cr 11 (not sure if they are now supported) and then the results were formatted depending on where the formula was in the table. I'll go through and delete and redo and see if that helps.
  5. davisprogrammer

    Multiple gridrowcolumnvalue Problem

    Ok, on more investigation, it seems that I can't have a gridcolumnvalue() = a formula (like @grades) above. Is this not supported in CR 2008? Thanks.
  6. davisprogrammer

    Multiple gridrowcolumnvalue Problem

    Hi- I have a long report I built in CR 11.5. I am now looking to upgrade that report to CR 2008 SP3. It is very weird, but i get the annoying "code unsupported" message when I try to run the report in the newer version of CR(I use SQL SERVER 2008 R2 btw). The report dies when it gets to my...

Part and Inventory Search

Back
Top