| Thread | Last Post | Replies |
|
| HELP PLEASE modifying chart properties at runtime | 28 Jan 2005 06:19 GMT | 1 |
Hello everyone. I have a problem involving changing some of the attributes of a bar chart from our VB application. The problem areaa has ?? marks at the beginning of the lines. We first would like to change the height of our bar chart based on the
|
| Text box question | 28 Jan 2005 03:24 GMT | 2 |
Hopefully this one might be simple: I have a text box showing a Title that can be longer than the width of the page which is set up to landscape. If the title is longer, I do not want the box to auto-grow (which I do not have checked, but I would like the font
|
| Auto Signature/ MICR printing support | 28 Jan 2005 02:43 GMT | 1 |
Does Crystal support creating Auto Signatures/ MICR fonts to print off checks? TIA
|
| Need to format signed numbers with same spacing as non signed numbers with Crystal Reports 10 | 27 Jan 2005 19:55 GMT | 1 |
I need to format a number into a string with a set number of character spaces and include a sign if it is negative without increasing the number of character spaces. I am combining several formulas in to one formula field called line.
|
| Query for records with no data in field | 27 Jan 2005 14:35 GMT | 3 |
I've written a quick & dirty CR to try to find records in a sql table where the a userdefined field (30 charachter alphanumeric string) field is a <NULL>. I tried doing a selection formula where - Length ({Table_SQL.user_def_fld1}) < 15
|
| Easy question | 27 Jan 2005 14:35 GMT | 1 |
I am trying to build a formula that will insert either a "-" or "," based on the first letter of the string. If the string begins with a "P" or "L" then in the 4th position in the string I need to insert the hyphen. If anything else then it needs to be the comma.
|
| Common Dialog on Win2000 and WinXP | 27 Jan 2005 14:32 GMT | 7 |
I'm using this lines of code in my VB6 application to bring a dialog for Printer selection: Private Sub CRViewer91_PrintButtonClicked(UseDefault As Boolean) dlgPrint.ShowPrinter
|
| Page numbers as part of a larger document. | 27 Jan 2005 12:29 GMT | 3 |
I'd like to access the Special Field: Page Number. Is there any way to use this field in a Formula Field? I'm trying to create a Formula Field to display custom report page numbers. I am embedding a Crystal Report into a larger document, so the
|
| Labels. How to control the number of labels' columns in CR? | 27 Jan 2005 08:15 GMT | 1 |
Trying create labels in .NET application. Used CR9 wizard. It gave me 2 columns of labels on the page. That's fine. After the finishing .NET can see only 1 column. Can not find where can I control it in .NET or in CR.
|
| Report Creation API | 26 Jan 2005 23:17 GMT | 1 |
Anyone know or use the report creation API with the version of Crystal Reports that ships and installs with VS .Net 2003 Ent. Arch.? I know a separate license is required to get this turned on.
|
| looking for a comfortable way to acces cr data | 26 Jan 2005 23:17 GMT | 1 |
Hello NG, I create reports with CR9, which works fine. I report data which depends from the month. For that I use the Select Expert to give me just the data for a certain
|
| Windows NT Login with Crystal Enterprise 9.0 doesn't work | 26 Jan 2005 18:48 GMT | 2 |
I installed the Crystal Enterprise 9.0 System on a Windows 2000 Server Edition. Our Crystal Users are using also an Windows NT Login to log on to the Domain.
|
| New page when record changes | 26 Jan 2005 08:29 GMT | 2 |
I'm very new to Crystal, and I need to get a report up and running quick! How can I make the report begin a new page when a certain record changes? Its for an inventory report where all the info is similar for each customer, but needs to be printed on a separate page for each ...
|
| PaperSize customer. | 26 Jan 2005 01:51 GMT | 1 |
I'm having a problem programming CR 8.5 within VB6 with PaperSize. I'd like to design a report that will be print with continuous paper, in PaperSize of "8.25 X 5.5" inch. The printer have not this size of paper. CR9 has Report.SetUserPaperSize, but, with CR 8.5 ?
|
| Place a specific record to the end of the crystal report | 25 Jan 2005 13:37 GMT | 1 |
Do anybody know how to move a specific record to the end of the report? Example, my report retrieve several records from dataset ds, ds has severals columns (c1,c2,c3,c4)
|