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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

CDDOCUMENT

#include <editods.h>

Defines the attributes of a form.

C definition

typedef struct {
  BSIG Header;
  WORD PaperColor;      /* Color of the paper being used */
  WORD FormFlags;      /* Form Flags */
  WORD NotePrivileges;    /* Privs for notes created when
                        using form */

/*
  WARNING!!! Fields below this comment were not zeroed in builds
  prior to 100. A mechanism has been set up to use them however.
  dload checks the TPL_FLAG_SPARESOK bit in the flags word. If it
  is not set, all of the storage after this comment is zeroed. On
  save, dsave makes sure the unused storage is zero and sets the bit.
*/

  WORD FormFlags2;         /* more Form Flags */
  WORD InherFieldNameLength;  /* Length of the name, which follows
                       this struct */


  WORD PaperColorExt;       /* Palette Color of the paper being
                       used. Index into 240 color table.
             New in V4. */

  COLOR_VALUE PaperColorValue; /* Paper Color: As of v5.0 stored as
                       RGB, other formats possible */

  WORD FormFlags3;
  WORD Spare[1];

/* ... now the Inherit Field Name string */
/* ... now the Text Field Name string indicating which field to
     append version number to */

} CDDOCUMENT;



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.