Unit CWFilter

Renamed from Filter.pas 6/14/1998 Paul Rice to avoid conflicts with others' work. Designer: Craig Ward, 100554.2072@compuserve.com Date: 18/1/96 Version: 2.0 Function: Generic Filter Dialog. Sets\Remove filters on tables. Notes: This dialog is set to work on TQuerys (from Woll2Woll software). The dialog works in several steps, manipulating an array. This array is the key to the dialog, since it stores the tables that the calling form is a host to. Manipulation of filters on tables, must manipulate the information stored in the Filter property of the tables stored in the array. [1] read the calling form, populating the table array [2] populate the combos (using the first array) [3] populate the list box (using the table array) [4] allow the user to set or remove filters [5] saving filter info into the array (the next step would be for the calling form to re-activate the filters on its tables) The dialog will work on up to iTabArray tables on the calling form. Increase or decrease this value accordingly.

Classes

TFilterDlg -

Functions

Types

Constants

iTabArray

Variables

FilterDlg


Functions


Types


Constants

iTabArray = 20


Variables

FilterDlg : TFilterDlg

returns modal result