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,51 @@
compile insert OIWin_Comm_Init
/*
** Copyright (C) 1992-2013 Revelation Software Inc. All Rights Reserved **
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.
Author : ????
Date : Sometime before the 7th Day
Purpose : Dynamic Window Common Block
Comments
========
To access the internal attributes of a particular window, set the variable
WinID to the name of the window immediately before inserting this record
Amended Date Reason
======= ==== ======
Mr C 05 Mar 14 Updated for v10
Mr C 27 Jul 10 Changed OIWinReserved@ -> PrevResultRow@
*/
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////
equ COMMON_PREFIX$ to "%COM_"
CommName@ = COMMON_PREFIX$: WinID
common //CommName@// JoinMap@, |
RowMaps@, |
MasterRowMap@, |
KeyMap@, |
ControlMap@, |
ControlList@, |
OrigResultRow@, |
ControlSemantics@, |
QBFIds@, |
QBFRows@, |
QBFCount@, |
QBFPos@, |
RowLocks@, |
SubRows@(10), |
QBFMode@, |
DataSourceMap@, |
PrevResultRow@
///////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////