home *** CD-ROM | disk | FTP | other *** search
- ; Title : TEST.TSK Last Updated : February 8, 1991
- ; Author : Steve Johnson - FmP. Version : 1.00
- ; Purpose : Simple task referenced by TMDEV.TSK fo users to edit
- ; Notes : The form NO_FORMS is located in LOGON.OVR which is initially open.
- ; : This task does not have any data!
-
- end ;end marks the end of data
-
- forms logon.ovr ;in case /q and not registered
- lookfor test.ovr
- if not found
- put "NO_FORMS"
- stop
- fi
- put "TESTCARD"
- forms test.ovr ;open the forms file (if it exists! )
-
- put "TEST" ;display the form called "TEST" wait for a key by default
-
- stop ;Return to what ever called you
- endtask ;there are no more Tasmkaster commands
-
- @vid
- @df test
- @draw
- =R=
- >C<
- This is a form called TEST. It is
- defined in TEST.TSK. Once TEST.TSK
- has been processed by SCR.EXE and an
- output or "forms" file called
- TEST.OVR has been created, the form
- may be displayed by Taskmaster using
- the PUT command.
- >C<
- =R=
- @end
- @eof
-