|
-
Jul 1st, 2008, 12:23 PM
#1
Thread Starter
Hyperactive Member
ActiveReports 2.0 Copying Report File
I need to make a copy of an existing Data Dynamics ActiveReports 2.0 report file, rename it and change a few things; then, and use the new report in my existing vb6 project. Of course, I can copy the report files using explorer; however, the project does not "see" them. The files I see end in "dca", "dsx", "dsr". Looks like there are three files per report. Does anyone know what I am dealing with? Thanks.
-
Jul 1st, 2008, 03:18 PM
#2
Re: ActiveReports 2.0 Copying Report File
You'll need a copy of each type. DSR file (report designer) is what you will add to your VB project from Project -> Add File menu.
You may also have the RPX wich is simply an xml file that stores report definition - you may create that file directly from designer.
Also, RPXs are viewable in Notepad.
-
Jul 1st, 2008, 04:21 PM
#3
Re: ActiveReports 2.0 Copying Report File
Also (and I forgot to mention this in my first reply) you can use Save As feature in your project to create new copy of any object (form, report, class, module,...)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|