Questions tagged [rpt]

56 questions
1
vote
0 answers

How to add Seconds to existing Crystral report formula?

I need help adding seconds to a time stamp on a crystal report RPT file. The current formula is converting the time and stripping away seconds. In CR, i can adjust the formatting to display "seconds" but they always show as 00 instead of the…
1
vote
0 answers

Insert XML elements into HTML in a .RPT template

A program that I use (Tekla Structures) generates an Excel .xls file using a .rpt template which consists of html (and or xml). The final file consists of tables with text data. I am able to edit the html / xml code of the template by modifying the…
kpehgejib
  • 11
  • 1
1
vote
2 answers

how to import http test script to jmeter from RPT

is it possible to convert to jmx the http test scenarios prepared in RPT, and exported to some intermediate fomat, by using some free tool?
hdjur_jcv
  • 686
  • 1
  • 12
  • 30
1
vote
2 answers

RPT file not readable in notepad?

I tried opening an RPT file in Notepad, and it looked like this: I then tried opening it in Notepad++, after discovering that it would be more suitable, only to be faced by this: Can someone please explain to me what needs to be done to read this…
User00001
  • 19
  • 1
  • 5
1
vote
2 answers

Pull in RPT Scripts in to RTC by making RPT 8.5.1.3 and RTC 4.0.6 Connection for source control

I am new to RPT/RTC Source control and connection. I have RPT 8.5.1.3 and RTC 4.0.6 already installed on my client. After I do right click on my RPT Project --> Team --> Share Project, I am not able to find the connection details i need to input on…
0
votes
0 answers

How to open report that have sub report using other database login

I have a problem in my code, Discrete value dialog box asking me the customer and the insertquery but in my code I already have the values of that the strName and the strSelect. This is my code. Dim strSelect As String = "" Dim report_Batch As New…
Raffy
  • 9
  • 3
0
votes
0 answers

C#- The type initializer for 'CrystalDecisions.Shared.SharedUtils' threw an exception

I know this is asked question , however I have tried almost all the steps which was mentioned on stackoverflow or SAP. I am using VS2015, on win 8(development) win 10(deployment). I have installed nuget: crystalDecision and related…
mark
  • 623
  • 3
  • 21
  • 54
0
votes
0 answers

Keycloak: Access Denied when adding claims (permission.addClaim) to RPT token

My Spring Boot Application with policy enforcer works fine. But when I add via my SPI some custom claims to the authorization->permission part of the RPT token then I am always getting: Policy enforcement result for path…
0
votes
1 answer

Why I can not save Crystal reports file on Visual Studio?

I'm using Visual Studio Professional 2017 with the "SAP Crystal Reports" extension, when I try to modify the .rpt file visual studio stop working and it crashes (it usually happen when I change the font style or the font size). Also if the…
TemoZat
  • 23
  • 1
  • 5
0
votes
1 answer

Corrupted PDF file after generating from ByteArrayOutputStream in Java

I am trying to read .rpt file and generate pdf using ReportClientDocument,ByteArrayInputStream and ByteArrayOutputStream. After generating the pdf file I am unable to open it. It is showing "It may be damaged or use a file format that Preview…
Mahboob Nur
  • 739
  • 2
  • 9
  • 34
0
votes
0 answers

Comparing 2 RPT reports via command line

I want to compare 2 RPT reports via command line. I am trying to use -compare option, but it is giving me FileNotFoundException. Does anyone have any idea on how to achieve this.
0
votes
0 answers

Parse lines in files with similar strings using Python

AH! I'm new to Python. Trying to get the pattern here, but could use some assistance to get unblocked. Scenario: testZip.zip file with test.rpt files inside The .rpt files have multiple areas of interest ("AOI") to parse AOI1: Line starting with…
ericOnline
  • 1,586
  • 1
  • 19
  • 54
0
votes
1 answer

Returning Confidence Interval Results from rptR

I am running a for loop for repeatability analysis using rptR. I want to store all of the confidence interval results from each run of the repeatability analysis in a data frame. I use the following code in the loop to return the list of CI…
0
votes
0 answers

Crystal Report - Failed to open report with Oracle Database

I am getting below error when reportDocument.SetDataSource(dt) called. System.Exception: Load report failed. ---> System.Runtime.InteropServices.COMException (0x800003E5): Failed to open report. at…
0
votes
2 answers

How to count the numbers of an rpt file in python without reading the document extensively?

I have quite a bunch of data; More prcisely, a 8 GB rpt file; Now before processing it I want to know how many rows there actually are - this helps me to later find out how long the processing will take etc; Now reading an rpt file of that size in…
Johannes
  • 101
  • 10