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
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...
Re: VB6 (SP6) cloning existing datareports?
Re: VB6 (SP6) cloning existing datareports?