Thanks, I really appreciate it ----- Original Message ----- From: "Albert Berry" <[EMAIL PROTECTED]> To: "RBASE-L Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, December 10, 2003 12:53 PM Subject: [RBASE-L] - RE: Copy form to another database
> CONNECT SourceDB > OUTPUT Forms.frm > SET NULL -0- -- very important to avoid corruption > UNLOAD DATA FOR (SYS_FORMS (dos), SYS_FORMS2 (rbg6), SYS_FORMS3 (RBG7) + > where #1 = 'FORMNAME' > OUTPUT SCREEN > > The two windows versions will create a file Forms.LOB as well as Forms.frm. If the form already exists, delete it from the appropriate table first. > > CONNECT TargetDB > RUN Forms.frm > > Your new form is now in the target db > "Joel Solomon" <[EMAIL PROTECTED]> wrote: > > >Can anyone tell me the correct way to copy a form from one database to another? > > > >Joel Solomon > >Controller > >Barbizon International > >Ph: 954-345-4140 ext. 203 > >Fax: 954-345-8055 > > > > > -- > Albert Berry > Full Time Consultant to > PSD Solutions > 350 West Hubbard, Suite 210 > Chicago, IL 60610 > 312-828-9253 Ext. 32 > > > __________________________________________________________________ > McAfee VirusScan Online from the Netscape Network. > Comprehensive protection for your entire computer. Get your free trial today! > http://channels.netscape.com/ns/computing/mcafee/index.jsp?promo=393397 > > Get AOL Instant Messenger 5.1 free of charge. Download Now! > http://aim.aol.com/aimnew/Aim/register.adp?promo=380455 > >

