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 TouchToneTommy 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: *

  • Users: sumeet22
  • Content: Threads
  • Order by date
  1. sumeet22

    Suppress Sub report header

    using Crystal Version 10. Here is the typical scenario: Main report contains a sub report. Main passes multiple ids to process the sub report. Sub report uses stored proc to get data from SQL Server database. Stored Proc gets the data in following format from the database for ID 101: ID...
  2. sumeet22

    formating dates to different locales

    Is there any way to format dates to different regional setting i.e. when a user in US runs report the date should show up as 3/23/2005. When a user in UK runs the same report this date should show up as 23/3/2005. Is there any way to do this ? I am using Crystal 10. Thanks.
  3. sumeet22

    Crystal Report keeps on point to old datasource

    Using Crystal 10. Have some reports written by someone else. I made changes to these reports. Now the reports keep pointing to old datasource even though I set data source location to a new server and database. I tried verify database plus every other possible things. Still keep pointing to old...
  4. sumeet22

    suppressing items

    Have a scenario as follows and I am using this as sub report. id item a item b item c item d -- ------ ------ ------ ------ 1 good xyz nnn VVV 1 good xyz nnn PPP 1 good xyz nnn QQQ 1 bad abc kkk VVV 1 bad abc kkk PPP 1 bad...
  5. sumeet22

    multimple sub reports

    Hi, Have a weird scenario. I have multiple sub reports embedded on a main report. Here is the typical scenario: Main report uses a stored proc to get rows with ids that need to be passed into 5 sub reports. Let's say customer_id needs to be passed into all of those sub reports and the sub...
  6. sumeet22

    Comparing two rows and their column values

    Is is possible to do something like follows in Crystal Report ? ID fname lname add1 city state zip Row 1: 1 abc def 123 st York FL 21025 Row 2: 2 abe ttt 123 st Penn FL 21025 Given the above scenario, is it possible to compare items row by...

Part and Inventory Search

Back
Top