Questions tagged [rpt]

56 questions
0
votes
0 answers

Does anybody knows the scale that Crystal Report uses?

I'm trying get the height and width of a field in a crystal report but i don't know the scale that uses, if is in inch or cm or which. Maybe is a silly question, but i can't find the specification of the scale of the .rpt =( Anybody knows? Thanks…
Maggie Fortelli
  • 195
  • 1
  • 2
  • 10
0
votes
1 answer

How to repeat a word document template for multiple records in BIRT RPT

I have a word template.need to fill data based on a webservice response.If response has multiple records then i need to generate multiple pages of same template in single document instead of generating multiple files. how can i achieve it using BIRT…
0
votes
1 answer

Crystal Report to PDF in .NET

I put together a POC console app. to generate a PDF from a Crystal Report (using CrystalDecisions libraries) It all works fine on my dev. box, but encounters an exception when executed elsewhere: Could not load file or assembly …
Tom Tom
  • 422
  • 4
  • 14
0
votes
1 answer

How to add associated text for input text in Struts html?

Shubhra
  • 9
  • 1
  • 6
0
votes
1 answer

How to convert .rpt file to .rdl file

I need to convert several .rpt file(crystal reports) to rdl files(ssrs reports). How to generate .rdl file dynamically? Is there any link that will provide all the list of formulas to convert ?
srinivasan
  • 39
  • 1
  • 1
  • 7
0
votes
1 answer

Input type=file, restrict to .rpt only

I'm using tag to only allow .rpt files to be uploaded, but it's unsuccessful. User still can upload whatever they want. What's wrong here? Please help me. Thank you so much.
Triet Doan
  • 11,455
  • 8
  • 36
  • 69
0
votes
1 answer

Determine if RPT schedule is runing using command line?

Anyone know if its possible to query a Rational Performance Tester 'Controller' from command line and determine if a schedule is executing? I'm aware that you can query Agents using commands below, but if a RPT schedule fails for some reason the…
bobbyrne01
  • 6,295
  • 19
  • 80
  • 150
0
votes
1 answer

.NET - Streaming PDF from RPT file painfully slow

I'm using C# (.NET 4) to generate and return a PDF from a Crystal RPT file that's part of my app. It works intermittently, but is painfully slow to generate the PDF (sometimes it doesn't complete at all). Any advice on the code below that might…
dgwebb
  • 321
  • 3
  • 16
0
votes
1 answer

Issue with dropping a function in sql server rpt db

I am having an issue dropping this function. I am declaring this function within the sp: Error: There is already an object named 'extract' in the database. IF OBJECT_ID('[rpt].[MissMatchesReport]') IS NOT NULL BEGIN DROP PROCEDURE…
NonProgrammer
  • 1,337
  • 2
  • 23
  • 53
0
votes
2 answers

Functional and performance testing for the "Finacle - Infosys" core banking system using IBM Rational

I am trying to evaluate the capabilities of the below IBM Rational tools to handle functional testing automation and performance testing for the "Finacle - Infosys" core banking system. IBM Rational Functional Tester (RFT) IBM Rational Performance…
yazankhs
  • 173
  • 8
-1
votes
2 answers

Importing an .RPT (6 gigs) file into SQL Server 2005

I'm trying to import two seperate .RPT files into SQL, one is small, one is large. Both have issues with determining where the columns are seperated. My solution for this was to import the file into access, define the columns and then save it as a…
twrehl
  • 1
  • 1
  • 1
1 2 3
4