Initial Release 4.0

Data Type : Composite Data; Rich Text

CDEXTFIELD - Extended field attributes
----------------------------------------------------------------------------------------------------------

#include <editods.h>

Definition :

typedef struct {
  WSIG  Header;
  DWORD Flags1;            /* Field Flags (see FEXT_xxx) */
  DWORD Flags2;
  WORD  EntryHelper;       /* Field entry helper type
                             (see FIELD_HELPER_xxx) */
  WORD  EntryDBNameLen;    /* Entry helper DB name length */
  WORD  EntryViewNameLen;  /* Entry helper View name length */
  WORD  EntryColumnNumber; /* Entry helper column number */
  /* Now comes the variable part of the struct... */
} CDEXTFIELD;


Description :

New field attributes have been added in Release 4.0 of Notes. To preserve compatibility with existing applications, the new attributes have been placed in this extension to the CDFIELD record. This record is optional, and may not be present in the $Body item of the form note.
See Also :

CDEXTFIELD_xxxHELPER
----------------------------------------------------------------------------------------------------------