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...
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...
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
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...
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...
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
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
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
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
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...
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
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
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...
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
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
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
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
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.