Thanks Larry
On Mar 31, 2005, at 9:54 AM, Lawrence Lustig 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
James Hageman, CITA I University of Delaware Archives 002 Pearson Hall Newark ,DE 19716 302-831-3127 [EMAIL PROTECTED]

