added sysprog entities

This commit is contained in:
Infineon\StieberD
2024-03-25 15:17:34 -07:00
parent 600a8e1f61
commit 3a6a2b6b5b
1028 changed files with 171660 additions and 0 deletions

View File

@ -0,0 +1,38 @@
compile insert NewEntity_Equates
******************************************************************************
*
* This program is proprietary and is not to be used by or disclosed
* to others, nor is it to be copied without written permission from
* Revelation Technologies, Inc.
*
* Product : OpenInsight for Workgroups
* Client : Revelation Software
* Version : 3.1
*
* History : (date, initials, notes)
* 01/16/96 cp Original programmer
*
******************************************************************************
declare function NewEntity
declare subroutine NewEntity
* Item = NewEntity(Mode, List, Default, Title)
*
* Parameters:
*
* Mode - must be NE_MODE_NEW$
*
* List - @fm-delim'd list of items to display
*
* Default - index into list (defaults to 1)
*
* Title - defaults to "New"
*
* Return value:
*
* Item - the item selected in the list or NULL if nothing selected
equ NE_MODE_NEW$ to 1