PEDrillOnDetailEventInfo contains information related to callback Event Id = PE_DRILL_ON_DETAIL_EVENT event information.
typedef struct PEDrillOnDetailEventInfo {
WORD StructSize;
short selectedFieldIndex;
long windowHandle;
struct PEFieldValueInfo **fieldValueList;
short nFieldValue;
} PEDrillOnDetailEventInfo;
If the user clicks one of the fields in the Details section, selectedFieldIndex will point to the field index in fieldValueList. These fields have to be one of database field, group name field, summary field, formula field. Clicks on text object, graph, picture, ole, subreport, special var field, or database memo or blob field, selectedFieldIndex return
type
PEFieldValueInfoDoublePtr = ^PEFieldValueInfoPtr
PEDrillOnDetailEventInfo = record{
StructSize: Word;
selectedFieldIndex:smallint;
windowHandle: longint;
fieldValueList: PEFieldValueInfoDoublePtr;
nFieldValue: smallint;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |