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.

