2.6.6 Copying a Logical Formfile

You can copy a logical formfile with toolkit as follows:

gifs/20000000.gif Start toolkit on your database:

c:\> toolkit dbname

gifs/20000000.gif Select 2 - Data Entry Forms Menu from the Toolkit Development Menu.

gifs/20000000.gif Select M1 - Copy Data Entry Form from the Data Entry Forms Menu.

gifs/20000000.gif Enter the original logical formfile name in the Form File Name To Copy field, and the new logical formfile name in the Form File 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 formfile with a command, enter:

c:\> formcopy -v lfold lfnew

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