Excalibur Software PropertyList 3.0
QueryADOType
Event QueryADOType(fld As ADODB.Field15, NewType As ItemTypes)
Description
Fires when the PropertyList is adding an item from a Recordset
and needs to know what type the item should be.
Parameters:
- fld - The field that is about to be added.
- NewType - Set this parameter to the type of item
this field should be in the PropertyList. Valid
values for this parameter are:
- ExPropStringValue
- ExPropNumericValue
- ExPropBoolValue
- ExPropBrowseButton
- ExPropOleColor
- ExPropCustomValue
- ExPropOwnerDraw
- ExPropPropertyHeader
- ExPropDatePicker
- ExPropFileDlg
- ExPropFontDlg
Remarks
This event will fire only if the
AutoTypeTranslation property
is False. See that property's documentation for more
information.