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 Chris Miller 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. ronbowen

    Need help with formula to calculate holidays

    SmokeEater, Have you looked at kenhamady.com. Ken's formulas for calculating weekends and holidays are very good.
  2. ronbowen

    Report requested requires further information...

    JCruz063, Using the web config, ODBC (SQL Server)setting mentioned before in an existing C# web app, I currently have a aspx page as reportSelector which retrieves from the db a list of the existing reports. Based on the selection in this page I pass the info to a reportViewer aspx page that...
  3. ronbowen

    Report requested requires further information...

    Hello, Here's what I'm using in my web config file. Line 3 is the name of the ODBC connection used by Crystal. The ODBC connection must be a system dsn not user dsn. Replace the sqlbox_name, database_name, system_dsn with your info and insert into the web config. 1 <appSettings> 2 <add...
  4. ronbowen

    Report requested requires further information...

    JCruz063, Does the report run in Crystal 10 using the MySQLODBC connection? If so, then the next place to look at is the web.config file. What's getting passed in the debugger.
  5. ronbowen

    Crystal Reports Fomula Needed

    Jim, Yes on both of your questions. The error was in my typing of the @codesaccum formula. I've corrected it and I'm getting the desired result. Thank you lbass for the solution and Jim for your reply. Ron
  6. ronbowen

    Crystal Reports Fomula Needed

    Your prompt response was much appreciated. Everything seems to be working until I get to the group footer section. The issue seems to be with left(codes),len(codes)-2); If I use the -2 then the last number in the result is trimmed(as shown below 1201799 which should be 12017991). Is this...
  7. ronbowen

    Crystal Reports Fomula Needed

    Hello, Needing help to solve this issue in Crystal Reports 9 and MS SQL Server. Example: I have several tables linked on the report two of which are Authors and Codes. Authors has author_id and Codes had code_id with author_id as FK. For each author_id I obtain multiple Code(code_id) records...

Part and Inventory Search

Back
Top