added sysprog entities
This commit is contained in:
51
SYSPROG/STPROCINS/OIWIN_COMM_INIT.txt
Normal file
51
SYSPROG/STPROCINS/OIWIN_COMM_INIT.txt
Normal 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@
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user