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 gkittelson 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. penkehenke

    Proxy settings cleared by Internet Explorer

    Hi! O.S: Windows XP professional SP2 Develop. tool: V.S. 8 I.E: 6.0 I'm programming an application in V.S. 8 where I need to set the Internet Explorer proxy server settings. I've done it the way everybode seems to do it but I.E don't respond to my changes, instead it clears my values in the...
  2. penkehenke

    Accessing RAS with SDK

    Found a solution at Crystals homepage. There are missing two dll's, saxserialize.dll and xerces-c_2_1_0.dll. SDK installation doesn't include them so you have to put them there yourself and register the sax...dll in the registry. Thanks anyway.
  3. penkehenke

    Accessing RAS with SDK

    Hello! Crystal Advanced Developer v.10 Web application: ASP Web Server: IIS5 I'm working on a solution where SDK is installed on the webserver and RAS on another server. My web application returns an error when I'm trying to open the report. (clientDoc.Open) Error message: clientdoc.dll...
  4. penkehenke

    Environment issue

    Hi! I have a question wether Crystal Reports version 10 can exist together with an older version of Crystal Reports on the same server? Anybody who has tried or better, anybody who knows how if that is possible?
  5. penkehenke

    Optional sorting

    Thank you!!! Now I'm jumping up and down :) Seriously, you've been very helpful. Enjoy life and may the source be with you!
  6. penkehenke

    Optional sorting

    How do you make the parameter affect the order by? Sorry, but I'm new to this Crystal thing and I get confused most of the time while I'm trying to understand how it works. (I'm using version 10, forgot to put that in my first post...)
  7. penkehenke

    Optional sorting

    Hi out there in the cyberspace! I have problems with sorting. Is there any way to have optional sorting in a report based on parameters? The resulting sql should be order by col1 or order by col2 depending on my parameter. I cannot figure out how to do that.... I would be jumping up and down...
  8. penkehenke

    parameters to filter sql

    Hi! Crystal version 10 I've got an application where the user sets a couple of parameters and the application then opens a report. The user does not have to set all the parameters and my question is: Can I ignore those parameters in my report? something like: if parameter == "123" then...
  9. penkehenke

    My parameter is ignored

    Hi! ------------- version: 10 Language: ASP ------------- I have created a parameter in my report and I pass a value to it in runtime. But when I read/use the parameter value, it is the same as the one I tested with when I created the report. I've used the following code: For Each field In...
  10. penkehenke

    Filtering sql

    Thanks anyway. It's possible that I must go with the parameter solution, looks like thats the best way even if it leaves me with a lot of work...
  11. penkehenke

    Filtering sql

    That would be a terrific solution and I guess thats the best thing. What makes me wanna do it the other way is that I have 40 old reports from version 6 where they used that type of solution and there's a lot of work editing all reports... => I'm lazy :)
  12. penkehenke

    Filtering sql

    Hello! -------------------- Version: 10 Language: ASP -------------------- I have a report with a sql that produces a huge result. I also hav a web application where the user can set criteria to reduce the selection. Question: How do I change (or add) the sql in the report without using...
  13. penkehenke

    RAS - Unmanaged Change DB

    sorry, I forgot to tell you tha I'm using crystal version 10
  14. penkehenke

    RAS - Unmanaged Change DB

    The problem is that I want to do this in runtime. Is that possible?
  15. penkehenke

    RAS - Unmanaged Change DB

    Hi! I have an old report that I want to use in a new web application. To test the report in my testenvironment I must change the database that is set in the report. How do I do that? Greatful for any help....

Part and Inventory Search

Back
Top