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 Wanet Telecoms Ltd 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: AlexB1234
  • Content: Threads
  • Order by date
  1. AlexB1234

    udf question

    Don't do much Oracle development, but I think I've got a simple problem. I'm trying to test whether the value in a varchar field is numeric with the following user defined function. The problem is I don't know how to trap for an Oracle error inside the function. Anyone? CREATE OR REPLACE...
  2. AlexB1234

    empty IE window when report target is _blank

    I've got a .NET application that includes crystal reports. The problem I have on 1 machine is that when the user drills down and I open another crystal report in a new window (target = _blank) I get an empty window. Naturally, it works fine on all the other machines. It's IE 6.0 with SP1 but...
  3. AlexB1234

    Exporting on-demand subreport

    Trying to export an on-demand subreport, i.e. a user clicks the link that displays the sub-report, when I execute .Export() the main report, not the subreport, exports! If I call .Export on the subreportobject I get "Error: Missing parameter field current value". Any ideas anyone?
  4. AlexB1234

    Designer Page Orientation

    For the life of me I can't remember how to set the page orientation in a .NET Crystal Report in the designer...aaarg!
  5. AlexB1234

    ASP.NET deployment error

    Just deployed an ASP.NET application and everything except Crystal Reports works fine. Naturally it works fine on the development machine and even on another test machine; it's just production that's hosed! Anyone ever get the following error when you try to open the Crystal web report viewer...
  6. AlexB1234

    Client script added to page w/ Crystal Web Viewer causes error

    Have an ASP.NET app that has a page with a Crystal Web Viewer on it. If I try to add a VBScript block to the page (doesn't seem to matter what I call it or where I put it) I get the following error when the page loads: A runtime error has occurred. Line 126 Error: End of statement expected...
  7. AlexB1234

    subreport linking parameters

    I have a report with a subreport and I'm trying to retrieve the linking values, which appear to be nothing more than parameter fields, in the Drill() event so that I can redirect the browser to a custom page. I've tried accessing the linking parameters like so: crParameterFieldDefinitions =...

Part and Inventory Search

Back
Top