To export scripts for customized forms and global objects to another forms database, you must use a two-step process:
         
         
          - Generate a SQL script that contains definitions of custom objects existing in the Source forms database. 
           
            If the custom objects include new forms or copies of vendor-supplied forms, as opposed to custom versions of vendor-supplied forms, you should also generate a SQL script that contains definitions of license records associated with the forms. 
            
See Generating SQL scripts for custom objects.
            
          - Using SQL Server Management Studio or a similar tool, run the generated script that contains custom objects for the forms database in the destination configuration. 
           
            The script loads the object definitions into the database. If you generated a script containing license definitions, run the script for the application database in the destination configuration. The script loads the license records into the application database.