| Thread | Last Post | Replies |
|
| How to access Special Fields from VB | 16 Mar 2005 01:15 GMT | 1 |
I have some codes that force me to get the way how to access 'File Path and Name' of Special Fields from VB. Or is there any other way to get File Path and Name beside from the Special Fields? I have so many reports, so I think it's not practical if I've to put that special
|
| Automating Export to MS Word | 15 Mar 2005 16:30 GMT | 3 |
I have searched all over for a simple solution to this problem, but any code samples I find seem to be far too complex for what I think should be a relatively simple task. I've studied the Crystal 10 object model but I'm no expert and can't seem to find the breakthrough I'm
|
| Formula problem - Sring or calculation result | 15 Mar 2005 02:18 GMT | 1 |
I'm trying to look at the first 4 characters of a field value {sql.item_no}, and if it's either AO55 or A055 then print text but if it's not one of those, then perform a calculation and print the result. If I just do the field check and print the "refer to comment" text it
|
| Using a PDF Doc as a Report Guide (Repost due to non-answer) | 14 Mar 2005 21:57 GMT | 3 |
For a State Department we have to use a specific form to report quarterly data on. Up to this point we have been using a CR that did this, but the State now wants it on THEIR form. I have the form in both a doc and pdf file. Is there a way to put the form in CR, then build the ...
|
| Color Coding Fonts | 14 Mar 2005 15:23 GMT | 2 |
I want the name of a company to turn one of 3 colors depending on 3 separate variable fields. Do-able? Would someone enlighten me on what that formula would look like.
|
| whileprintingrecords | 14 Mar 2005 15:18 GMT | 6 |
Can someone tell me when should I use this in my formula? I read the help but don't quite get it. Thanks, Alpha
|
| Passing parameters to a subreport? | 14 Mar 2005 14:10 GMT | 3 |
I have a boolean parameter in my Main report. I also have a subreport in the main report details section. If the parameter is TRUE, I need to suppress a certain section on the subreport. I've tried adding the same parameter name in the subreport, but it doesn't work.
|
| Property 'Keycode' is non-nullable - ERROR! | 14 Mar 2005 07:37 GMT | 1 |
I've recently upgraded to Crystal XI, and rebuilt all my existing projects. When creating a setup and deployment package, the following error prevents me from successfully achieving this: ERROR: Property 'Keycode' is non-nullable
|
| crystal to picture | 13 Mar 2005 16:01 GMT | 1 |
HOW can i save or convert crystal report to bmp(picture) file?
|
| Write to Crystal field from VB calculated field - unbound? | 11 Mar 2005 19:45 GMT | 1 |
can anyone please help me solve this problem. I have a Crystal Report which has lots of fields bound to the database. However, in my VB code, I have some calculated fields which aren't in the database.
|
| Double reposnses from Database | 11 Mar 2005 16:27 GMT | 1 |
This is driving me crazy I have an ODBC connection to a sql database that I build reports on. Each client has multiple tables, so it does take some effort to make sure the links are correct (the auto links NEVER are). When I put the <score> into
|
| Select Distinct Records not available | 11 Mar 2005 13:16 GMT | 2 |
Let me put you in context: I have two users with Crystal Report 8 installed on their computer. When they open the SAME report, the totals they each see are different. I took a look to see what was different from one user to the other and what I found is that in the Report Options ...
|
| "Error in creating SQL Expression COM parser" | 11 Mar 2005 02:25 GMT | 2 |
Hi, my C++ code returns the following error string when calling ISQLExpressionFieldDefinition::raw_check() in the 8.5 API "Error in creating SQL Expression COM parser" When using the same code with the 10 API the code works fine.
|
| Formatting report on .NET web application | 10 Mar 2005 00:45 GMT | 2 |
I created a test report and put it into my aspx form. When it executes, there is a lot of space on the left margin and I cannot get it flushed, or aligned to the left. I checked the page setup, and the left margin is set at 0.25 inches.
|
| Repeat Sub Report's Report header on every page | 09 Mar 2005 21:31 GMT | 7 |
Hi, Now I am able to suppress the main report's page header. How can I print the Report Header on every page of that sub-report? I guess it doesn' have a Page Report section in the sub report because it is a sub report.
|