Madawc - that was magic. I had done all of the other things prior to posting the first message, but your suggestion did the trick. Thanks for making my day.
Wesley
Hi all,
I have the same problem that was detailed in thread 767-746339 on 1/10/2004. Using 8.5 I have a communications report that shows an outgoing request in Detail A and the response message in Detail B. Detail B is a subreport linked by the transaction ID in Detail A. This report prints...
If you still need a method for generating a Crystal .pdf from a VB script, this worked for us:
Rptname = "I:\Crystal\" + ParmSyst + "\" + Parm1 + ".RPT"
Set Apps = CreateObject("CrystalRuntime.Application")
Set Report = Apps.OpenReport(Rptname)
Set...
NRO:
have you found a solution to this problem? I have a similar problem with a log report that prints a line at a time and have looked everywhere with no luck!
Problem solved: Files copied from CD have "read-only" attribute set. Setting attribute to 0 (normal) resolved problem.
Thanks to anyone who gave this some thought.
I'm writing a script to do an automatic install of an application on user pcs. This requires copying a number of folders that hold around 750 files. Everything works fine except the copy of 13 .dat files in one subdirectory. These files do not copy with the CopyFolder command, so I created a...
I know this is a strange situation, but we print a report with multiple subreports and is normally 2 to 3 pages long. These pages are folded horizontally and filed in a folder. We need to insure that no print is placed on a couple of lines in the middle of the page since these documents are...
Crystal Decisions provided the answer - you must create a report using a File dsn if you later want to look at a File dsn on the network for the production version. I was trying to develop and test against a user dsn and then point to a File dsn for production. Now I know!!!
I am calling a Crystal Report (8.5) from a VB 6.0 script and am getting an "Exception number: C0000005 (Access Violation) from Dr. Watson. This script worked fine prior to changing from a System .dsn to a file .dsn. The report also runs fine from the file.dsn when run standalone. Anyone...
I am trying to do a "stationery" type report with letterhead on page 1. I can do the top part of page 1 with a report header. Is there a way to limit the page footer to just page 1. I just don't see anything in the page footer properties for accomplishing this.
I need to create a three column payroll report - first column employee no, second column earnings (repeating) and third column deductions (repeating). Since I have variable numbers of earnings and deductions I don't know how to set up the joins between the employee master file and the earnings...
Krist,
I'm doing a fair amount of Crystal to AS/400 stuff. It took a lot of trial-and-error coding and research even to get simple things to work, especially since I'm not very accomplished in either VB or Crystal (the project was an emergency surprise!). Mostly what I do is automatic form...
How do I use a command line parameter for record selection:
The following command line:
c:\crfc\crfcntw.exe,recsel
executes the following VB:
Dim Apps As CRAXDRT.Application
Dim Report As CRAXDRT.Report
Dim CrTable As CRAXDRT.DatabaseTable
Private Sub Form_Load()
Set Apps =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.