Library for a visual scrolling list browser for RMS Indexed Files. Uses SMG terminal control. Packaged with example invoicing relational database application utilising the library.
For Openvms on VAX and Alpha
Author : Michael Brown, Newcastle Australia. Email : vmslib@b5.net
This is intended as a demo of the library functions. It's under development and this is a copy of the development tree. There is no documentation for the library calls.
The example database application can be used and modified in any way. If anyone ever develops their own application from this software, that is something I'd like to know about.
BUILDING EXECUTABLE:
edit SWLOCALITY.H where you can specify the path to the data files (default is current directory) and the privileged user (can delete any record).
To build SWbrowse executable change to the EXTOOLS directory and then use the following DCL command
$ mms
This will build EXTOOLS.OLB.
Change directory back to the SWbrowse source and execute mms again.
The result of this operation is the SWbrowse executable SWBROWSE3.EXE.