| Thread | Last Post | Replies |
|
| Watermark or layers or lock image?? | 28 Sep 2004 14:35 GMT | 4 |
I'm new to CR. I have CR Pro v10. I need to place some field exactly on a form. I've scanned the form in as a TIFF and I can put it in CR and place fields over it, but sometimes it selectes the TIFF image and not my field. Is there a way to lock the TIFF,
|
| stored procedures and subreports | 28 Sep 2004 13:23 GMT | 3 |
I have a crystal report that takes three parameters, and displays data for a certain ID field in groups. I am mixing tables and one stored procedure, so I created a sub-report based on the stored procedure which takes 5 parameters, with two having default values. For each group ...
|
| Wrong Century in Dates | 28 Sep 2004 05:25 GMT | 1 |
I have a paramaterised report that displays records between 1/1/2001 and 31/12/2004. It retrieves the correct records but the dates are displayed as 1901, 1902, etc instead of 2001, 2002. How can I fix this?
|
| ViewChanged and ViewChanging Events | 28 Sep 2004 05:23 GMT | 1 |
I notice in the CR Developers Help there are two events for the ReportViewer object called ViewChanged and ViewChanging. When I add the CrystalReportViewer to my form, I don't get those events! The only event I can see that's related to a View is ViewZoom.
|
| Placing fields for a form | 27 Sep 2004 20:12 GMT | 1 |
Perhaps this is a better question. I need to place fields in a specific location so they print correctly on a form. What's the best way to do that? I'm tyring to work with a scanned image of the form and place the fields on top of the image then when all is done I'll delete the ...
|
| Crystal Reports and .NET and Parameters | 27 Sep 2004 20:07 GMT | 1 |
I want to write a VB .NET program where a user can enter a parameter in a textbox, and generate a report based on the parameter. I have a book on Crystal Reports, but it is horrible, and does not tell me how to do it. Does anyone know where I can find information on how to do ...
|
| External reports in VB6 with CR 10? | 27 Sep 2004 18:35 GMT | 1 |
It has fallen to me to integrate Crystal Reports 10 with an existing app. Unfortunately, the docs that came with CR 10 are either irrelevant or useless to my situation. Any help (or better yet, a reference to code similar to what I need) would be most appreciated.
|
| Avoid printing report at all | 27 Sep 2004 16:23 GMT | 2 |
The client uses a system that, depending on the parameters the GUI application has (including State), will print certain reports (several reports are general info, and print on every state, and some reports are addendums, and only print on that specific state). The problem
|
| Page number at runtime. | 27 Sep 2004 13:29 GMT | 2 |
How can I get the current page number at run time. This is the code of VB: Private Sub Section8_Format(ByVal pFormattingInfo As Object) If (<Need to know how get the current page number> Mod 2) = 1 Then
|
| Logon failed but only when viewing others reports | 27 Sep 2004 11:00 GMT | 4 |
Hi all CR developers out there! I am using VS 2003, and SQL server. The development machine is Windows 2000 and the project is a web site that displays reports med with CR. Reports that get their data from an SQL database. I use a ODBC (System
|
| Running Totals on Groups...again | 27 Sep 2004 01:41 GMT | 1 |
I'm trying to get a grand total of subtotals in a group in my Crystal 7 report. ex: ---------------------------------------------- Account 1 Credits Charges
|
| Nested If Then statements in Crystal | 26 Sep 2004 01:44 GMT | 3 |
Is there no way to do nested if statements in Crystal Reports (8.5)? Here's what I got: if {payment_amount} <> 0 then If {payment_amount}/{monthly_payment} > .9 and {days_since_last_pmt} > 30
|
| Crystal Report 9 VS Visual Basic 6.0 | 25 Sep 2004 09:57 GMT | 1 |
I'm workin with VB 6.0 and Crystal Report 9. The issue is that a can't establish de database path using Databases.Tables(1) object. When I try to assign the path, Appear Runtime Error. It's posible that Visual Basic 6.0 SP5 is not compatible with CRW9?
|
| Very big problem! | 25 Sep 2004 09:53 GMT | 9 |
Visual Studio 2003 Enterprise Crystal Report 9.2 Advanced My problem is memory related. I'am printing invoices from ADO dataset and every time memory usage
|
| What should crystal location be with push model? | 24 Sep 2004 22:11 GMT | 2 |
I have designed a report based on an access mdb. At runtime I am pushing a dataset. When I try to preview, crystal chokes because the original mdb from development is no longer present. Crystal asks for logon info, and displays the path to the design-time database.
|