39 Topics

Member Avatar for
Member Avatar for Kingcoder210

How should I create custom formula for specific field in crystal report? I have a field of result. It shows something like that PASS PASS PASS PASS or PASS FAIL PASS PASS Now I want to make a custom formula to show grand result. If that specific(result) field keeps all …

0
99
Member Avatar for Kingcoder210

I know how to make grand total in crystal report. But I dont know how to get grand result. For example my crystal report will show student`s result. Let me make it clear to you. [Code] STUDENT ID SUBJECT ORAL MARK WRITTEN MARK TOTAL MARK RESULT DEN10101 ENGLISH 40 40 …

0
74
Member Avatar for mono_jit23

How can I use 'like' keyword with wildcard characters(*) in RecordSelectionFormula of crystal report? [CODE] rptdoc = new ReportDocument(); rptdoc.RecordSelectionFormula = " {View1.RefNo}= '" + textbox1.Text + "'"; [/CODE] I need to use 'like' instead of '=' .....

Member Avatar for finito
0
95
Member Avatar for Lanaaa

How can I group data by the first character of a variable? e.g. group all numbers that start with 1, then a new group that starts with 2 etc...? I use Crystal reports in VS2008.

Member Avatar for finito
0
83
Member Avatar for Extremist-smj

HI, I have written a code to print the crystal report instead of using print button in the crystal report viewer control.(I have done this in order to keep record of printed pages.) So, now there is a print button in my form, which upon clicked will show the printer …

Member Avatar for Oxiegen
0
120
Member Avatar for fadi-ft

Hey Guys, Could you please provide me with any useful tutorials of Crystal Reports in ASP.NET I need it as soon as possible!

Member Avatar for dnanetwork
0
86
Member Avatar for Lorie0114

I'm having an issue printing from Crystal Reports in ASP.NET. I'm printing to a preprinted form that has three bills per page. When I print the report; three bills print per page, but the second a third bill slides up a little and prints in the wrong place. The forms …

Member Avatar for kvprajapati
0
92
Member Avatar for ZidaneXero

Hello Everyone I need some expert advice on this problem that i have, i been trying to google this issue but still no luck. Im using VB 2005 and the Crystal Reports that come with Visual Studio 2005. I have a "Purchase Order" program that im trying make my company …

0
78
Member Avatar for navinkumar

I have installed visual studio 2008 I have installed sql server 2005 Now the problem is i want to make a application in which i enter the product id in text box and i shud get all other details such as cost quantity in cost textbox and quantity textbox respectively.. …

Member Avatar for TomW
0
77

The End.