ALWAYS SET NULL -0- before unloading anything from RBase Dennis McGrath
--- Lawrence Lustig <[EMAIL PROTECTED]> wrote: > > Is it "UNLOAD FORM formname"? > > Use > > OUTPUT FileName.frm > UNLOAD DATA FOR SYS_FORMS2 WHERE SYS_FORM_NAME = 'FormName' > OUTPUT SCREEN > > to unload an R:Base for Windows 6.5 report. It will create two > files, > FILENAME.FRM and FILENAME.LOB, both of which you need to recreate the > form. > > To unload from R:Base for DOS 6.5 do the same, but replace SYS_FORMS2 > with > SYS_FORMS. You will only get a single file in this case. > -- > Larry > >

