×

Loading...
Ad by
  • 予人玫瑰,手有余香:加拿大新天地工作移民诚聘求职顾问&行业导师!
Ad by
  • 予人玫瑰,手有余香:加拿大新天地工作移民诚聘求职顾问&行业导师!

Help! Help! Please help me in Crystal Report:

Please help me in Crystal Report:
I have a project that posts Crystal Report's report files(.rpt files) to a website using ASP. In the report, there is one main report data, and one sub-group report data which is related with the main report data, I mean, just like hyperlink: when you click any item in the main report data, you can get the corresponding sub-group data.
The problem is: In Crystal Report, both the main report data and the sub-group data can be exported to some other files, but once the Crystal Report is posted to website, the main report data can also be exported to other files but once you click some item in main report to get the sub-group data report, the "Export" button is fading out, we can't export the sub-group data any more, how to make the report also export the sub-group data?
Report

Replies, comments and Discussions:

  • 工作学习 / IT技术讨论 / Help! Help! Please help me in Crystal Report:
    Please help me in Crystal Report:
    I have a project that posts Crystal Report's report files(.rpt files) to a website using ASP. In the report, there is one main report data, and one sub-group report data which is related with the main report data, I mean, just like hyperlink: when you click any item in the main report data, you can get the corresponding sub-group data.
    The problem is: In Crystal Report, both the main report data and the sub-group data can be exported to some other files, but once the Crystal Report is posted to website, the main report data can also be exported to other files but once you click some item in main report to get the sub-group data report, the "Export" button is fading out, we can't export the sub-group data any more, how to make the report also export the sub-group data?
    • 能再描述清楚一点吗?你是在开发软件么?
    • you should go to main report to export all of them,no way you can export the sub report one by one
    • cache the result in some place(com?).
    • crystal reports provides a general version showreport.asp to show the report based on its report web engine, you may need do some change to this asp
      file, and in your rpt, you should create create the field/parameter link/mapping between your main report and sub report. and, any error msg? if the report data is not grabbed sucessfully, the export button also may be disabled. try the rpt in a desktop app see if it's ok then put it on the web.
      • showreport.asp??rptserver.asp--