| Thread | Last Post | Replies |
|
| Create a report with the code in VB only | 25 Oct 2008 19:27 GMT | 1 |
Hi, I'm a french developer and i want to create a report with VB6 only by code. Where i found properties and methods for create this ? (please) PS I speak french, and a little english.
|
| seperating month and year from a date value... | 25 Oct 2008 19:25 GMT | 1 |
I have a date value from parameters in query as {?mydate} it shows up in format of MM-dd-yy when I put it in a formula and print. I need to show the date as month name an yyyy. For example if {?mydate} = 08-08-08
|
| Get value from Registry | 22 Oct 2008 23:17 GMT | 4 |
I am using crystal report10 with VB6. I want to get data value from registry printed in the report. To make the problem more clear: A data is stored in the registry that I want to get it printed in the report
|
| Crystal Reports Contants List | 22 Oct 2008 21:21 GMT | 5 |
Does anyone know where I can find a list of Crystal Reports constants that I can use in programming. I've got the obvious ones like color (crYellow) but I am searching for the complete list. Thanks!
|
| Deployment problem | 20 Oct 2008 23:58 GMT | 4 |
I have created a simple program using VB6 and CrystalReport10. It is working properly in my computer. I want to get it run in other computer where there are no VB6 and CrystalReport installed.
|
| How to create DSR so can imbed it in my VB6 exe ? | 20 Oct 2008 21:18 GMT | 5 |
I am a VIRGIN with respect to Crystal Reports. I have a VB6 application, which has several reports. I have written them all, using a 3rd party product (PrintPreview), which does a few things....
|
| Group Headers working together. | 03 Oct 2008 08:18 GMT | 2 |
I am using 8.5. I have two group headers. They are city and state. What I need is to have the city and state to print once at the top of the page. If the city changes then I need the city and state to start on a new page and
|
| formula question | 01 Oct 2008 13:38 GMT | 5 |
why is this giving me a TRUE or FALSE instead of the COUNT ? Numbervar differenceInDays; differenceInDays = if DateDiff ("d" ,{Command.begin_date} ,{Command.end_date} ) = 0
|