> 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

