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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

CDFIELD

#include <editods.h>

Defines the attributes of a field in a form.

C definition

typedef struct {
  WSIG Header;
  WORD Flags;       /* Field Flags (see Fxxx) */
  WORD DataType;     /* Alleged NSF Data Type */
  WORD ListDelim;     /* List Delimiters (LDELIM_xxx and
                   LDDELIM_xxx) */

  NFMT NumberFormat;   /* Number format, if applicable */  
  TFMT TimeFormat;    /* Time format, if applicable */
  FONTID FontID;     /* displayed font */
  WORD DVLength;     /* Default Value Formula */
  WORD ITLength;     /* Input Translation Formula */
  WORD TabOrder;     /* Order in tabbing sequence */
  WORD IVLength;     /* Input Validity Check Formula */
  WORD NameLength;    /* NSF Item Name */
  WORD DescLength;    /* Description of the item */
  WORD TextValueLength; /* (Text List) List of valid text
                   values */

/* Now comes the variable part of the struct... */
} CDFIELD;



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.