LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

CDEXT2FIELD

#include <editods.h>

Extended field reference record used for currency and numeric symbol information.

C definition

typedef struct {
  WSIG  Header;
  /* Numeric symbol data */
  BYTE  NumSymPref;      /* NPREF_xxx */
  BYTE  NumSymFlags;    /* NNUMSYM_xxx */
  DWORD  DecimalSymLength;
  DWORD  MilliSepSymLength;
  DWORD  NegativeSymLength;
  WORD  MilliGroupSize;
  SWORD  VerticalSpacing;    /* extra vertical spacing (%) */
  SWORD  HorizontalSpacing;  /* extra horizontal spacing (%) */
  WORD  Unused2;
  WORD  FirstFieldLimitType;
  /* Currency data */
  BYTE  CurrencyPref;    /* NPREF_xxx */
  BYTE  CurrencyType;    /* NCURFMT_xxx */
  BYTE  CurrencyFlags;    /* NCURFMT_xxx */
  DWORD  CurrencySymLength;
  DWORD  ISOCountry;  
  DWORD  Unused3;
  DWORD  Unused4;
  /* Date/time formatting data */
  BYTE  DTPref;      /* NPREF_xxx */
  DWORD  DTFlags;      /* DT_xxx */
  DWORD  DTFlags2;      /* DT_xxx */
  BYTE  DTDOWFmt;      /* DT_WFMT_xxx */
  BYTE  DTYearFmt;      /* DT_YFMT_xxx */
  BYTE  DTMonthFmt;      /* DT_MFMT_xxx */
  BYTE  DTDayFmt;      /* DT_DFMT_xxx */
  BYTE  DTDsep1Len;
  BYTE  DTDsep2Len;
  BYTE  DTDsep3Len;
  BYTE  DTTsepLen;
  BYTE  DTDShow;      /* DT_DSHOW_xxx */
  BYTE  DTDSpecial;      /* DT_DSPEC_xxx */
  BYTE  DTTShow;      /* DT_TSHOW_xxx */
  BYTE  DTTZone;      /* TZFMT_xxx */
  DWORD  Unused5;
  /* Proportional font for fields data  */

  BYTE  ECFlags;
  BYTE  Unused612;
  WORD  wCharacters;    /* Number of characters if proportional width  */
  WORD  wInputEnabledLen;    /* Input enabled formula. */
  WORD  Unused7;
            /* Now comes the variable part of the struct... */

} CDEXT2FIELD;



User: Password:

This website contains material that complements "LotusScript to Lotus C API Programming Guide". Some parts of it including posting of comments and discussion items are available only to authenticated readers of the book. Enter your username and password to authenticate.

You should have cookies and JavaScript enabled for the authentication to work..

You should have received your username and password by email to the address you provided during the purchase of the book. In case you failed to receive it or you have any problems loging in let me know about it.