Thanks Razzak, now do I use the input:
input formname.form
input formname.lob
 
Tom 
 
-------Original Message-------
 
Date: 01/31/05 21:09:59
Subject: [RBASE-L] - Re: Unloading a form
 
At 09:52 PM 1/31/2005, Tom Hart wrote:
 
  >I'm lost - how do you unload a form in 6.5?
 
Tom,
 
Here's how:
 
-- Using 6.5 for Windows
 
SET NULL -0-
OUTPUT FormName.FRM
UNLOAD DATA FOR SYS_FORMS2 WHERE SYS_FORM_NAME = 'formname'
OUTPUT SCREEN
 
You'll get two files:
 
.. FormName.FRM
.. FormName.LOB
 
-- Using 6.5 for DOS
 
SET NULL -0-
OUTPUT FormName.FRM
UNLOAD DATA FOR SYS_FORMS WHERE SYS_FORM_NAME8 = 'formname'
OUTPUT SCREEN
 
You'll get one file:
 
.. FormName.FRM
 
That's all there is to it!
 
Very Best R:egards,
 
Razzak.
 
.
Add FUN to your email - CLICK HERE!

Reply via email to