crystal-reports-server

Crystal Reports Printing blank page

你离开我真会死。 提交于 2019-12-19 19:45:38
问题 I have a crystal report which is printing a blank page and printing the report fine, but just with this additional page. Done my research, ticked, unticked and added correct formula into the 'New Page After' option, not on last record formula etc, but its still printing the blank page. Here is my Section expert details Report Header (Ticked - Free-form [greyed], New Page After [Greyed]) Report Header a (ticked - Free-form, Suppress, Keep together) Report Header b (Ticked - Free-form Placement

How to generate a Crystal Report from a list of parameters

人盡茶涼 提交于 2019-12-13 04:48:16
问题 My requirement is to generate a employee details report of multiple employees.Parameters for query will be employee number and a date range. This is the record selection formula i'm using {EMP_LEAVE_REPORT_VIEW.LEAVE_START_DATE} in {?sDate} to {?eDate} and ( Stringvar Array strings := Split({?empNoList}, "_"); Numbervar Array numbers; Redim numbers[Ubound(strings)]; Numbervar i; for i := 1 to Ubound(strings) do ( numbers[i] := ToNumber(strings[i]); if {EMP_LEAVE_REPORT_VIEW.EMP_NO} = numbers

My Crystal Report is not getting refreshed while passing parameter?

北慕城南 提交于 2019-12-12 13:28:38
问题 I have created my Crystal Reports using SQL query in Crystal Reports itself, by passing two parameters, i.e, say for eg:- Month & Year. While I preview the report, I can able to navigate through all pages by passing different parameters and its working fine, but while viewing the report through browser I can't able to view the current report instead is loads the previously generated report, but while I manually make refresh the crystal page in toolbar I can see the current report, even I can

Crystal Reports Server 2008 - How do you create a APS Logon Token programmatically in .Net

旧巷老猫 提交于 2019-12-12 01:35:39
问题 Could some one guide me to create a APS logon token in .Net programmatically? I need to use this token for URL reporting.... 回答1: Public Shared Function Authenticate (account As String, password As String, serverName As String, authenticationType As String) As String Dim sessionManager As New SessionMgr Dim enterpriseSession As EnterpriseSession Try enterpriseSession = sessionManager.Logon(account, password, serverName, authenticationType) 'any client computer, 120 minutes, 1000 logons Return

Barcode not working on Crystal Server 2011

非 Y 不嫁゛ 提交于 2019-12-11 11:48:04
问题 We just setup a Crystal Server 2011, and we can't get the barcode font to work. We installed the barcode font on our server, but when we run the barcode doesn't show up. Is there any setting we missed? Do we have to add the font to the Crystal Server 2011? 回答1: The barcode was actually working, we just didn't see the barcode, because I printed one of the documents and it worked. I then realized that it was just how we were viewing it. I enabled Active X and it now shows up in the internet

Crystal Report : “File is too large for attachment” Error

柔情痞子 提交于 2019-12-11 03:34:56
问题 I am new for crystal report server. Here I'm explaining error details. I'm using SAP Business Objects CMC for report generation for my application. Below is the version details in image. When I try to generate report file with more than 1MB of file size it is throwing below error. Error The viewer could not process an event. 1c84865dce535c5.pdf File is too large for attachment. [] ---- Error code:0 [CRWEB00000119] So, I went to following location to check the maximumUploadFileSize . 1. C: