|
Foxfire!
Custom Filter Value Controls, Cont.
| Below
is the Foxfire! Ask-at-Runtime dialog prompting the user to
enter a list of values. The same UI control that gets instantiated
in the Filter Builder is also instantaited in the AAR dialog.
|

| Foxfire!
ships with default UI controls that are contained in the class
library FFAARCTRLS.VCX. The class AARDATETEXTBOX is used by
default for all filter values of type "date". The class AARCHARTEXTBOX
is used for character filter values as well as all other supported
data types. To customize filter value control behavior, you
can either subclass either of the above two controls, or alter
these base controls. Below is a link to an updated FFAARCTRLS.VCX.
It includes a new sample subclass of the AARCHARTEXTBOX control
called AARLOOKUPBOX. This sample control provides the right-click
lookup box behavior shown previously. |
Filter
Value Control Update and Samples
|