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 derfloh 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. D

    /WAIT not working correctly

    That plus a timeout worked great. Thanks for the help mikrom! For anyone else having /WAIT issues this is my now working code: @echo Uninstalling previous build... C:\path timeout /t -1 @echo Uninstalled build
  2. D

    /WAIT not working correctly

    Ah alright. I was hoping it was an error on my part. I still really need this batch file to wait for the first program to finish before running the second but I'll look into other ways to pause the script.
  3. D

    /WAIT not working correctly

    I'm trying to create a batch script that requires running two programs, one after the other. I've tried using wait to make the script run in sequence but it plows through the first wait and only stops at the second. This is the problem section: ::Uninstalls old build @echo Uninstalling previous...
  4. D

    Dynamic field height in crosstab?

    Hey all, currently using Visual Studio 2022 with the Crystal SP 36 plug-in. I'm wondering if its possible to make a fields height in a crosstab dynamic? I've got a crosstab with two cell fields that are only displayed if a value is available, otherwise the display string is "", but all of the...
  5. D

    Comparing two Date Ranges

    Hey all, So I've got a report where users can input a StartDate / EndDate, and expect to get back a list of documents active during that date range. These documents are active for a period of time that is stored in the datebase as ActiveDate / InactiveDate. I need to be able to compare these...
  6. D

    Stored Procedure with no Parameters

    I just recently updated from Visual Studio 2013/ Crystal reports SP35 to Visual Studio 2022/ Crystal Reports SP36 and have run into an unexpected problem. When I try to run one of my newly converted reports, I get the error: "Failed to retrieve data from database, Unexpected number of arguments...
  7. D

    Running total from a subreport only showing last value

    Hey guys, thanks for the replies! As far as I can tell, hilfy is correct that subreports can't send back values that change mid report (like a running total) For those curious, its because crystal reports executes its logic top to bottom. The subreport will complete all calculations in its...
  8. D

    Running total from a subreport only showing last value

    So I've got a report that tracks employee currency based on position. One position uses a different method (Think tracking hours VS tracking an activity) to record their currency and I've moved the calculations for that position to a subreport. I need the subreport to return a running total of...

Part and Inventory Search

Back
Top