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 SkipVought 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: mgayb
  • Order by date
  1. mgayb

    .Net Crystal Reports - Hyperlink to Another Crystal Report

    I have a standard Crystal report and am trying to set a hyperlink to another crystal report which I have written and is working just fine. When I try to format the report field in the designer and click on the "hyperlink" tab the option to link to another crystal report is always...
  2. mgayb

    .NET Crystal Report Printing

    I ended up not printing directly to the printer from the web server. Instead I made use of an article I got from Crystal Decisions Support on the options available to print from a web form using the .NET crystal viewer. My solution was to stream the report programmatically to a temp PDF file...
  3. mgayb

    Crystal Reports ActiveX and .Net Inter Operability

    To answer your first 2 questions: You need to have independently installed Crystal Reports (not the .NET version) on your computer. You will find crviewer.dll in : c:\Program Files\Seagate Software\Viewers\ActiveXViewer You will find CRAXDT in: c:\Program Files\Seagate...
  4. mgayb

    .NET Crystal and XSD Datasets

    I had to write a stored procedure which dynamically builds the select statement within the SQL Server stored procedure based on parameters passed into the stored proc. The stored proc works just fine but the problem is that I cannot create an xsd schema within VB.Net since the stored proc is...
  5. mgayb

    Crystal ActiveX Viewer - Session Time out

    I am using the Crystal 8 ActiveX Viewer in an ASP page. I am setting both my Session(oApp) and Session(oRpt) objects successfully. I am loading a Crystal 8 designed report which contains no database connections (it only contains a label saying this is a test report) However as soon as we reach...
  6. mgayb

    Crystal Reports ActiveX and .Net Inter Operability

    I dont see your email address on the forum but here is mine if you are able to dig up that code. Thanks for all the help E:Mail: mark.gaybba@turner.com
  7. mgayb

    Crystal Reports ActiveX and .Net Inter Operability

    Would you mind if I ask how you got it to work...I would not mind having a go at it as well. I have a few drill down reports which will mean that after drill down a user will first have to do an export to pdf before printing. Also how exactly does the export code look like. Did you manage to add...
  8. mgayb

    How to use the crviewer in Visual InterDev

    The code is good and fine but I do not understand what is inside of WebBroker and also WebSource. Is the code available for the above objects ? So if I have a Crystal Report calle Test.rpt...where do I load the report into the report object ?
  9. mgayb

    .NET Crystal Report Printing

    I have a report that successfully displays in the Crystal Viewer that comes built in with .NET within an .NET Web application. The viewer control resides on a webform. I am trying to print the current report through code directly to the printer. I am consistently getting the following error...
  10. mgayb

    Crystal Reports ActiveX and .Net Inter Operability

    I have noticed that the Crystal Report Viewr witin .NEt does not show the printer button or the export file button. However the Crystal Reports ActiveX Viewer Control does show the buttons. I want to be able to include the ActiveX Control in a .NET ASP application. I am able to make a reference...

Part and Inventory Search

Back
Top