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 strongm 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. jbullman

    Crystal Report with SQL Statement

    A really helpful technique is to issue the SaveAs method - save a copy of the changed report so you can look at it in Crystal and see what the vb code has created. It's a method of the Report object, and is easy to use. Put it after you change the report in your code, but before you view...
  2. jbullman

    Appropriate to ask for Crystal contractors in forum?

    My company builds long-term relationships with good subcontractors for projects in Crystal. When I see someone in Tek-Tips who seems to be a good consultant, and I wish to approach them, there does not seem to be any way to do that formally. Did I miss something? Is it okay to just ask within...
  3. jbullman

    odbc vs. direct driver vs. ole db

    We're using CR 9 to report off Oracle 9. Has anyone seen great differences in the 3 kinds of access? Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  4. jbullman

    Lawson security model: CE 9, Oracle DB

    Did you ever get what you wanted? This is my, and my company's, area of expertise (Lawson and Crystal). Because of that, however, I'm somewhat restricted in the information I can give you. But let me know where you stand and I can see what I can do. Judith Judith Ullman...
  5. jbullman

    Is linking multiple Oracle schemas clean?

    If we use a command with a simple select statement that links tables from multiple schemas, does that involve any of the issues of linking multiple databases? The command looks like: select name, street from schema1.employee, schema2.address where schema1.employee_id = schema2.employee_id...
  6. jbullman

    Exporting Crystal Report 8 via VB CODE

    If you are using CR Developer, there are sample VB programs on the CD which normally get installed. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  7. jbullman

    Where do I go to find a job if I am qualified?

    You may also send me a resume: Judith.Ullman@InnovativeInformation.com Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  8. jbullman

    Crystal Enterprise - Query Builder -

    I've been thinking of doing the same. I will be most interested to see what you come up with. Thank you for offering it. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  9. jbullman

    ProcessHttpRequest vs. GetHtmlContent

    Did you ever figure this out? I am struggling wtih a similar issue. If you have any info, I'd appreciate it. Thanks. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  10. jbullman

    E Mail send messages via OWA

    I found an answer. In my registry is an entry for C:\Program Files\Common Files\Microsoft Shared\Triedit\dhtmled.ocx. This is the Active X control that is missing on the page. I registered it and it worked! The register command is regsvr32 "C:\Program Files\Common Files\Microsoft...
  11. jbullman

    E Mail send messages via OWA

    I also have this problem and would appreciate any help extremely. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  12. jbullman

    How do I traverse a COM Object?

    Thanks for your help. Using your input, I also found a helpful article for beginners: http://msdn.microsoft.com/msdnmag/issues/1200/TypeLib/default.aspx Thanks, Judith Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  13. jbullman

    How do I traverse a COM Object?

    I have the need to take a COM object and programmatically go from top to bottom in it, writing out the objects, collections, properties, etc. I know how to look them up in Object Browser, but how do I produce my own list? I need this to work in a generic way, so it can take any object and...
  14. jbullman

    Connecting to Access DB through VB

    I think you will find examples in the VB samples you get on the CD or on the Crystal web site. Your question belongs in the Crystal Integrate forum, and you may have better luck there. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  15. jbullman

    Pass multiple value params to CR8.5 from VB6

    Assuming you're using the RDC, you just need to issue the addcurrentvalue method once for each value for the parameter. If you've been using setcurrentvalue, replace it with addcurrentvalue. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  16. jbullman

    Where do I go to find a job if I am qualified?

    You might also look on the Crystal site at the partner list and then check out the partners. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  17. jbullman

    What is the best dll to reference?

    The Report Designer Component (craxdrt.dll) also uses the viewer, but it is the current product and most enhanced of the possibilities. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  18. jbullman

    507 error generated after session("oRpt").ReadRecords

    Do you by any chance have data saved in the report file? In that case it would appear to work the first time, and you would only experience the problem after that. However, session("orpt").readrecords is from the RDC, which does not use the Crystal Enterprise engines, so perhaps you...
  19. jbullman

    dll installed in client side

    I don't think this is possible. The engine to run the reports has to be somewhere, and if you're running via the web, it has to be available to the web server. Judith Ullman www.innovativeinformation.com Metro New York Crystal Decisions Training and Consulting Partner
  20. jbullman

    unmanaged reports

    I'm afraid there is some confusion here about the different terms. Here are the choices. 1. Load CR Professional and nothing else. You cannot run a report over the web in any way. 2. Load CR Developer and nothing else. Write ASP code using the RDC. You can call a report with the...

Part and Inventory Search

Back
Top