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

Anonymous

login


 

Hosted by Prominic.NET, Inc.

CDACTION

#include <actods.h>

Record defining a custom menu action on a form or view.

C definition

typedef struct {
  LSIG Header;   /* Signature and Length */
  WORD Type;    /* Type of action (formula, script, etc.) */
  WORD IconIndex; /* Index into array of icons */
  DWORD Flags;   /* Action flags */
  WORD TitleLen; /* Length (in bytes) of action's title */
  WORD FormulaLen;/* Length (in bytes) of "hide when" formula */
  DWORD ShareId;  /* Share ID of the Shared Action */
/* Variable portion of the record:
     TitleLen bytes of action's title
     Action data: (Header.Length - TitleLen - FormulaLen) bytes
      of formula, script, etc.
     FormulaLen bytes of "hide when" formula */

} CDACTION;



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.