46 lines
2.2 KiB
Plaintext
46 lines
2.2 KiB
Plaintext
Compile Insert OLIST_Common
|
|
|
|
/*
|
|
|
|
**
|
|
** NOTE:
|
|
** RTI_OLIST_COMMON holds and restores this family of common variables
|
|
** If you modify this common you must make the same modifications to the RTI_OLIST_COMMON procedure
|
|
|
|
Amended Date Reason
|
|
======= ==== ======
|
|
|
|
Mr C 29th July 1999 Added the SLRecCount@ common variable
|
|
|
|
Mr C 23rd October 97 Combined the SLIST_BREAKS and SLIST_LIMIT common declarations together so that
|
|
we can use the %%SLIST%% common are in the same program
|
|
|
|
( The debugger GPFs if we break in a program with more than 10 Common declarations )
|
|
|
|
RJF 11/03/00 Added Legal_Paper to /SLIST_PRINT/ common
|
|
WER 07/14/03 Added old commons used in first version of Olist used for colors, shade, etc.
|
|
RJC 03/14/22 Added AutofitFlag
|
|
RJC 04/18/22 Added themes
|
|
RJC 04/25/22 Added ExplicitKeys
|
|
*/
|
|
|
|
Common /OLIST_SELECT/ Table,Dictionary,Handle,Select,Bys,Withs,NoOfRows,ListActive,SLRecCount@,OLRecCount@
|
|
Common /OLIST_COLUMN/ Columns,NoOfColumns,ColumnHdrs,Widths,Justifications,OConvs,IConvs,MultiValues
|
|
Common /OLIST_FONTS/ Fonts,DefaultFont,DefaultFontName,DefaultFontSize,DefaultFontBold,DefaultFontItalic,DefaultFontULine,FootingFont,ColHdrFont,DefaultFontColor,HeadingFont
|
|
Common /OLIST_TOTALS/ TotalFlags,AverageFlags,GrandTotalFlags,Totals,TotalsRequired
|
|
Common /OLIST_BREAKS/ Breaks,BreakFlags,BreaksRequired,BreakHeadingColumn,Limit,AMV
|
|
Common /OLIST_FORMAT/ DetSupp,ColHdrSupp,DblSpc,Box,Grids,Centre,Grid,KeepTogether,CSVOpts@
|
|
Common /OLIST_HDRFTR/ Heading,Footing,NoOfHeadingLines,NoOfFootingLines,cbDictItems@,cbDictFormats@,ColUdlSupp@
|
|
Common /OLIST_CONVS/ DateFormat,TimeFormat
|
|
Common /OLIST_PRINT/ Portrait,Landscape,PageSetup,Output,PaperSize@,TotalLines@, PrinterDevice@
|
|
Common /OLIST_SHADE/ Shade, ColShade, ColHdrShade
|
|
Common /OLIST_ORIGIN/ Olist_Origin
|
|
Common /OLIST_COLSIZE/ Colsizes
|
|
common /olist_target/ tgt_sgrid
|
|
common /olist_autofit/ ColWidthLockedFlags,FontSizeLockedFlags,autofitFlag
|
|
common /olist_colorthemes/ ColorThemeName
|
|
common /olist_ExplicitKeys/ ExplicitKeys
|
|
* Origin added 10/1/04 because of total line problems in report builder
|
|
|
|
** Common /SLIST_LIMIT/ Limit,AMV
|