|
-
May 21st, 2013, 06:55 AM
#1
Thread Starter
New Member
VB6 (SP6) cloning existing datareports?
Hi,
Is there any way to clone/copy existing datareports as new objects which I could then modify?
I have standard portrait and landscape reports set up already, with my chosen logos, fonts, report/page headers/footers etc. I have another 40 or so reports to design and it will save a lot of time if I can clone/edit them.
Cheers
CD
-
May 21st, 2013, 09:17 AM
#2
Re: VB6 (SP6) cloning existing datareports?
You can use Save As functionality:
- right click on the report in project explorer and select Save As...then save the file
or
- open report and go to file>save as...and save the file
then
- rename current report so it has new unique name - make sure you ,do this before adding currently saved file to your project (two file with the same name won't be allowed)
- right click on project explorer window and select Add File...then navigate to your report and add it to project
- may want to give new name...
-
May 21st, 2013, 09:44 AM
#3
Thread Starter
New Member
Re: VB6 (SP6) cloning existing datareports?
-
May 21st, 2013, 09:46 AM
#4
Re: VB6 (SP6) cloning existing datareports?
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
|