Skip to main content

Questions tagged [crystal-reports]

Crystal Reports is a report writer that operates as a stand-alone report designer, an integrated part of Visual Studio, or part of SAP's Business Objects Enterprise suite.

0 votes
0 answers
11 views

Crystal report viewer Logon Failed Please try again error

I am using the below code to generate Crystal report in Visual studio 2022 but after loading successfully facing this error: Logon Failed. Please try again. Code: private void LoadReport(string ...
Vishal's user avatar
  • 1
0 votes
0 answers
8 views

why when I run the system Crystal Report Login Failed?

I have old system using C# and crystal reports , In my computer for developer the system and reports running and working without any issue my computer O/S windows 10 but I have new computer using ...
Ziad Adnan's user avatar
0 votes
0 answers
19 views

Failed to load database information when using Crystal Report Export to PDF

I upgraded a VB.Net winform application from framework 1.1 to 4.8 and it has Crystal Report for Visual Studio. I have referenced Crystal Decisions dll. When trying to Export the report to PDF, I am ...
KitKat's user avatar
  • 15
0 votes
0 answers
19 views

Crystal Report is loading but not displaying any data

I implimented a code to load the crystal report using web API call in my windowform application. Below has my report load event. fromDate, toDate, profileId are the user input parameter to execute the ...
Jinushi Rajapaksha's user avatar
0 votes
0 answers
13 views

Crystal Report - Formula for converting number to Spanish

I am working on a crystal report which I need to spell out the amount in Spanish. Was trying to get help from chatGPT but are not able to figure out how to fix the formula. Can someone give me some ...
Olivia Chan's user avatar
0 votes
0 answers
14 views

How to Resolve Crystal Report Temp File Error in Visual Studio 2019?

I am trying to build connection using Crystal report in Visual Studio 2019. but while running crystal report facing below issue. Error in File temp_{}.rpt: Database connector Error. I tried to set ...
Vishal's user avatar
  • 1
0 votes
0 answers
41 views

Visual Studio 2022 VB and Crystal Report sp35: Trying to create new Crystal report, error: "The system cannot find the file specified"

I am using Visual Studio 2022 VB and I have installed Crystal Report sp35. When I try to create a new Crystal report, I get following error message: The system cannot find the file specified.(...
Marklod Prosper's user avatar
0 votes
0 answers
7 views

Need appointment date that is 1 visit before maximum appointment date

I need to find the last appointment date per person that is prior to their most recent appointment date. Is there a way to use maximum(date) minus 1 or something like that? I've tried maximum(appt ...
user21220560's user avatar
0 votes
0 answers
11 views

How set up Crystal report PageLayout,PageSize when we Use PrintReport() method instead of PrintToPrinterMethod

How to set up Crystal report PageLayout,PageSize when we Use PrintReport() method instead of PrintToPrinterMethod() var opt = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions(); opt....
HN HN's user avatar
  • 1
0 votes
0 answers
22 views

How to get only absent days in zkteco report

I need to get only absent days in zkteco report. For this purpose I would like to modify any zkteco report in report designer. I think the "Staff's On-Duty/Off-Duty Timetable" report can be ...
Abdullah Mamun-Ur- Rashid's user avatar
0 votes
1 answer
25 views

Crystal Reports, Enter unique parameters into array, not using multiple values for a parameter

In Crystal reports, created a parameter to get multiple values to function as an array. I found I cannot enter same value twice. User needs to enter quantity for each box received. If box1=5, box2=3,...
TonyS's user avatar
  • 1
0 votes
0 answers
12 views

when run crystal report i get Error in File temp_.rpt:\nUnable to connect: incorrect log on parameters

I work on crystal report Version 13 . I have main report have multi sub report my issue I get error after add second sub report error in File temp_.rpt:\nUnable to connect: incorrect log on parameters....
ahmed salah abd elaziz elbarba's user avatar
0 votes
0 answers
20 views

Page Header Crystal Report

I have a question about using formula field. So I want to generate a report that display dynamic. So I create a table. which is contain with some data depending on the seqno of my data. Here is the ...
OhNaur's user avatar
  • 3
0 votes
1 answer
18 views

Print return & policy on every alternate page(2nd,4th,6th...) in crystal report

I have to print a receipt in which every odd page has billing info in detail section. after that payment detail in group footer section. How to print return policy on every even number page?
Dev's user avatar
  • 367
0 votes
0 answers
28 views

crystal report generate using dataset and pass parameters from report to code

I have a visual studio project which shows reports using crystal reports. Previously in this project crestal reports directly connected to Sql sever database so when the user wants to see a report ...
Vinuka Osura's user avatar

15 30 50 per page
1
2 3 4 5
839