Previous Topic

Next Topic

copyform Command—Copy a Form to Another Database

Copyform is a Visual-Forms-Editor command that copies a form, a QBFName, or a JoinDef from one database to another.

The process has two steps:

  1. Copy one or more forms, QBFNames, or JoinDefs from a database to a text file by using the first syntax below.
  2. Copy the objects from the text file into a database by using the –I flag shown in the second syntax below.

One type of object only (form, QBFName, JoinDef) can be specified in a single copyform command.

Because the process has two steps, you can use copyform to change the ownership of a form, QBFName, or JoinDef. Copy the desired object into a text file, then copy the form back into the database under a new owner.

For a complete description and examples of this command, see the Character-based Querying and Reporting Tools User Guide. For a discussion on using the copyform command to change ownership of a database, see the Database Administrator Guide.

The copyform command has the following formats:

copyform dbname |vnode::dbname[/server_class] form {form} | -q qbfname {qbfname} | -j joindef {joindef} filename [-s] [-uusername] [-Ggroupid]

copyform –I dbname |vnode::dbname[/server_class] [-r] filename [-s] [-uusername] [-Ggroupid]


© 2007 Ingres Corporation. All rights reserved.