At 10:16 PM 1/31/2005, Tom Hart wrote:

Thanks Razzak, now do I use the input:
input formname.form
input formname.lob


Tom,

Use INPUT FormName.FRM only.

FormName.FRM (an ASCII version of form definition
includes all parameters to load the associated BLOB
data from FormName.LOB file)

Make sure that both files are in the same directory.

Very Best R:egards,

Razzak.


-------Original Message-------

From: <mailto:[email protected]>[email protected] Date: 01/31/05 21:09:59 To: <mailto:[email protected]>RBASE-L Mailing List 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.

.
<http://www.incredimail.com/index.asp?id=54475>
Add FUN to your email - CLICK HERE!




Reply via email to