I am using the crystal viwer to display two reports. How do I check to see if the viewer is closed prior to loading the second report?
Command1_Click()
sReport = "x.rpt"
Set Report = crxApplication.OpenReport(sReport, 1)
clsRE.ReportView Report
Set Report = Nothing
sReport...
Thanks Bruce,
I did some more poking around and found the following:
Select Insert and choose Ole Object. Choose "Create from File" and check the Link checkbox. Then type in the file name or browse to the file. Click OK.
Now each time the report is run a simple dialog shows up...
I have a report that has several images on it. The reports images will change depending on the customer. Can I link an image to a filename instead of bringing it directly in. I am thinking of a generic naming convention:
c:\myproj\images\Logo.bmp
c:\myproj\images\Header.bmp...
I have a report using Format w/Multiple columns. I want the data to display down then accross. I also have New Page After selected with a formula
(Remainder(RecordNumber,30) = 0
I am getting 17 rows in column 1 and 13 in column 2. How do I ensure 15 rows in each column? If I bump my...
Can Crystal be formatted to allow for printing a pamphlet style report. It will have printing on both sides (landscape mode) with header, detail, and footer. The catch is that the detail on the inside (page 1) will be data driven (listing of videos in the system) and the inside (page 2) will...
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.