| Thread | Last Post | Replies |
|
| Newbie date question please | 12 Jan 2005 20:25 GMT | 3 |
I am trying to add a date Record Selection Formula; as {INVOICES.INVOICE_DT}<("Dec 31, 1999") , but I get the message " A Date-Time is required" Your help is appreciated.
|
| Password Rejected Using Crystal 9 in VB6 | 12 Jan 2005 19:35 GMT | 1 |
I am attempting to convert my VB app from using integrated (NT) security to SQL Server 2000 security. We are doing this to regulate database access. I have found that when I change the SQL Server user ('Admin') password
|
| Grouping Question | 12 Jan 2005 15:39 GMT | 2 |
I am trying to group my data into months. I created a formula that calculates the months: Month (date) I then create a group on from this field.
|
| simple formatting question | 12 Jan 2005 13:13 GMT | 1 |
I have the following (this is in vb): dim judge, jnum as string judge = {ClassicSetup.JudgeName} jnum = cstr({ClassicSetup.JudgeNum})
|
| BarCode | 12 Jan 2005 06:26 GMT | 2 |
I written a small soft to read and write Barcode. Unfortunately, when I read barcode, this one is good on my winform (VB.NET) but on my report (CR10), I only see the coresponding character chain.. CR seems not to recognize the "Code 128" trueType font I used for my
|
| How to release Crystal licenses | 11 Jan 2005 15:40 GMT | 1 |
I have problems with releasing Crystal licences. I'm using W2k + Visual Studio.NET + Crystal Reports for Visual Studio .NET. When I end ASP.net session Crystal license is not released and 5 concurrent users will reach after 5 sessions. None of these lines in my code won't help.
|
| Run-time Error 91 | 11 Jan 2005 15:15 GMT | 1 |
I have a VB6 application that connects to a SQL Server database, and displays a crystal report for selected data. The application works fine when logged into the computer using an account with Administrative privileges. The application was installed using the Wise Installer. When ...
|
| ExportToStream not found???? | 11 Jan 2005 08:46 GMT | 2 |
My Vistual Studio says I don't have ReportDocument.ExportToStream method.. why not? I have the Full version of Crystal 9 installed onto Visual Studio 2003 .NET /Lars
|
| Put a Subquery in CrystalReport 8.0... its possible? | 11 Jan 2005 06:20 GMT | 1 |
I need to know how can I put a simple subquery in a report? For instance a query like: Select T1.a , T1.b
|
| ASP.NET export to PDF directly? | 11 Jan 2005 04:39 GMT | 1 |
I can get everything to work fine with the Crystak Report viewer... but how Do I trigger the export to show a PDF right away, selceting all the settings in the code? I know there's an Export Method on the ReportDocument object itself... But
|
| Load a report from a UNC Path | 10 Jan 2005 21:27 GMT | 2 |
I Use Crystal 9 and ASP.Net I am wanting to call a Crystal Report from an ASP.net page. Currently, calling the report from the hard drive seems the only way. Does anyone know how to call the report using a UNC path?
|
| A Boolean is required Here when migrating from Crystal 8.5 to Crystal 10 | 10 Jan 2005 19:11 GMT | 1 |
Our company is moving from Crystal Reports 8.5 to Crystal Reports 10 in terms of embedded controls. We want to allow our users to create reports with version 10 and be able to view them in our application. However, our own reports must remain in 8.5 format for compattibility reasons ...
|
| Should I use CR at all? | 10 Jan 2005 15:13 GMT | 1 |
Hi! I'm trying to generate letters from a win form app by feeding data into a Crystal Reports file. This works, but at a very low level. For instance, I can generate the letters just fine, but I want control over which letters I print. Ideally, another app will call my ...
|
| Rounding to 0.05 | 09 Jan 2005 07:35 GMT | 3 |
I am trying to round some data to the 5 cents 20.98 and 20.99 should be 21.00; 20.95, 20.96 and 20.97 should be 20.95; 20.93 and 20.94 should be 20.95;
|
| Distinct Count Problem | 07 Jan 2005 21:18 GMT | 1 |
I have a field called SOKey that I group on. I then do a Selection by Group Here is the formula which works just fine: If {?Wrong}= "All" then
|