2.7.8 Copying a Logical Reportfile

You can copy a logical reportfile with toolkit as follows:

gifs/20000000.gif Start toolkit on your database:

c:\> toolkit dbname

gifs/20000000.gif Select 3 - Report Generator Menu from the Toolkit Development Menu.

gifs/20000000.gif Select M1 - Copy Report Program from the Report Generator Menu.

gifs/20000000.gif Enter the original logical reportfile name in the Report Name To Copy field, and the new logical reportfile name in the Report Name To Create field.

Press STORE <F5> to copy the file, or CANCEL <F1>-X to return without copying the file.

To copy a logical reportfile with a command, enter:

c:\> rptcopy -v lfold lfnew

Lfold is the logical reportfile name for the old (source) reportfile, and lfnew is the logical reportfile name for the new (destination) reportfile.