Results 1 to 4 of 4

Thread: VB6 (SP6) cloning existing datareports?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2013
    Posts
    2

    Question 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

  2. #2
    PowerPoster RhinoBull's Avatar
    Join Date
    Mar 2004
    Location
    New Amsterdam
    Posts
    24,132

    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...

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2013
    Posts
    2

    Re: VB6 (SP6) cloning existing datareports?

    Perfect - thanks

  4. #4

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width