6. Loading and Unloading Databases : Copying Individual Database Objects : Copy Forms : Example: Move Forms to Another Database
 
Share this page                  
Example: Move Forms to Another Database
Assume the DBA wants to move two forms owned by the DBA, customers and parts, from the accounts database to the orders database. The name forms.txt is selected as the intermediate file name. The following commands perform the move:
copyform accounts forms.txt customers parts
copyform -i orders forms.txt
At this point, there are two copies of the forms, one in accounts and one in orders. To remove the old forms, enter the Visual Forms Editor and delete them.