VAX Notes Working Group - L&T SIG Abstract: NOTES$COMMAND.TPU and related procedures created for some relatively inexperienced users. This procedure was originally devised to assist captive users in navigating through VAX Notes conferences in addition, to permitting users to spawn VMS Mail and SET PASSWORD. Complexity is not evident in these files, however, they do demonstrate various aspects of VAX Notes tailoring for the users. Please see Dale Coy's One-Key Noting procedure for more elaborate NOTES$COMMAND.TPU magic. Also included is a an example of some VAX C code using Callable Notes and a description of the Notefile structure. The Notefile description was researched and written by Dale Coy and was originally posted on the DECUServe system. I received permission from Dale to include on the Spring tape. The "Callable" Notes example was developed by Jon Jones and was first posted on the PAGESWAPPER system. I received permission from Jon to include on the Spring tape. Submitted by: Mike Durkin Intracorp 1205 Westlakes Drive Berwyn, Pa 19312 (215) 889-2883 Please call if you require assistance in tailoring for your site. Please contact me if you are interested in becoming a member of the VAX Notes Working Group. This directory contains Command Procedures, Help Text and a User Help Library for VAX Notes which support the tailored NOTES$COMMAND.TPU as well as the Notefile description and Callable Notes example. FILES DESCRIPTION ----- ----------- AAAREADME.1ST This file KEYPAD.DISTRIBUTION The unaltered text for default Keypad help that was extracted from NOTES$HELP.HLB that provided the base for the modified KEYPAD.HLP KEYPAD.HLP Help Text file which describes all the user- defined keys present in NOTES$COMMAND.TPU KEYPAD.DISTRIBUTION was used as the base for the modifications. This file should be inserted in NOTES$HELP_USER.HLB LOCAL_NOTE_PRINT.COM Command procedure which allows you to print a note or range of notes to the printer port of a VT series monitor. This procedure was developed by Mark Hyde of VAX Notes fame and is a most useful gap-filler. LOGIC.NOTES Various logicals required. LOGIN.COM Captive users LOGIN command procedure. Please note there may be other security measures you may want to include in your version. This was not designed to be a completely bullet proof procedure. MERGE_NOTES.C Example of using Callable Notes from VAX C as developed by Jon Jones. (This information was posted on the PAGESWAPPER system.) NOTEFILE.TXT Description of the structure of the Notefile as determined by Dale Coy. (This information was posted on the DECUServe system.) NOTES$COMMAND.TPU Self-explanatory. NOTES$HELP_USER.HLB Help library created to support user-defined keys. Contains KEYPAD.HLP which defines help for the user-defined keys in NOTES$COMMAND.TPU SETPASS.COM Command procedure which allows a user to set their password.