52 lines
1.9 KiB
Plaintext
52 lines
1.9 KiB
Plaintext
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@
|
|
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
///////////////////////////////////////////////////////////////////////////////
|
|
|