Is the code below the correct code for saving a form?

 

My problem is the output file is giving me blank data.

 

Ben

 

CONNECT olddb

SET NULL -0-

OUTPUT tempform.dat

BACKUP DATA FOR SYS_FORMS2 WHERE SYS_FORM_NAME = 'oldform'

OUTPUT SCREEN

CONNECT newdb

SET NULL -0-

RUN tempform.dat

Reply via email to