Showing posts with label design. Show all posts
Showing posts with label design. Show all posts

Monday, March 19, 2012

crystal reports

how can i design the crystal reports in windows application using C#.
what code i should write to get all the fields in a report format which should be generated into a crystal report.Visit www.VBCity.com and search in Crystal Reports section|||As you specified on that topic, Doevents would do that. You need to write it twice or thrice

Doevents
Doevents
Doevents

Crystal Report with C++

Hi all,
I'm tyieng to write a program in C++ wich uses Crystal Report facilities to design a report and print it. The problem is that its use with Crystal Report 8 is correct.
It returns in
((CMainFrame*)theApp.m_pMainWnd)->m_cDialog.m_CrystalCtrl.PrintReport() a 0, wich means there is no error...
When I used with Crystal Report 9 installed in my machine
((CMainFrame*)theApp.m_pMainWnd)->m_cDialog.m_CrystalCtrl.PrintReport() returns a diferent number: 20525...
PrintReport is the name of the method's name Crystal Report Object.
Could anybody help me?
Thanks a lot.
BeaThere are a lot of differences between Crystal Reports 8 and 9. Although I don't know the exact differences, I do know that sometimes newer versions are NOT backward compatible with older versions. The function you're using in v8 was probably replaced with a different function in v9.

My suggestion is determine which version you want to work with and stick with it. Modify all your reports to work with one version or the other and make sure all your dlls are the same version.

Wednesday, March 7, 2012

Crystal Design view

Hi,
How can prevent regular crystal report users from accessing the design view of my reports?
Your help is appreciated
Thanks
SayedOne way is to use front end application like vb and show the report from there

Crystal Design

Hi,
I've a standard Invoice template with Page header, Group Header and Detail section. Invoice can be of one page or multiple pages depending on the number of invoice line items. I want to print Customer service and payment details (fixed text of about 40 lines) on the back of every page. How do I achieve this. Any help is much appreciated.

thanks & regards
radhastart a new page after group footer. if ur invoice is of one page , then this new page can be printed on back.|||Thanks for this. It works fine when the invoice has one page.
My report is grouped by Invoice Number so for an Invoice with multiple pages group footer prints on the last page of the invoice and the balnk page prints after the last page of the Invoice. My requirement is to print the details on the back of each page. Any help would be much appreciated.

thanks & regards

radha

Saturday, February 25, 2012

Cryatal Viewer

I need to test if the user had clicked the print button on the crystal viewer in my design (not in run time) this button is disable how can I by code know if the user had clicked this button on any else button of the crystal reportLet me get this straight...

You want to determine if the Crystal Viewer was clicked in design time

Do you want to add custome events to any of those controls
I can't see why you want to do this, they already have functionality, they already function as they should :confused:

Or..

You can in any case loop through the Form's controls, determine if the current control is a
CrystalDecisions.Windows.Forms.PageView then loop further through that container to (for example) change the caption of the Tabpage.

Can you explain your problem a bit more please!|||I need to know when he clicked the print button I need to know if he choosed to print as Landscape or portrait