HP3000-L Archives

June 1998, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Michael Anderson <[log in to unmask]>
Reply To:
Michael Anderson <[log in to unmask]>
Date:
Tue, 16 Jun 1998 18:12:54 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
I think you're trying to print the record layout of each screen/form contained in
a forms file. If this is the case, try this:

:RUN FORMSPEC.PUB.SYS;INFO="$STDIN"
>FILE {the name of your formsfile}
>FORMS  (will display a summary of all forms within the file)
>FORMS {formname}  (will display detail info, and record layout of the specified
formname}
>FORMS @ (will display all of the above for each formname in the formsfile)
>EXIT

I'm not sure about printing offline to FORMLIST. However, when I want a hardcopy
of this I do the following:

:FILE X=MYLIST;DEV=LP
:RUN FORMSPEC.PUB.SYS;INFO="$STDIN";STDLIST=*X

Then type in the FILE command, FORMS command, and EXIT.

Regards,

Michael Anderson
TIW Corporation
Houston Texas

Ronald Righter set hp3000-L digest wrote:

> Does anyone know how I can get a record layout/descirption for a VPLUS source
> file?

ATOM RSS1 RSS2